/* About Company */
.nps-about {
    overflow: hidden;
    background: #f6f8fc;
    color: #10275f;
}

.nps-about-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 180px;
    color: #fff;
    background: linear-gradient(125deg, #071842 0%, #0b2f82 54%, #0565bd 100%);
}

.nps-about-hero::before {
    position: absolute;
    inset: 0;
    content: '';
    opacity: .28;
    background-image: linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.nps-about-hero::after {
    position: absolute;
    top: -160px;
    right: -95px;
    width: 520px;
    height: 520px;
    content: '';
    border: 72px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.nps-about-hero-grid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.nps-about-hero-copy {
    max-width: 760px;
}

.nps-about-kicker {
    display: inline-block;
    color: #fc833d;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.nps-about-hero h1 {
    max-width: 700px;
    margin: 16px 0 18px;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.7rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.nps-about-hero h1 em {
    color: #ff9b5e;
    font-style: normal;
}

.nps-about-hero p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.1rem;
    line-height: 1.65;
}

.nps-about-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}

.nps-about-hero-pills span {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 99px;
    background: rgba(255, 255, 255, .1);
    font-size: .82rem;
    font-weight: 700;
    backdrop-filter: blur(4px);
}

.nps-about-hero-pills i {
    margin-right: 6px;
    color: #ff9b5e;
}

.nps-about-hero-mark {
    display: grid;
    width: 162px;
    height: 162px;
    flex: 0 0 162px;
    margin-bottom: 6px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    letter-spacing: .08em;
    transform: rotate(-9deg);
}

.nps-about-overview {
    position: relative;
    z-index: 2;
    margin-top: -98px;
    padding-bottom: 100px;
}

.nps-about-story {
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
    overflow: hidden;
    border: 1px solid #e6ebf4;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 25px 55px rgba(7, 38, 100, .13);
}

.nps-about-visual {
    position: relative;
    min-height: 520px;
    background: #0a3f93;
}

.nps-about-visual::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 48%, rgba(5, 23, 70, .58));
}

.nps-about-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nps-about-badge {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 25px;
    min-width: 136px;
    padding: 17px 19px;
    border-left: 4px solid #fb752d;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .16);
}

.nps-about-badge strong {
    display: block;
    color: #0c307d;
    font-size: 2rem;
    line-height: 1;
}

.nps-about-badge span {
    color: #53698d;
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nps-about-copy {
    padding: 64px 58px;
}

.nps-about-copy h2, .nps-about-section-heading h2 {
    margin: 12px 0 20px;
    color: #092a70;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.nps-about-copy p {
    margin: 0 0 15px;
    color: #596b8c;
    line-height: 1.77;
}

.nps-about-copy strong {
    color: #12377e;
}

.nps-about-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 27px;
}

.nps-about-points div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #153775;
    font-size: .88rem;
    font-weight: 800;
}

.nps-about-points i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #f47732;
    font-size: .65rem;
}

.nps-about-products {
    padding: 0 0 102px;
}

.nps-about-leadership {
    padding: 0 0 100px;
}

.nps-about-leadership-card {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    overflow: hidden;
    border: 1px solid #dce7f6;
    border-radius: 20px;
    background: linear-gradient(135deg, #edf5ff, #fff 65%);
}

.nps-about-leadership-photo {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background: #082866;
}

.nps-about-leadership-photo::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 55%, rgba(6, 27, 72, .62));
}

.nps-about-leadership-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 27%;
}

.nps-about-leadership-photo span {
    position: absolute;
    z-index: 1;
    bottom: 19px;
    left: 22px;
    padding: 8px 12px;
    border-radius: 99px;
    color: #fff;
    background: rgba(7, 30, 81, .82);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nps-about-leadership-copy {
    align-self: center;
    padding: 53px 60px;
}

.nps-about-leadership-copy h2 {
    margin: 12px 0 18px;
    color: #0a2d72;
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.nps-about-leadership-copy p {
    margin: 0 0 14px;
    color: #596d8f;
    line-height: 1.75;
}

.nps-about-leadership-name {
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #d9e5f3;
}

.nps-about-leadership-name strong {
    display: block;
    color: #f06f2e;
    font-size: 1.06rem;
}

.nps-about-leadership-name span {
    display: block;
    margin-top: 3px;
    color: #5d7398;
    font-size: .8rem;
    font-weight: 700;
}

.nps-about-section-heading {
    max-width: 620px;
    margin-bottom: 34px;
}

.nps-product-card {
    height: 100%;
    padding: 34px 30px;
    border: 1px solid #e3eaf5;
    border-radius: 17px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.nps-product-card:hover {
    box-shadow: 0 17px 35px rgba(10, 47, 117, .12);
    transform: translateY(-6px);
}

.nps-product-card > i {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 23px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #fa6b2c, #ffad4f);
    font-size: 1.3rem;
}

.nps-product-card h3 {
    margin-bottom: 10px;
    color: #0b2e76;
    font-size: 1.24rem;
}

.nps-product-card p {
    margin: 0;
    color: #647392;
    line-height: 1.65;
}

.nps-about-commitment {
    padding: 68px 0;
    color: #fff;
    background: linear-gradient(110deg, #082060, #0e4da2);
}

.nps-about-commitment .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.nps-about-commitment span {
    color: #ff9d60;
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nps-about-commitment h2 {
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(1.8rem, 3.3vw, 3rem);
    line-height: 1.13;
}

.nps-about-commitment a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    padding: 15px 19px;
    border-radius: 9px;
    color: #092a70;
    background: #fff;
    font-size: .9rem;
    font-weight: 800;
}

.nps-about-commitment a:hover {
    color: #fff;
    background: #f47732;
}

@media (max-width: 991px) {
    .nps-about-hero {
        padding: 82px 0 140px;
    }

    .nps-about-story, .nps-about-leadership-card {
        grid-template-columns: 1fr;
    }

    .nps-about-visual {
        min-height: 370px;
    }

    .nps-about-copy {
        padding: 42px;
    }

    .nps-about-leadership-photo {
        min-height: 430px;
    }
}

@media (max-width: 767px) {
    .nps-about-hero {
        padding: 70px 0 125px;
    }

    .nps-about-hero-mark {
        display: none;
    }

    .nps-about-overview {
        margin-top: -64px;
        padding-bottom: 70px;
    }

    .nps-about-copy, .nps-about-leadership-copy {
        padding: 33px 24px;
    }

    .nps-about-points {
        grid-template-columns: 1fr;
    }

    .nps-about-visual, .nps-about-leadership-photo {
        min-height: 290px;
    }

    .nps-about-leadership {
        padding-bottom: 70px;
    }

    .nps-about-products {
        padding-bottom: 70px;
    }

    .nps-about-commitment {
        padding: 52px 0;
    }

    .nps-about-commitment .container {
        display: block;
    }

    .nps-about-commitment a {
        margin-top: 25px;
    }
}

/* Managing Director */
.nps-director {
    overflow: hidden;
    color: #132a60;
    background: #f5f8fd;
}

.nps-director-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 184px;
    color: #fff;
    background: linear-gradient(125deg, #071842, #0b347d 58%, #075fac);
}

.nps-director-hero::before {
    position: absolute;
    top: -210px;
    right: 6%;
    width: 530px;
    height: 530px;
    content: '';
    border: 70px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

.nps-director-hero::after {
    position: absolute;
    bottom: -165px;
    left: -105px;
    width: 420px;
    height: 250px;
    content: '';
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(249, 111, 44, .55), transparent);
    filter: blur(2px);
}

.nps-director-hero-grid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.nps-director-kicker {
    display: inline-block;
    color: #fb833f;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nps-director-hero h1 {
    max-width: 700px;
    margin: 14px 0 17px;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.6rem);
    line-height: .98;
    letter-spacing: -.06em;
}

.nps-director-hero h1 em {
    color: #ffa166;
    font-style: normal;
}

.nps-director-hero p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
    line-height: 1.7;
}

.nps-director-seal {
    display: grid;
    width: 148px;
    height: 148px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    text-align: center;
    transform: rotate(-8deg);
}

.nps-director-seal span {
    display: block;
    margin-bottom: -27px;
    color: #fff;
    font-size: 2.65rem;
    font-weight: 900;
    letter-spacing: -.09em;
}

.nps-director-seal small {
    color: #ffa166;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.nps-director-profile-section {
    position: relative;
    z-index: 2;
    margin-top: -92px;
    padding-bottom: 100px;
}

.nps-director-profile {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    overflow: hidden;
    border: 1px solid #e3eaf5;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 25px 55px rgba(7, 38, 100, .14);
}

.nps-director-identity {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(150deg, #0e3e92, #092767);
}

.nps-director-identity::before {
    position: absolute;
    top: -90px;
    right: -75px;
    width: 230px;
    height: 230px;
    content: '';
    border: 34px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.nps-director-photo {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-bottom: 4px solid #f47732;
    background: #061d52;
}

.nps-director-photo::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 40%, rgba(3, 23, 64, .78));
}

.nps-director-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.nps-director-photo-caption {
    position: absolute;
    z-index: 1;
    bottom: 21px;
    left: 27px;
}

.nps-director-photo-caption strong {
    display: block;
    color: #fff;
    font-size: 1.15rem;
}

.nps-director-photo-caption span {
    display: block;
    margin-top: 3px;
    color: #ffad76;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.nps-director-role {
    padding: 29px 38px 38px;
}

.nps-director-role > span {
    color: #ffa166;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nps-director-role h2 {
    margin: 10px 0;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.08;
}

.nps-director-role p {
    margin: 0;
    color: rgba(255, 255, 255, .75);
}

.nps-director-line {
    width: 45px;
    height: 3px;
    margin: 28px 0 17px;
    background: #fb833f;
}

.nps-director-role strong {
    color: #fff;
    font-size: .96rem;
    line-height: 1.6;
}

.nps-director-intro {
    padding: 53px 58px;
}

.nps-director-intro h2, .nps-director-heading h2, .nps-director-closing h2 {
    margin: 11px 0 20px;
    color: #0a2c74;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.nps-director-intro p, .nps-director-focus-card p, .nps-director-closing p {
    color: #596c8d;
    line-height: 1.76;
}

.nps-director-intro strong {
    color: #103677;
}

.nps-director-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.nps-director-stat-row div {
    padding: 15px 10px;
    border-top: 2px solid #e5ecf7;
}

.nps-director-stat-row strong {
    display: block;
    color: #f06e2d;
    font-size: 1.55rem;
}

.nps-director-stat-row span {
    display: block;
    margin-top: 2px;
    color: #59709a;
    font-size: .72rem;
    font-weight: 800;
}

.nps-director-focus {
    padding: 0 0 100px;
}

.nps-director-heading {
    max-width: 610px;
    margin-bottom: 34px;
}

.nps-director-focus-card {
    position: relative;
    height: 100%;
    padding: 40px 37px;
    overflow: hidden;
    border: 1px solid #e2e9f4;
    border-radius: 18px;
    background: #fff;
}

.nps-director-focus-card > span {
    position: absolute;
    top: 23px;
    right: 29px;
    color: #e7eef9;
    font-size: 4.6rem;
    font-weight: 900;
    line-height: 1;
}

.nps-director-focus-card-alt {
    border-color: #cfdef1;
    background: linear-gradient(145deg, #fff, #eef6ff);
}

.nps-director-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 23px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #f36f2d, #ffad4f);
    font-size: 1.25rem;
}

.nps-director-focus-card h3 {
    position: relative;
    margin: 0 0 13px;
    color: #0b307a;
    font-size: 1.4rem;
}

.nps-director-focus-card p {
    position: relative;
    margin: 0;
}

.nps-director-focus-card ul {
    position: relative;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.nps-director-focus-card li {
    position: relative;
    padding: 7px 0 7px 23px;
    color: #27467e;
    font-size: .89rem;
    font-weight: 700;
}

.nps-director-focus-card li::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background: #f47732;
}

.nps-director-quote {
    padding: 80px 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(110deg, #09235f, #1157ad);
}

.nps-director-quote .container {
    max-width: 930px;
}

.nps-director-quote-mark {
    height: 48px;
    color: #ff9d60;
    font-family: Georgia, serif;
    font-size: 6.5rem;
    line-height: .95;
}

.nps-director-quote blockquote {
    margin: 16px 0;
    color: #fff;
    font-size: clamp(1.7rem, 3.4vw, 3rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -.035em;
}

.nps-director-quote p {
    margin: 0;
    color: #ffaf76;
    font-size: .84rem;
    font-weight: 800;
}

.nps-director-closing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 92px 0;
}

.nps-director-closing > div {
    max-width: 680px;
}

.nps-director-closing p {
    margin: 0;
}

.nps-director-closing a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    padding: 15px 19px;
    border-radius: 9px;
    color: #fff;
    background: #f47732;
    font-size: .9rem;
    font-weight: 800;
}

.nps-director-closing a:hover {
    color: #fff;
    background: #0c347f;
}

@media (max-width: 991px) {
    .nps-director-profile {
        grid-template-columns: 1fr;
    }

    .nps-director-photo {
        height: 520px;
    }

    .nps-director-intro {
        padding: 43px;
    }
}

@media (max-width: 767px) {
    .nps-director-hero {
        padding: 74px 0 134px;
    }

    .nps-director-seal {
        display: none;
    }

    .nps-director-profile-section {
        margin-top: -61px;
        padding-bottom: 70px;
    }

    .nps-director-intro, .nps-director-role {
        padding: 33px 24px;
    }

    .nps-director-photo {
        height: 390px;
    }

    .nps-director-stat-row {
        grid-template-columns: 1fr;
    }

    .nps-director-focus {
        padding-bottom: 70px;
    }

    .nps-director-focus-card {
        padding: 32px 25px;
    }

    .nps-director-quote {
        padding: 64px 0;
    }

    .nps-director-closing {
        display: block;
        padding: 68px 0;
    }

    .nps-director-closing a {
        margin-top: 25px;
    }
}

/* Directors page — modern executive card design */
.nps-lead-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 178px;
    color: #fff;
    background: radial-gradient(circle at 88% 13%, rgba(69, 177, 255, .35), transparent 24%), linear-gradient(118deg, #06163d 0%, #082c76 52%, #1456a5 100%);
}

.nps-lead-hero::before {
    position: absolute;
    inset: 0;
    content: '';
    opacity: .22;
    background-image: radial-gradient(rgba(255, 255, 255, .42) 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.nps-lead-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.nps-lead-hero-copy {
    max-width: 800px;
}

.nps-lead-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ff9657;
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nps-lead-hero h1 {
    max-width: 760px;
    margin: 17px 0;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.7rem);
    line-height: .97;
    letter-spacing: -.065em;
}

.nps-lead-hero h1 em, .nps-lead-section-title em {
    color: #ffa166;
    font-style: normal;
}

.nps-lead-hero p {
    max-width: 615px;
    color: rgba(255, 255, 255, .83);
    font-size: 1.08rem;
    line-height: 1.7;
}

.nps-lead-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.nps-lead-chips span {
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 99px;
    background: rgba(255, 255, 255, .08);
    font-size: .78rem;
    font-weight: 700;
}

.nps-lead-orbit {
    display: grid;
    width: 160px;
    height: 160px;
    flex: 0 0 160px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    text-align: center;
    transform: rotate(-10deg);
}

.nps-lead-orbit b {
    margin-bottom: -30px;
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: -.1em;
}

.nps-lead-orbit small {
    color: #ffac74;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .11em;
}

.nps-lead-profile-wrap {
    position: relative;
    z-index: 2;
    margin-top: -95px;
    padding-bottom: 100px;
}

.nps-lead-profile-card {
    display: grid;
    grid-template-columns: minmax(310px, .76fr) minmax(0, 1.24fr);
    overflow: hidden;
    border: 1px solid #dfe9f6;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 26px 65px rgba(4, 34, 92, .16);
}

.nps-lead-photo {
    position: relative;
    min-height: 555px;
    overflow: hidden;
    background: linear-gradient(155deg, #0b3985, #071947);
}

.nps-lead-photo::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 53%, rgba(2, 18, 55, .85));
}

.nps-lead-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.nps-lead-photo-label {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 27px;
    left: 28px;
}

.nps-lead-photo-label span {
    display: block;
    margin-bottom: 6px;
    color: #ff9a5e;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nps-lead-photo-label strong {
    color: #fff;
    font-size: 1.42rem;
}

.nps-lead-bio {
    align-self: center;
    padding: 64px 64px 55px;
}

.nps-lead-bio h2 {
    max-width: 700px;
    margin: 13px 0 20px;
    color: #0a2e78;
    font-size: clamp(2rem, 3.5vw, 3.55rem);
    line-height: 1.07;
    letter-spacing: -.05em;
}

.nps-lead-bio p {
    margin: 0 0 15px;
    color: #5c6f91;
    line-height: 1.78;
}

.nps-lead-bio strong {
    color: #0c347f;
}

.nps-lead-signature {
    margin-top: 27px;
    padding-top: 19px;
    border-top: 1px solid #dce6f3;
}

.nps-lead-signature span {
    display: block;
    color: #f17331;
    font-size: 1.08rem;
    font-weight: 900;
}

.nps-lead-signature small {
    display: block;
    margin-top: 4px;
    color: #607698;
    font-size: .75rem;
    font-weight: 700;
}

.nps-lead-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 19px;
}

.nps-lead-metrics > div {
    position: relative;
    padding: 21px 18px 20px 58px;
    overflow: hidden;
    border: 1px solid #e0e8f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 20px rgba(8, 43, 101, .06);
}

.nps-lead-metrics i {
    position: absolute;
    top: 24px;
    left: 18px;
    color: #f47732;
    font-size: 1.18rem;
}

.nps-lead-metrics strong {
    display: block;
    color: #0b347e;
    font-size: 1.6rem;
    line-height: 1.1;
}

.nps-lead-metrics span {
    display: block;
    margin-top: 4px;
    color: #6880a4;
    font-size: .74rem;
    font-weight: 800;
}

.nps-lead-focus {
    padding: 0 0 104px;
}

.nps-lead-section-title {
    max-width: 640px;
    margin-bottom: 35px;
}

.nps-lead-section-title h2 {
    margin: 11px 0 0;
    color: #0a2e78;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.nps-lead-focus-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.nps-lead-focus-card {
    position: relative;
    padding: 36px;
    overflow: hidden;
    border: 1px solid #e0e9f5;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(7, 41, 99, .05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.nps-lead-focus-card:hover {
    box-shadow: 0 19px 38px rgba(7, 41, 99, .13);
    transform: translateY(-5px);
}

.nps-lead-focus-blue {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, #0c3d94, #092764);
}

.nps-lead-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.nps-lead-card-top span {
    color: #d7e2f2;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

.nps-lead-card-top i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #f47732, #ffac50);
    font-size: 1.2rem;
}

.nps-lead-focus-card h3 {
    margin: 0 0 12px;
    color: #0a3079;
    font-size: 1.48rem;
}

.nps-lead-focus-card p {
    margin: 0;
    color: #627493;
    line-height: 1.72;
}

.nps-lead-focus-card ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.nps-lead-focus-card li {
    position: relative;
    padding: 6px 0 6px 21px;
    color: #24457f;
    font-size: .88rem;
    font-weight: 700;
}

.nps-lead-focus-card li::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background: #f47732;
}

.nps-lead-focus-blue .nps-lead-card-top span {
    color: rgba(255, 255, 255, .22);
}

.nps-lead-focus-blue h3 {
    color: #fff;
}

.nps-lead-focus-blue p {
    color: rgba(255, 255, 255, .76);
}

.nps-lead-focus-blue li {
    color: #fff;
}

.nps-lead-focus-blue li::before {
    background: #ffae75;
}

.nps-lead-quote {
    padding: 85px 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(105deg, #061943, #0f53ad);
}

.nps-lead-quote .container {
    max-width: 920px;
}

.nps-lead-quote > .container > i {
    color: #ff9d60;
    font-size: 2.1rem;
}

.nps-lead-quote blockquote {
    margin: 19px 0 15px;
    color: #fff;
    font-size: clamp(1.7rem, 3.4vw, 3rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -.04em;
}

.nps-lead-quote span {
    color: #ffaf76;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .05em;
}

.nps-lead-footer-card {
    padding: 91px 0;
}

.nps-lead-footer-card .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.nps-lead-footer-card .container > div {
    max-width: 740px;
}

.nps-lead-footer-card h2 {
    margin: 12px 0 14px;
    color: #0b2f78;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.nps-lead-footer-card p {
    margin: 0;
    color: #5d7192;
    line-height: 1.75;
}

.nps-lead-footer-card a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
    padding: 15px 20px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, #f3712f, #ff9547);
    font-size: .88rem;
    font-weight: 900;
}

.nps-lead-footer-card a:hover {
    color: #fff;
    background: #0b347e;
}

@media (max-width: 991px) {
    .nps-lead-profile-card {
        grid-template-columns: 1fr;
    }

    .nps-lead-photo {
        min-height: 520px;
    }

    .nps-lead-bio {
        padding: 48px;
    }

    .nps-lead-focus-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .nps-lead-hero {
        padding: 76px 0 130px;
    }

    .nps-lead-orbit {
        display: none;
    }

    .nps-lead-profile-wrap {
        margin-top: -60px;
        padding-bottom: 70px;
    }

    .nps-lead-photo {
        min-height: 410px;
    }

    .nps-lead-bio {
        padding: 35px 24px;
    }

    .nps-lead-metrics {
        grid-template-columns: 1fr;
    }

    .nps-lead-focus {
        padding-bottom: 70px;
    }

    .nps-lead-focus-card {
        padding: 29px 24px;
    }

    .nps-lead-quote {
        padding: 63px 0;
    }

    .nps-lead-footer-card {
        padding: 67px 0;
    }

    .nps-lead-footer-card .container {
        display: block;
    }

    .nps-lead-footer-card a {
        margin-top: 24px;
    }
}

/* Directors page refinement: balanced modern layout */
.nps-lead-hero {
    padding: 86px 0 132px;
    background: radial-gradient(circle at 83% 18%, rgba(95, 189, 255, .30), transparent 22%), linear-gradient(120deg, #071a4b, #103d91 58%, #0b5faf);
}

.nps-lead-hero::before {
    opacity: .16;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .32) 1px, transparent 1px), linear-gradient(-45deg, rgba(255, 255, 255, .32) 1px, transparent 1px);
    background-size: 32px 32px;
}

.nps-lead-hero-inner {
    align-items: center;
}

.nps-lead-hero h1 {
    max-width: 670px;
    margin: 13px 0 15px;
    font-size: clamp(2.65rem, 5vw, 4.55rem);
    line-height: 1.03;
    letter-spacing: -.052em;
}

.nps-lead-hero p {
    max-width: 560px;
    font-size: 1rem;
}

.nps-lead-chips {
    margin-top: 21px;
}

.nps-lead-chips span {
    padding: 7px 12px;
    background: rgba(255, 255, 255, .11);
}

.nps-lead-orbit {
    width: 128px;
    height: 128px;
    flex-basis: 128px;
    border: 0;
    background: linear-gradient(135deg, rgba(255, 151, 85, .96), rgba(255, 193, 104, .84));
    box-shadow: 0 16px 34px rgba(0, 0, 0, .17);
    transform: rotate(7deg);
}

.nps-lead-orbit b {
    color: #09296c;
    font-size: 2.1rem;
}

.nps-lead-orbit small {
    color: #0b3279;
    font-size: .5rem;
}

.nps-lead-profile-wrap {
    margin-top: -60px;
    padding-bottom: 78px;
}

.nps-lead-profile-card {
    grid-template-columns: minmax(295px, .67fr) minmax(0, 1.33fr);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(4, 34, 92, .12);
}

.nps-lead-photo {
    min-height: 485px;
}

.nps-lead-bio {
    padding: 48px 53px;
}

.nps-lead-bio h2 {
    max-width: 630px;
    font-size: clamp(1.9rem, 3.1vw, 3rem);
}

.nps-lead-bio p {
    font-size: .97rem;
    line-height: 1.7;
}

.nps-lead-metrics {
    gap: 11px;
    margin-top: 14px;
}

.nps-lead-metrics > div {
    padding: 16px 12px 15px 47px;
    border-radius: 11px;
}

.nps-lead-metrics i {
    top: 19px;
    left: 14px;
    font-size: 1rem;
}

.nps-lead-metrics strong {
    font-size: 1.35rem;
}

.nps-lead-focus {
    padding: 0 0 78px;
}

.nps-lead-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dce6f4;
}

.nps-lead-section-title h2 {
    max-width: 580px;
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    line-height: 1.05;
}

.nps-lead-focus-grid {
    gap: 17px;
}

.nps-lead-focus-card {
    padding: 29px 30px;
    border-radius: 15px;
}

.nps-lead-card-top {
    margin-bottom: 18px;
}

.nps-lead-card-top span {
    color: #e0e9f7;
    font-size: 2.25rem;
}

.nps-lead-card-top i {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 1rem;
}

.nps-lead-focus-card h3 {
    font-size: 1.28rem;
}

.nps-lead-focus-card p {
    font-size: .94rem;
    line-height: 1.63;
}

.nps-lead-focus-card ul {
    margin-top: 14px;
}

.nps-lead-focus-card li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: .82rem;
}

.nps-lead-focus-card li::before {
    top: 9px;
}

.nps-lead-quote {
    padding: 66px 0;
    background: linear-gradient(115deg, #091b4d, #1557a7);
}

.nps-lead-quote blockquote {
    max-width: 820px;
    margin: 16px auto 13px;
    font-size: clamp(1.45rem, 2.7vw, 2.35rem);
}

.nps-lead-footer-card {
    padding: 70px 0;
    background: #f5f8fd;
}

.nps-lead-footer-card .container {
    padding: 39px 44px;
    border-radius: 19px;
    color: #fff;
    background: linear-gradient(118deg, #082467, #1556a8);
    box-shadow: 0 15px 34px rgba(8, 42, 105, .16);
}

.nps-lead-footer-card .nps-lead-eyebrow {
    color: #ffae77;
}

.nps-lead-footer-card h2 {
    max-width: 630px;
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(1.55rem, 2.7vw, 2.45rem);
}

.nps-lead-footer-card p {
    max-width: 680px;
    color: rgba(255, 255, 255, .78);
    font-size: .96rem;
}

.nps-lead-footer-card a {
    background: #fff;
    color: #0b337d;
}

.nps-lead-footer-card a:hover {
    color: #fff;
    background: #f47732;
}

@media (max-width: 991px) {
    .nps-lead-profile-card {
        grid-template-columns: 1fr;
    }

    .nps-lead-photo {
        min-height: 480px;
    }

    .nps-lead-section-title {
        display: block;
    }

    .nps-lead-section-title h2 {
        margin-top: 9px;
    }
}

@media (max-width: 767px) {
    .nps-lead-hero {
        padding: 65px 0 110px;
    }

    .nps-lead-orbit {
        display: none;
    }

    .nps-lead-profile-wrap {
        margin-top: -45px;
    }

    .nps-lead-photo {
        min-height: 380px;
    }

    .nps-lead-bio {
        padding: 31px 23px;
    }

    .nps-lead-metrics {
        grid-template-columns: 1fr;
    }

    .nps-lead-focus {
        padding-bottom: 62px;
    }

    .nps-lead-focus-card {
        padding: 25px 22px;
    }

    .nps-lead-footer-card {
        padding: 55px 0;
    }

    .nps-lead-footer-card .container {
        display: block;
        padding: 31px 25px;
    }

    .nps-lead-footer-card a {
        margin-top: 22px;
    }
}

/* Directors hero — portrait-led design */
.nps-lead-hero {
    padding: 72px 0 108px;
    background: linear-gradient(108deg, #061842 0%, #0a3079 63%, #124e9d 100%);
}

.nps-lead-hero::before {
    display: none;
}

.nps-lead-hero::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgba(255, 142, 72, .12), transparent 60%);
}

.nps-lead-hero-inner {
    align-items: center;
}

.nps-lead-hero-copy {
    max-width: 660px;
}

.nps-lead-hero h1 {
    max-width: 650px;
    margin: 12px 0 14px;
    font-size: clamp(2.55rem, 4.6vw, 4.15rem);
    line-height: 1.04;
}

.nps-lead-hero p {
    max-width: 520px;
    font-size: .99rem;
}

.nps-lead-hero-portrait {
    position: relative;
    z-index: 1;
    width: 275px;
    height: 305px;
    flex: 0 0 275px;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .9);
    border-radius: 17px;
    background: #061a4d;
    box-shadow: 17px 18px 0 rgba(244, 119, 50, .82), 0 20px 34px rgba(0, 0, 0, .2);
}

.nps-lead-hero-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
}

.nps-lead-hero-portrait::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 51%, rgba(4, 21, 62, .88));
}

.nps-lead-hero-portrait div {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 16px;
    left: 16px;
}

.nps-lead-hero-portrait span {
    display: block;
    margin-bottom: 3px;
    color: #ffad73;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.nps-lead-hero-portrait strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
}

@media (max-width: 767px) {
    .nps-lead-hero {
        padding: 60px 0 90px;
    }

    .nps-lead-hero-inner {
        display: block;
    }

    .nps-lead-hero-portrait {
        width: 205px;
        height: 230px;
        margin-top: 30px;
    }

    .nps-lead-chips {
        margin-top: 18px;
    }
}

/* Directors hero — leadership introduction */
.nps-lead-hero {
    padding: 58px 0;
    background: #f4f7fc;
}

.nps-lead-hero::after {
    display: none;
}

.nps-lead-hero-inner {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    max-width: 1040px;
    overflow: hidden;
    border: 1px solid #dbe5f3;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 15px 36px rgba(8, 42, 102, .1);
}

.nps-lead-hero-portrait {
    width: auto;
    height: auto;
    min-height: 365px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #0a327b;
    box-shadow: none;
}

.nps-lead-hero-portrait img {
    object-fit: cover;
    object-position: center 24%;
}

.nps-lead-hero-portrait div {
    right: 22px;
    bottom: 21px;
    left: 22px;
}

.nps-lead-hero-portrait span {
    color: #ffb17a;
}

.nps-lead-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: none;
    padding: 48px 55px;
    background: linear-gradient(140deg, #fff 20%, #f0f6ff 100%);
}

.nps-lead-hero h1 {
    margin: 11px 0 4px;
    color: #0b3178;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.nps-lead-hero h1 em {
    color: #f17432;
}

.nps-lead-hero h2 {
    margin: 0 0 16px;
    color: #194b99;
    font-size: clamp(1.15rem, 2vw, 1.48rem);
    font-weight: 700;
    line-height: 1.38;
}

.nps-lead-hero p {
    max-width: 600px;
    margin: 0;
    color: #607492;
    font-size: .97rem;
    line-height: 1.7;
}

.nps-lead-chips {
    gap: 8px;
    margin-top: 21px;
}

.nps-lead-chips span {
    padding: 8px 10px;
    border-color: #d8e4f3;
    color: #21477f;
    background: #fff;
    font-size: .75rem;
}

.nps-lead-chips i {
    margin-right: 4px;
    color: #f47732;
}

.nps-lead-orbit {
    display: none;
}

@media (max-width: 767px) {
    .nps-lead-hero {
        padding: 32px 0 55px;
    }

    .nps-lead-hero-inner {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 12px;
    }

    .nps-lead-hero-portrait {
        width: auto;
        min-height: 310px;
        margin: 0;
    }

    .nps-lead-hero-copy {
        padding: 31px 24px;
    }

    .nps-lead-hero h1 {
        font-size: 2.25rem;
    }

    .nps-lead-chips {
        margin-top: 17px;
    }
}

/* Leadership principles panel replaces the repeated portrait */
.nps-lead-profile-card {
    grid-template-columns: minmax(285px, .62fr) minmax(0, 1.38fr);
}

.nps-lead-principles {
    position: relative;
    padding: 48px 36px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(155deg, #0a2c70, #0e58ad);
}

.nps-lead-principles::after {
    position: absolute;
    right: -84px;
    bottom: -95px;
    width: 260px;
    height: 260px;
    content: '';
    border: 42px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.nps-lead-principles .nps-lead-eyebrow {
    color: #ffad74;
}

.nps-lead-principles h2 {
    position: relative;
    z-index: 1;
    margin: 12px 0 31px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.16;
}

.nps-lead-principle {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .17);
}

.nps-lead-principle i {
    display: grid;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    place-items: center;
    border-radius: 10px;
    color: #0d448f;
    background: #fff;
    font-size: .95rem;
}

.nps-lead-principle strong {
    display: block;
    color: #fff;
    font-size: .95rem;
}

.nps-lead-principle span {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: .72rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .nps-lead-profile-card {
        grid-template-columns: 1fr;
    }

    .nps-lead-principles {
        padding: 38px;
    }

    .nps-lead-principles h2 {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .nps-lead-principles {
        padding: 32px 24px;
    }
}

/* Directors page — clean corporate redesign */
.nps-dir2-banner {
    padding: 70px 0 130px;
    color: #fff;
    background: linear-gradient(115deg, #092762, #1258a8);
}

.nps-dir2-banner .container {
    max-width: 1120px;
}

.nps-dir2-banner span, .nps-dir2-label {
    color: #f47732;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nps-dir2-banner h1 {
    max-width: 720px;
    margin: 10px 0 11px;
    color: #fff;
    font-size: clamp(2.25rem, 4.3vw, 4rem);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.nps-dir2-banner p {
    margin: 0;
    color: rgba(255, 255, 255, .77);
    font-size: .96rem;
}

.nps-dir2-profile {
    margin-top: -72px;
    padding-bottom: 82px;
}

.nps-dir2-profile-grid {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #dde6f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(9, 41, 96, .12);
}

.nps-dir2-photo {
    min-height: 430px;
    background: #09296c;
}

.nps-dir2-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 26%;
}

.nps-dir2-intro {
    padding: 46px 52px;
}

.nps-dir2-intro h2 {
    margin: 10px 0 5px;
    color: #0a2e75;
    font-size: 2.35rem;
}

.nps-dir2-intro h3 {
    max-width: 670px;
    margin: 0 0 18px;
    color: #1c4c98;
    font-size: 1.27rem;
    line-height: 1.38;
}

.nps-dir2-intro p {
    margin: 0 0 12px;
    color: #5f718e;
    font-size: .96rem;
    line-height: 1.73;
}

.nps-dir2-values {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 21px;
    padding-top: 18px;
    border-top: 1px solid #dde6f2;
}

.nps-dir2-values span {
    color: #164078;
    font-size: .82rem;
    font-weight: 800;
}

.nps-dir2-values i {
    margin-right: 5px;
    color: #f47732;
}

.nps-dir2-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.nps-dir2-stats div {
    padding: 20px 22px;
    border: 1px solid #dce6f4;
    border-radius: 12px;
    background: #fff;
}

.nps-dir2-stats strong {
    display: block;
    color: #f17432;
    font-size: 1.65rem;
    line-height: 1.1;
}

.nps-dir2-stats span {
    display: block;
    margin-top: 5px;
    color: #607696;
    font-size: .76rem;
    font-weight: 700;
}

.nps-dir2-focus {
    padding: 0 0 82px;
}

.nps-dir2-heading {
    max-width: 620px;
    margin-bottom: 28px;
}

.nps-dir2-heading h2 {
    margin: 9px 0 0;
    color: #0a2e75;
    font-size: clamp(2rem, 3.4vw, 3.15rem);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.nps-dir2-card {
    height: 100%;
    padding: 34px;
    border: 1px solid #dfe7f3;
    border-radius: 16px;
    background: #fff;
}

.nps-dir2-card-icon {
    display: grid;
    width: 47px;
    height: 47px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #f47732, #ffad50);
    font-size: 1.08rem;
}

.nps-dir2-card h3 {
    margin: 0 0 12px;
    color: #0a3079;
    font-size: 1.35rem;
}

.nps-dir2-card p {
    margin: 0;
    color: #627492;
    line-height: 1.68;
}

.nps-dir2-card ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.nps-dir2-card li {
    position: relative;
    padding: 5px 0 5px 19px;
    color: #24457d;
    font-size: .86rem;
    font-weight: 700;
}

.nps-dir2-card li::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background: #f47732;
}

.nps-dir2-card-dark {
    border-color: transparent;
    background: linear-gradient(145deg, #0c3b8f, #092663);
}

.nps-dir2-card-dark h3, .nps-dir2-card-dark li {
    color: #fff;
}

.nps-dir2-card-dark p {
    color: rgba(255, 255, 255, .76);
}

.nps-dir2-card-dark li::before {
    background: #ffad73;
}

.nps-dir2-quote {
    padding: 72px 0;
    text-align: center;
    background: linear-gradient(115deg, #082260, #1659a9);
}

.nps-dir2-quote .container {
    max-width: 880px;
}

.nps-dir2-quote i {
    color: #ff9f63;
    font-size: 2.15rem;
}

.nps-dir2-quote blockquote {
    margin: 15px 0 13px;
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: -.04em;
}

.nps-dir2-quote span {
    color: #ffb17c;
    font-size: .8rem;
    font-weight: 800;
}

.nps-dir2-closing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 82px 0;
}

.nps-dir2-closing > div {
    max-width: 700px;
}

.nps-dir2-closing h2 {
    margin: 11px 0 12px;
    color: #0a2e75;
    font-size: clamp(1.7rem, 3vw, 2.75rem);
    line-height: 1.15;
}

.nps-dir2-closing p {
    margin: 0;
    color: #607391;
    line-height: 1.7;
}

.nps-dir2-closing a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding: 15px 19px;
    border-radius: 8px;
    color: #fff;
    background: #f47732;
    font-size: .87rem;
    font-weight: 800;
}

.nps-dir2-closing a:hover {
    color: #fff;
    background: #0a347e;
}

@media (max-width: 767px) {
    .nps-dir2-banner {
        padding: 53px 0 100px;
    }

    .nps-dir2-profile {
        margin-top: -52px;
        padding-bottom: 65px;
    }

    .nps-dir2-profile-grid {
        grid-template-columns: 1fr;
    }

    .nps-dir2-photo {
        min-height: 340px;
    }

    .nps-dir2-intro {
        padding: 31px 24px;
    }

    .nps-dir2-values {
        display: grid;
        gap: 10px;
    }

    .nps-dir2-stats {
        grid-template-columns: 1fr;
    }

    .nps-dir2-focus {
        padding-bottom: 65px;
    }

    .nps-dir2-card {
        padding: 28px 24px;
    }

    .nps-dir2-quote {
        padding: 60px 0;
    }

    .nps-dir2-closing {
        display: block;
        padding: 65px 0;
    }

    .nps-dir2-closing a {
        margin-top: 23px;
    }
}

/* History page */
.nps-history {
    color: #102c6c;
    background: #f6f8fc;
}

.nps-history-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 128px;
    color: #fff;
    background: linear-gradient(120deg, #071a4a, #0b367f 61%, #1061b8);
}

.nps-history-hero::after {
    position: absolute;
    top: -90px;
    right: 8%;
    width: 310px;
    height: 310px;
    content: '';
    border: 55px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.nps-history-hero .container {
    position: relative;
    z-index: 1;
}

.nps-history-hero span, .nps-history-heading > span, .nps-history-factory-card > div > span, .nps-history-purpose span {
    color: #ff9a5e;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nps-history-hero h1 {
    max-width: 760px;
    margin: 11px 0 13px;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.nps-history-hero h1 em {
    color: #ff9a5e;
    font-style: normal;
}

.nps-history-hero p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .81);
    font-size: 1.04rem;
    line-height: 1.7;
}

.nps-history-timeline-section {
    position: relative;
    z-index: 2;
    margin-top: -69px;
    padding-bottom: 85px;
}

.nps-history-heading {
    max-width: 650px;
    margin-bottom: 34px;
}

.nps-history-heading h2 {
    margin: 10px 0 9px;
    color: #0a2e75;
    font-size: clamp(2rem, 3.7vw, 3.35rem);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.nps-history-heading p {
    margin: 0;
    color: #607390;
    line-height: 1.7;
}

.nps-history-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(230px, 1fr));
    gap: 0;
    overflow-x: auto;
    padding: 46px 0 24px;
    border: 1px solid #e0e8f3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 19px 40px rgba(7, 39, 96, .1);
}

.nps-history-event {
    position: relative;
    min-width: 230px;
    padding: 35px 25px 12px;
}

.nps-history-event:not(:last-child)::after {
    position: absolute;
    top: 67px;
    right: -1px;
    width: 100%;
    height: 2px;
    content: '';
    background: #dce7f5;
}

.nps-history-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 43px;
    height: 43px;
    margin-bottom: 17px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #f47732, #ffa24c);
    box-shadow: 0 0 0 7px #fff;
}

.nps-history-event:nth-child(2) .nps-history-icon {
    background: linear-gradient(135deg, #1456ad, #4a99e9);
}

.nps-history-event:nth-child(3) .nps-history-icon {
    background: linear-gradient(135deg, #6d3ba6, #b563b3);
}

.nps-history-event:nth-child(4) .nps-history-icon {
    background: linear-gradient(135deg, #008c80, #32c89a);
}

.nps-history-year {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    background: #0c347e;
    font-size: .76rem;
    font-weight: 900;
}

.nps-history-event h3 {
    margin: 0 0 9px;
    color: #0b3078;
    font-size: 1.14rem;
}

.nps-history-event p {
    margin: 0;
    color: #647592;
    font-size: .88rem;
    line-height: 1.65;
}

.nps-history-event small {
    display: block;
    margin-top: 12px;
    color: #31538a;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.7;
}

.nps-history-factory {
    padding: 0 0 85px;
}

.nps-history-factory-card {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 34px;
    padding: 46px 52px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(120deg, #092564, #1053a5);
}

.nps-history-factory-card h2 {
    margin: 10px 0 14px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.13;
}

.nps-history-factory-card p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    line-height: 1.7;
}

.nps-history-factory-card p strong {
    color: #fff;
}

.nps-history-factory-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.nps-history-factory-stats div {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.nps-history-factory-stats strong {
    display: block;
    color: #ffad73;
    font-size: 1.45rem;
}

.nps-history-factory-stats span {
    color: rgba(255, 255, 255, .75);
    font-size: .75rem;
    font-weight: 700;
}

.nps-history-evolution {
    padding-bottom: 85px;
}

.nps-history-evolution article {
    height: 100%;
    padding: 29px;
    border: 1px solid #dfe8f4;
    border-radius: 14px;
    background: #fff;
}

.nps-history-evolution article > span {
    color: #f47732;
    font-size: .78rem;
    font-weight: 900;
}

.nps-history-evolution h3 {
    margin: 11px 0 9px;
    color: #0a3079;
    font-size: 1.2rem;
}

.nps-history-evolution p {
    margin: 0;
    color: #647592;
    line-height: 1.66;
}

.nps-history-purpose {
    padding: 70px 0;
    background: #fff;
}

.nps-history-purpose-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 38px;
}

.nps-history-purpose h2 {
    margin: 10px 0 13px;
    color: #0a3079;
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    line-height: 1.14;
}

.nps-history-purpose h3 {
    margin: 10px 0 13px;
    color: #0a3079;
    font-size: 1.35rem;
    line-height: 1.35;
}

.nps-history-purpose p, .nps-history-purpose li {
    color: #607391;
    line-height: 1.7;
}

.nps-history-purpose ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.nps-history-purpose li {
    position: relative;
    padding: 5px 0 5px 19px;
    font-size: .9rem;
    font-weight: 700;
}

.nps-history-purpose li::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background: #f47732;
}

@media (max-width: 991px) {
    .nps-history-factory-card, .nps-history-purpose-grid {
        grid-template-columns: 1fr;
    }

    .nps-history-factory-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .nps-history-factory-stats div {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .nps-history-hero {
        padding: 65px 0 103px;
    }

    .nps-history-timeline-section {
        margin-top: -50px;
        padding-bottom: 65px;
    }

    .nps-history-timeline {
        border-radius: 15px;
    }

    .nps-history-event {
        min-width: 260px;
    }

    .nps-history-factory {
        padding-bottom: 65px;
    }

    .nps-history-factory-card {
        padding: 33px 24px;
    }

    .nps-history-factory-stats {
        grid-template-columns: 1fr;
    }

    .nps-history-evolution {
        padding-bottom: 65px;
    }

    .nps-history-purpose {
        padding: 58px 0;
    }
}

/* History infographic timeline — matches the reference structure */
.nps-history-infographic {
    overflow-x: auto;
    padding: 30px 0 14px;
}

.nps-history-infographic-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(170px, 1fr));
    min-width: 1080px;
    padding: 0 16px;
}

.nps-history-infographic-track::before, .nps-history-infographic-track::after {
    position: absolute;
    right: 16px;
    left: 16px;
    height: 1px;
    content: '';
    background-image: linear-gradient(90deg, #90a0b9 45%, transparent 0);
    background-position: top;
    background-size: 8px 1px;
    background-repeat: repeat-x;
}

.nps-history-infographic-track::before {
    top: 193px;
}

.nps-history-infographic-track::after {
    top: 262px;
}

.nps-info-step {
    position: relative;
    display: grid;
    grid-template-rows: 193px 69px 140px;
    justify-items: center;
    text-align: center;
}

.nps-info-step::before {
    position: absolute;
    top: 78px;
    width: 1px;
    height: 115px;
    content: '';
    background-image: linear-gradient(#92a0b9 45%, transparent 0);
    background-size: 1px 7px;
}

.nps-info-step::after {
    position: absolute;
    top: 188px;
    width: 11px;
    height: 11px;
    content: '';
    border-radius: 50%;
    background: var(--nps-timeline-color);
    box-shadow: 0 0 0 3px #fff;
}

.nps-info-icon {
    position: absolute;
    top: 0;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--nps-timeline-color);
    box-shadow: 0 7px 14px rgba(4, 32, 85, .13);
    font-size: 1.45rem;
}

.nps-info-year {
    position: relative;
    z-index: 1;
    align-self: center;
    min-width: 110px;
    padding: 14px 25px 14px 20px;
    clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%, 13% 50%);
    color: #fff;
    background: var(--nps-timeline-color);
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1;
}

.nps-info-copy {
    grid-row: 3;
    padding: 28px 11px 0;
}

.nps-info-copy h3 {
    margin: 0 0 6px;
    color: var(--nps-timeline-color);
    font-size: .92rem;
    font-weight: 900;
}

.nps-info-copy p {
    margin: 0;
    color: #66738a;
    font-size: .73rem;
    line-height: 1.48;
}

.nps-info-down .nps-info-copy {
    grid-row: 1;
    align-self: end;
    padding: 0 11px 29px;
}

.nps-info-down .nps-info-icon {
    top: 261px;
}

.nps-info-down::before {
    top: 262px;
    height: 115px;
}

.nps-info-down::after {
    top: 257px;
}

.nps-info-purple {
    --nps-timeline-color: #401094;
}

.nps-info-pink {
    --nps-timeline-color: #9c0958;
}

.nps-info-red {
    --nps-timeline-color: #f34e5b;
}

.nps-info-green {
    --nps-timeline-color: #06b980;
}

.nps-info-orange {
    --nps-timeline-color: #fa6206;
}

.nps-info-yellow {
    --nps-timeline-color: #f7be0a;
}

@media (max-width: 767px) {
    .nps-history-infographic {
        margin-right: -12px;
        margin-left: -12px;
    }

    .nps-history-infographic-track {
        min-width: 1020px;
    }
}

/* Alternate timeline markers stay above the year band, like the reference */
.nps-info-down .nps-info-icon {
    top: 65px;
}

.nps-info-down::before {
    top: 143px;
    height: 50px;
}

.nps-info-down::after {
    top: 188px;
}

.nps-info-down .nps-info-copy {
    grid-row: 3;
    align-self: auto;
    padding: 48px 11px 0;
}

/* History timeline structure and bordered gradient panel */
.nps-history-hero {
    padding-bottom: 88px;
}

.nps-history-timeline-section {
    margin-top: 0;
    padding: 80px 0 88px;
    background: linear-gradient(180deg, #eef5ff 0%, #f7f9fd 100%);
}

.nps-history-heading {
    margin-bottom: 28px;
}

.nps-history-infographic {
    padding: 24px;
    border: 1px solid #cddcf0;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff 0%, #f1f7ff 100%);
    box-shadow: 0 15px 32px rgba(14, 52, 119, .09);
}

.nps-history-infographic-track {
    padding: 0 22px;
    border-top: 1px dashed #b8c8df;
    border-bottom: 1px dashed #b8c8df;
}

.nps-history-infographic-track::before {
    right: 22px;
    left: 22px;
    background-image: none;
    background: #d9e4f2;
}

.nps-history-infographic-track::after {
    right: 22px;
    left: 22px;
    background-image: none;
    background: #d9e4f2;
}

.nps-info-step {
    border-right: 1px dashed #c5d2e4;
}

.nps-info-step:last-child {
    border-right: 0;
}

.nps-info-copy {
    margin: 0 9px;
    padding-right: 9px;
    padding-left: 9px;
    border: 1px solid #e0e9f4;
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 5px 11px rgba(10, 44, 101, .04);
}

.nps-info-down .nps-info-copy {
    padding-top: 48px;
}

.nps-info-copy h3 {
    margin-top: 0;
}

.nps-history-factory-card {
    border: 1px solid rgba(255, 255, 255, .2);
    background: linear-gradient(120deg, #071d51, #0f57ae);
}

@media (max-width: 767px) {
    .nps-history-hero {
        padding-bottom: 65px;
    }

    .nps-history-timeline-section {
        padding: 58px 0 65px;
    }

    .nps-history-infographic {
        padding: 14px;
        border-radius: 14px;
    }

    .nps-history-infographic-track {
        padding: 0 16px;
    }

    .nps-info-step {
        border-right: 1px dashed #c5d2e4;
    }
}

/* Gallery */
.nps-gallery {
    background: #f6f8fc;
    color: #102c6c;
}

.nps-gallery-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 148px;
    color: #fff;
    background: linear-gradient(118deg, #071945, #0d3d90 62%, #1166ba);
}

.nps-gallery-hero::after {
    position: absolute;
    right: 8%;
    bottom: -100px;
    width: 310px;
    height: 310px;
    content: '';
    border: 48px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.nps-gallery-hero .container {
    position: relative;
    z-index: 1;
}

.nps-gallery-hero span, .nps-gallery-heading span, .nps-gallery-cta span {
    color: #ff9b60;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nps-gallery-hero h1 {
    max-width: 720px;
    margin: 11px 0 13px;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 1.04;
    letter-spacing: -.055em;
}

.nps-gallery-hero h1 em {
    color: #ff9b60;
    font-style: normal;
}

.nps-gallery-hero p {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, .81);
    font-size: 1.04rem;
    line-height: 1.7;
}

.nps-gallery-content {
    position: relative;
    z-index: 2;
    margin-top: -70px;
    padding-bottom: 88px;
}

.nps-gallery-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 29px;
}

.nps-gallery-heading h2 {
    margin: 9px 0 0;
    color: #092d73;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.nps-gallery-heading p {
    max-width: 400px;
    margin: 0;
    color: #607492;
    line-height: 1.7;
}

.nps-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 210px;
    gap: 15px;
}

.nps-gallery-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #dce6f3;
    border-radius: 13px;
    background: #0d347b;
}

.nps-gallery-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.nps-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.nps-gallery-card:hover img {
    transform: scale(1.06);
}

.nps-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 21px;
    color: #fff;
    background: linear-gradient(180deg, transparent 43%, rgba(4, 25, 72, .87));
    opacity: 0;
    transition: opacity .25s ease;
}

.nps-gallery-card:hover .nps-gallery-overlay {
    opacity: 1;
}

.nps-gallery-overlay small {
    color: #ffac76;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nps-gallery-overlay strong {
    margin-top: 4px;
    font-size: 1rem;
}

.nps-gallery-overlay i {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
}

.nps-gallery-cta {
    padding: 66px 0;
    color: #fff;
    background: linear-gradient(115deg, #082260, #1559ad);
}

.nps-gallery-cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.nps-gallery-cta h2 {
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.75rem);
}

.nps-gallery-cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding: 15px 19px;
    border-radius: 8px;
    color: #0b337d;
    background: #fff;
    font-size: .87rem;
    font-weight: 800;
}

.nps-gallery-cta a:hover {
    color: #fff;
    background: #f47732;
}

@media (max-width: 991px) {
    .nps-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nps-gallery-heading {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .nps-gallery-hero {
        padding: 65px 0 115px;
    }

    .nps-gallery-content {
        margin-top: -48px;
        padding-bottom: 65px;
    }

    .nps-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 235px;
    }

    .nps-gallery-featured {
        grid-column: auto;
        grid-row: auto;
    }

    .nps-gallery-overlay {
        opacity: 1;
    }

    .nps-gallery-cta {
        padding: 52px 0;
    }

    .nps-gallery-cta .container {
        display: block;
    }

    .nps-gallery-cta a {
        margin-top: 22px;
    }
}

/* Gallery album and mobile-friendly image lightbox */
.nps-gallery-album {
    padding: 38px;
    border: 1px solid #d9e5f3;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(10, 46, 110, .06);
}

.nps-gallery-album-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.nps-gallery-year {
    display: block;
    margin-bottom: 9px;
    color: #f47732;
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.nps-gallery-album h2 {
    margin: 0 0 8px;
    color: #092d73;
    font-size: clamp(2rem, 3.3vw, 3.1rem);
    line-height: 1.05;
}

.nps-gallery-album p {
    margin: 0;
    color: #607492;
    font-size: 1rem;
}

.nps-gallery-count {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 12px 16px;
    border-radius: 99px;
    color: #1555a9;
    background: #edf5ff;
    font-size: .84rem;
    font-weight: 800;
    white-space: nowrap;
}

.nps-gallery-count i {
    color: #f47732;
}

.nps-gallery-album-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.nps-gallery-photo {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 11px;
    background: #092868;
    cursor: pointer;
    text-align: left;
}

.nps-gallery-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.nps-gallery-photo::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 50%, rgba(4, 24, 70, .86));
}

.nps-gallery-photo span {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    left: 16px;
    color: #43d6c4;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nps-gallery-photo i {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    opacity: 0;
    transition: opacity .25s ease;
}

.nps-gallery-photo:hover img, .nps-gallery-photo:focus-visible img {
    transform: scale(1.06);
}

.nps-gallery-photo:hover i, .nps-gallery-photo:focus-visible i {
    opacity: 1;
}

.nps-gallery-photo:focus-visible {
    outline: 3px solid #f47732;
    outline-offset: 3px;
}

.nps-gallery-lightbox {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px 86px;
    background: rgba(2, 16, 47, .93);
}

.nps-gallery-lightbox.is-open {
    display: flex;
}

.nps-gallery-modal-open {
    overflow: hidden;
}

.nps-gallery-lightbox figure {
    max-width: min(1050px, 100%);
    max-height: 90vh;
    margin: 0;
    text-align: center;
}

.nps-gallery-lightbox img {
    display: block;
    max-width: 100%;
    max-height: calc(90vh - 35px);
    margin: auto;
    border-radius: 8px;
    object-fit: contain;
}

.nps-gallery-lightbox figcaption {
    margin-top: 10px;
    color: #fff;
    font-size: .87rem;
    font-weight: 700;
}

.nps-gallery-lightbox-close, .nps-gallery-lightbox-nav {
    position: absolute;
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 1rem;
}

.nps-gallery-lightbox-close {
    top: 24px;
    right: 28px;
}

.nps-gallery-lightbox-prev {
    left: 25px;
}

.nps-gallery-lightbox-next {
    right: 25px;
}

.nps-gallery-lightbox-close:hover, .nps-gallery-lightbox-nav:hover {
    background: #f47732;
}

@media (max-width: 991px) {
    .nps-gallery-album-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nps-gallery-photo {
        min-height: 290px;
    }
}

@media (max-width: 767px) {
    .nps-gallery-album {
        padding: 25px 18px;
    }

    .nps-gallery-album-head {
        display: block;
    }

    .nps-gallery-count {
        margin-top: 18px;
    }

    .nps-gallery-album-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nps-gallery-photo {
        min-height: 250px;
    }

    .nps-gallery-lightbox {
        padding: 24px 55px;
    }

    .nps-gallery-lightbox-close {
        top: 14px;
        right: 14px;
    }

    .nps-gallery-lightbox-nav {
        width: 38px;
        height: 38px;
    }

    .nps-gallery-lightbox-prev {
        left: 9px;
    }

    .nps-gallery-lightbox-next {
        right: 9px;
    }
}

/* Swipeable gallery strip on mobile */
@media (max-width: 767px) {
    .nps-gallery-album-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 2px 2px 13px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .nps-gallery-photo {
        min-width: 82vw;
        min-height: 300px;
        flex: 0 0 82vw;
        scroll-snap-align: start;
    }
}

/* Blog */
.nps-blog {
    background: #f7f9fd;
    color: #102b69;
}

.nps-blog-hero {
    padding: 84px 0 142px;
    color: #fff;
    background: linear-gradient(115deg, #081a48, #0c3b8d 62%, #1163b7);
}

.nps-blog-hero span {
    color: #ff9b60;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nps-blog-hero h1 {
    max-width: 700px;
    margin: 10px 0 13px;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -.055em;
}

.nps-blog-hero h1 em {
    color: #ff9b60;
    font-style: normal;
}

.nps-blog-hero p {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 1.03rem;
    line-height: 1.7;
}

.nps-blog-content {
    margin-top: -70px;
    padding-bottom: 92px;
}

.nps-blog-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.nps-blog-card {
    overflow: hidden;
    border: 1px solid #dce6f4;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 21px rgba(8, 43, 104, .05);
}

.nps-blog-card > img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.nps-blog-card > div {
    padding: 24px;
}

.nps-blog-card span {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
    color: #615fc0;
    background: #edecff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nps-blog-card h2 {
    margin: 14px 0 10px;
    color: #092d73;
    font-size: 1.3rem;
    line-height: 1.35;
}

.nps-blog-card p {
    margin: 0;
    color: #607391;
    font-size: .91rem;
    line-height: 1.66;
}

.nps-blog-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    border-bottom: 1px solid #123d79;
    color: #123d79;
    font-size: .84rem;
    font-weight: 800;
}

.nps-blog-card a:hover {
    color: #f47732;
    border-color: #f47732;
}

.nps-blog-sidebar {
    display: grid;
    gap: 20px;
}

.nps-blog-widget {
    padding: 25px;
    border: 1px solid #dce6f4;
    border-radius: 10px;
    background: #fff;
}

.nps-blog-widget h3 {
    margin: 0 0 17px;
    padding-left: 10px;
    border-left: 2px solid #756ee3;
    color: #16295e;
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.nps-blog-search {
    position: relative;
}

.nps-blog-search input {
    width: 100%;
    height: 49px;
    padding: 0 50px 0 14px;
    border: 1px solid #d6e0ee;
    border-radius: 7px;
    outline: 0;
    color: #18326a;
}

.nps-blog-search input:focus {
    border-color: #2b66ba;
}

.nps-blog-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    border: 0;
    color: #102d72;
    background: transparent;
}

.nps-blog-recent {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e1e8f3;
    color: #1c2b5f;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.45;
}

.nps-blog-recent:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.nps-blog-recent img {
    width: 69px;
    height: 57px;
    flex: 0 0 69px;
    border-radius: 6px;
    object-fit: cover;
}

.nps-blog-recent small {
    display: block;
    margin-top: 6px;
    color: #5d7191;
    font-size: .68rem;
    font-weight: 700;
}

.nps-blog-widget-tint {
    border-color: transparent;
    background: #e9eafd;
}

.nps-blog-widget-tint > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: #26356a;
    font-size: .9rem;
}

.nps-blog-widget-tint > a i {
    font-size: .75rem;
}

.nps-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.nps-blog-tags a {
    padding: 7px 11px;
    border-radius: 5px;
    color: #38386e;
    background: #ebeaf1;
    font-size: .76rem;
}

@media (max-width: 991px) {
    .nps-blog-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .nps-blog-content {
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .nps-blog-hero {
        padding: 64px 0 108px;
    }

    .nps-blog-content {
        margin-top: -42px;
        padding-bottom: 65px;
    }

    .nps-blog-list {
        grid-template-columns: 1fr;
    }

    .nps-blog-card > img {
        height: 220px;
    }

    .nps-blog-widget {
        padding: 22px;
    }
}

/* Blog details */
.nps-blog-details {
    background: #f7f9fd;
    color: #18336e;
}

.nps-blog-details-hero {
    padding: 70px 0 145px;
    color: #fff;
    background: linear-gradient(118deg, #071945, #0d408f 65%, #1566b7);
}

.nps-blog-details-hero a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
}

.nps-blog-details-hero > .container > span {
    display: block;
    color: #ffad72;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nps-blog-details-hero h1 {
    max-width: 850px;
    margin: 12px 0 15px;
    color: #fff;
    font-size: clamp(2.35rem, 4.6vw, 4.25rem);
    line-height: 1.08;
    letter-spacing: -.05em;
}

.nps-blog-details-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.04rem;
    line-height: 1.7;
}

.nps-blog-details-content {
    margin-top: -74px;
    padding-bottom: 90px;
}

.nps-blog-article {
    padding: 25px 34px 38px;
    border: 1px solid #dce6f3;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(7, 42, 101, .07);
}

.nps-blog-cover {
    width: 100%;
    height: 360px;
    margin-bottom: 28px;
    border-radius: 9px;
    object-fit: cover;
}

.nps-blog-article p {
    color: #617492;
    line-height: 1.8;
}

.nps-blog-article .nps-blog-lead {
    color: #294d87;
    font-size: 1.14rem;
    font-weight: 600;
}

.nps-blog-article h2 {
    margin: 30px 0 10px;
    color: #0b3078;
    font-size: 1.65rem;
}

.nps-blog-article blockquote {
    margin: 30px 0;
    padding: 22px 25px;
    border-left: 4px solid #f47732;
    color: #154287;
    background: #f1f6fd;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.55;
}

.nps-blog-article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #dfe7f2;
}

.nps-blog-article-tags span {
    margin-right: 3px;
    color: #0d3279;
    font-weight: 800;
}

.nps-blog-article-tags a {
    padding: 6px 10px;
    border-radius: 4px;
    color: #3b3c71;
    background: #ececf3;
    font-size: .75rem;
}

.nps-blog-detail-side {
    display: grid;
    gap: 20px;
}

.nps-blog-detail-side > div {
    padding: 30px;
    border: 1px solid #dce6f3;
    border-radius: 12px;
    background: #fff;
}

.nps-blog-detail-side > div:first-child {
    color: #fff;
    border: 0;
    background: linear-gradient(145deg, #0c3d91, #092864);
}

.nps-blog-detail-side > div:first-child span {
    color: #ffae76;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nps-blog-detail-side h3 {
    margin: 10px 0 13px;
    color: #0a2f78;
    font-size: 1.4rem;
    line-height: 1.3;
}

.nps-blog-detail-side > div:first-child h3 {
    color: #fff;
}

.nps-blog-detail-side p {
    color: #607391;
    line-height: 1.7;
}

.nps-blog-detail-side > div:first-child p {
    color: rgba(255, 255, 255, .77);
}

.nps-blog-detail-side > div:first-child a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 15px;
    border-radius: 6px;
    color: #0b337c;
    background: #fff;
    font-size: .8rem;
    font-weight: 800;
}

.nps-blog-detail-list h3 {
    margin-top: 0;
}

.nps-blog-detail-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 0;
    border-top: 1px solid #e1e8f3;
    color: #254278;
    font-size: .87rem;
    font-weight: 700;
}

.nps-blog-detail-list a i {
    flex: 0 0 auto;
    color: #f47732;
    font-size: .74rem;
}

@media (max-width: 767px) {
    .nps-blog-details-hero {
        padding: 55px 0 110px;
    }

    .nps-blog-details-content {
        margin-top: -45px;
        padding-bottom: 65px;
    }

    .nps-blog-article {
        padding: 18px 20px 28px;
    }

    .nps-blog-cover {
        height: 230px;
    }

    .nps-blog-article h2 {
        font-size: 1.4rem;
    }

    .nps-blog-detail-side > div {
        padding: 25px;
    }
}

.nps-blog-detail-widget h3 {
    margin: 0 0 14px;
    padding-left: 10px;
    border-left: 2px solid #756ee3;
    color: #16295e;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nps-blog-detail-widget > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #e1e8f3;
    color: #254278;
    font-size: .87rem;
    font-weight: 700;
}

.nps-blog-detail-widget > a i {
    color: #f47732;
    font-size: .72rem;
}

.nps-blog-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nps-blog-detail-tags a {
    padding: 7px 10px;
    border-radius: 5px;
    color: #393b70;
    background: #ececf3;
    font-size: .74rem;
}

/* Home page sections */
.nps-home-label {
    color: #f47732;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nps-home-about {
    padding: 100px 0;
    background: #f7f9fd;
}

.nps-home-about-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 65px;
}

.nps-home-about-image {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: 17px;
    background: #0c3886;
    box-shadow: 0 18px 35px rgba(8, 42, 101, .15);
}

.nps-home-about-image::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 55%, rgba(3, 23, 66, .66));
}

.nps-home-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nps-home-about-image span {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    padding: 11px 14px;
    border-radius: 6px;
    color: #fff;
    background: #f47732;
    font-size: .83rem;
    font-weight: 900;
}

.nps-home-about-copy h2, .nps-home-section-head h2, .nps-home-blog-head h2 {
    margin: 11px 0 17px;
    color: #0a2e75;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.nps-home-about-copy p {
    max-width: 630px;
    color: #617492;
    line-height: 1.77;
}

.nps-home-about-points {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 23px 0;
}

.nps-home-about-points span {
    color: #193d78;
    font-size: .87rem;
    font-weight: 800;
}

.nps-home-about-points i {
    margin-right: 5px;
    color: #f47732;
}

.nps-home-about-copy > a, .nps-home-blog-head > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0c357f;
    font-size: .87rem;
    font-weight: 900;
}

.nps-home-about-copy > a:hover, .nps-home-blog-head > a:hover {
    color: #f47732;
}

.nps-home-clients {
    padding: 33px 0;
    border-top: 1px solid #e0e8f3;
    border-bottom: 1px solid #e0e8f3;
    background: #fff;
}

.nps-home-clients p {
    margin: 0 0 18px;
    color: #74829b;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-align: center;
    text-transform: uppercase;
}

.nps-home-logo-window {
    overflow: hidden;
}

.nps-home-logo-track {
    display: flex;
    width: max-content;
    animation: nps-logo-scroll 28s linear infinite;
}

.nps-home-logo-track > div {
    display: grid;
    width: 145px;
    height: 55px;
    flex: 0 0 145px;
    place-items: center;
    filter: grayscale(1);
    opacity: .62;
    transition: .2s;
}

.nps-home-logo-track img {
    max-width: 95px;
    max-height: 38px;
    object-fit: contain;
}

.nps-home-logo-track > div:hover {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes nps-logo-scroll {
    to {
        transform: translateX(-50%);
    }
}

.nps-home-testimonials {
    padding: 100px 0;
    background: linear-gradient(135deg, #082260, #1155a7);
}

.nps-home-section-head {
    max-width: 620px;
    margin-bottom: 33px;
}

.nps-home-testimonials .nps-home-label {
    color: #ffad73;
}

.nps-home-testimonials .nps-home-section-head h2 {
    color: #fff;
}

.nps-home-testimonial {
    position: relative;
    height: 100%;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.nps-home-testimonial > i {
    color: #ff9e62;
    font-size: 1.65rem;
}

.nps-home-testimonial p {
    margin: 16px 0 24px;
    color: rgba(255, 255, 255, .86);
    line-height: 1.75;
}

.nps-home-testimonial strong {
    display: block;
    color: #fff;
}

.nps-home-testimonial span {
    display: block;
    margin-top: 4px;
    color: #ffb47d;
    font-size: .76rem;
    font-weight: 700;
}

.nps-home-testimonial-featured {
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .13);
}

.nps-home-testimonial-featured p {
    color: #5c6f8e;
}

.nps-home-testimonial-featured strong {
    color: #0c347d;
}

.nps-home-blog {
    padding: 100px 0;
    background: #f7f9fd;
}

.nps-home-blog-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.nps-home-blog-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #dce6f3;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(8, 43, 104, .05);
}

.nps-home-blog-card img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.nps-home-blog-card > div {
    padding: 22px;
}

.nps-home-blog-card span {
    color: #f47732;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nps-home-blog-card h3 {
    margin: 10px 0 16px;
    color: #0a3078;
    font-size: 1.22rem;
    line-height: 1.4;
}

.nps-home-blog-card a {
    color: #123d7d;
    font-size: .82rem;
    font-weight: 900;
}

.nps-home-blog-card a i {
    margin-left: 5px;
}

.nps-home-blog-card a:hover {
    color: #f47732;
}

@media (max-width: 991px) {
    .nps-home-about-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .nps-home-about-image {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .nps-home-about, .nps-home-testimonials, .nps-home-blog {
        padding: 65px 0;
    }

    .nps-home-about-image {
        min-height: 285px;
    }

    .nps-home-about-points {
        display: grid;
        gap: 10px;
    }

    .nps-home-logo-track > div {
        width: 120px;
        flex-basis: 120px;
    }

    .nps-home-blog-head {
        display: block;
    }

    .nps-home-blog-head > a {
        margin-top: 5px;
    }
}

/* Home client-logo Swiper */
.nps-home-clients-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 17px;
}

.nps-home-clients .nps-home-clients-head p {
    margin: 0;
    text-align: left;
}

.nps-client-controls {
    display: flex;
    gap: 8px;
}

.nps-client-controls button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #d8e3f1;
    border-radius: 50%;
    color: #103778;
    background: #fff;
    font-size: .75rem;
}

.nps-client-controls button:hover {
    color: #fff;
    border-color: #f47732;
    background: #f47732;
}

.nps-client-swiper {
    overflow: hidden;
}

.nps-client-logo {
    display: grid;
    height: 72px;
    place-items: center;
    border: 1px solid #e2eaf4;
    border-radius: 9px;
    background: #fff;
}

.nps-client-logo img {
    max-width: 112px;
    max-height: 49px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .72;
    transition: .2s;
}

.nps-client-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* Premium gradient client carousel */
.nps-home-clients {
    position: relative;
    overflow: hidden;
    padding: 42px 0 46px;
    border: 0;
    background: linear-gradient(115deg, #071b4e 0%, #0d3c8d 57%, #1264ba 100%);
}

.nps-home-clients::before {
    position: absolute;
    top: -120px;
    right: 8%;
    width: 270px;
    height: 270px;
    content: '';
    border: 44px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.nps-home-clients::after {
    position: absolute;
    bottom: -115px;
    left: 17%;
    width: 220px;
    height: 220px;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 119, 50, .25), transparent 66%);
}

.nps-home-clients .container {
    position: relative;
    z-index: 1;
}

.nps-home-clients .nps-home-clients-head {
    margin-bottom: 22px;
}

.nps-home-clients .nps-home-clients-head p {
    color: rgba(255, 255, 255, .88);
    font-size: .78rem;
    letter-spacing: .13em;
}

.nps-home-clients .nps-home-clients-head p::before {
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 0 9px 3px 0;
    content: '';
    background: #ff9c5f;
}

.nps-client-controls {
    gap: 10px;
}

.nps-client-controls button {
    width: 38px;
    height: 38px;
    border-color: rgba(255, 255, 255, .32);
    color: #fff;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(5px);
}

.nps-client-controls button:hover {
    border-color: #ff9656;
    background: linear-gradient(135deg, #f47732, #ffad52);
}

.nps-client-swiper {
    padding: 7px 3px 10px;
}

.nps-client-logo {
    height: 92px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
}

.nps-client-logo img {
    max-width: 122px;
    max-height: 58px;
    filter: none;
    opacity: 1;
}

.nps-client-logo:hover {
    border-color: #ffad77;
    background: #fff;
    transform: translateY(-4px);
}

.nps-client-logo {
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

/* Larger, clearer client marks */
.nps-client-swiper {
    padding: 5px 3px 12px;
}

.nps-client-logo {
    height: 110px;
    overflow: hidden;
    border-color: rgba(255, 255, 255, .55);
    border-radius: 10px;
    background: linear-gradient(145deg, #fff, #edf3fb);
}

.nps-client-logo img {
    max-width: 150px;
    max-height: 78px;
    transform: scale(1.55);
    transform-origin: center;
}

.nps-client-logo:hover img {
    transform: scale(1.66);
}

.nps-client-logo::after {
    position: absolute;
    inset: 0;
    content: '';
    border: 1px solid rgba(17, 79, 165, .08);
    border-radius: 10px;
    pointer-events: none;
}

.nps-client-logo {
    position: relative;
}

@media (max-width: 767px) {
    .nps-home-clients {
        padding: 33px 0 37px;
    }

    .nps-home-clients .nps-home-clients-head {
        align-items: flex-start;
    }

    .nps-client-logo {
        height: 92px;
    }

    .nps-client-logo img {
        transform: scale(1.28);
    }

    .nps-client-logo:hover img {
        transform: scale(1.34);
    }
}

/* Mobile header logo: constrain the source image inside the compact header. */
@media (max-width: 991px) {
    #header-sticky.header-1 {
        min-height: 98px;
        overflow: hidden;
    }

    #header-sticky.header-1 .header-logo {
        position: absolute;
        z-index: 2;
        top: 8px !important;
        left: 15px !important;
        margin: 0 !important;
    }

    #header-sticky.header-1 .header-logo a {
        display: block;
        line-height: 0;
    }

    #header-sticky.header-1 .header-logo img {
        display: block;
        width: auto;
        height: 78px;
        max-width: 145px;
        object-fit: contain;
    }

    #header-sticky.header-1 .header-main {
        min-height: 98px;
        margin-left: 0;
        padding-left: 0;
    }
}

/* Precise icon → dot → year-arrow → journey alignment */
.nps-history-infographic {
    padding: 28px 18px;
}

.nps-history-infographic-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(170px, 1fr));
    height: 425px;
    min-width: 1080px;
    padding: 0 12px;
    border: 0;
}

.nps-history-infographic-track::before {
    top: 185px;
    right: 12px;
    left: 12px;
    height: 1px;
    background: transparent;
    background-image: linear-gradient(90deg, #8ba0bc 50%, transparent 0);
    background-size: 7px 1px;
}

.nps-history-infographic-track::after {
    top: 286px;
    right: 12px;
    left: 12px;
    height: 1px;
    background: transparent;
    background-image: linear-gradient(90deg, #8ba0bc 50%, transparent 0);
    background-size: 7px 1px;
}

.nps-info-step {
    display: block;
    height: 425px;
    min-width: 0;
    border-right: 0;
}

.nps-info-step::before {
    top: 67px;
    height: 118px;
    background-image: linear-gradient(#8ca0ba 50%, transparent 0);
    background-size: 1px 6px;
}

.nps-info-step::after {
    top: 180px;
    width: 13px;
    height: 13px;
    box-shadow: 0 0 0 4px #fff;
}

.nps-info-icon {
    top: 0;
    width: 66px;
    height: 66px;
}

.nps-info-year {
    position: absolute;
    top: 203px;
    left: 50%;
    display: block;
    width: 122px;
    min-width: 122px;
    padding: 14px 24px 14px 17px;
    transform: translateX(-50%);
    font-size: 1rem;
}

.nps-info-copy, .nps-info-down .nps-info-copy {
    position: absolute;
    top: 308px;
    right: 8px;
    left: 8px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nps-info-copy h3 {
    margin: 0 0 7px;
    font-size: .9rem;
}

.nps-info-copy p {
    font-size: .73rem;
    line-height: 1.52;
}

.nps-info-down .nps-info-icon {
    top: 42px;
}

.nps-info-down::before {
    top: 108px;
    height: 77px;
}

.nps-info-down::after {
    top: 180px;
}

.nps-info-down .nps-info-copy {
    top: 350px;
}

.nps-info-step:nth-child(odd) .nps-info-year {
    filter: drop-shadow(0 7px 6px rgba(5, 32, 81, .12));
}

.nps-info-step:nth-child(even) .nps-info-year {
    filter: drop-shadow(0 7px 6px rgba(5, 32, 81, .12));
}

@media (max-width: 767px) {
    .nps-history-infographic {
        padding: 21px 10px;
    }

    .nps-history-infographic-track {
        min-width: 1020px;
    }

    .nps-info-step {
        border-right: 0;
    }
}

/* Lower dot and dotted connector from each year arrow to its journey text */
.nps-info-year::before {
    position: absolute;
    top: 44px;
    left: 50%;
    width: 1px;
    height: 32px;
    content: '';
    transform: translateX(-50%);
    background-image: linear-gradient(var(--nps-timeline-color) 50%, transparent 0);
    background-size: 1px 6px;
}

.nps-info-year::after {
    position: absolute;
    top: 76px;
    left: 50%;
    width: 13px;
    height: 13px;
    content: '';
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--nps-timeline-color);
    box-shadow: 0 1px 4px rgba(5, 35, 89, .18);
}

.nps-info-copy::before {
    position: absolute;
    top: -29px;
    left: 50%;
    width: 1px;
    height: 29px;
    content: '';
    transform: translateX(-50%);
    background-image: linear-gradient(var(--nps-timeline-color) 50%, transparent 0);
    background-size: 1px 6px;
}

.nps-info-down .nps-info-copy::before {
    top: -71px;
    height: 71px;
}

/* The chevron clips its pseudo-elements, so the lower dot lives on the text connector. */
.nps-info-year::before, .nps-info-year::after {
    display: none;
}

.nps-info-copy::before {
    z-index: 3;
    top: -42px;
    width: 13px;
    height: 42px;
    border-radius: 0;
    background: radial-gradient(circle at 50% 6px, var(--nps-timeline-color) 0 6px, #fff 6.5px 7.5px, transparent 8px), repeating-linear-gradient(to bottom, transparent 0 15px, var(--nps-timeline-color) 15px 16px, transparent 16px 22px);
}

.nps-info-down .nps-info-copy::before {
    top: -95px;
    height: 95px;
}

/* Lower connectors use real dashed borders for consistent vertical alignment. */
.nps-info-copy::before {
    top: -37px;
    width: 0;
    height: 37px;
    border-left: 1px dashed var(--nps-timeline-color);
    border-radius: 0;
    background: none;
}

.nps-info-copy::after {
    position: absolute;
    z-index: 4;
    top: -43px;
    left: 50%;
    width: 14px;
    height: 14px;
    content: '';
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--nps-timeline-color);
    box-shadow: 0 1px 3px rgba(5, 35, 89, .15);
}

.nps-info-down .nps-info-copy::before {
    top: -90px;
    height: 90px;
}

.nps-info-down .nps-info-copy::after {
    top: -96px;
}

/* Align all lower dots precisely on the second horizontal guide. */
.nps-info-copy::after {
    top: -26px;
}

.nps-info-copy::before {
    top: -12px;
    height: 12px;
}

.nps-info-down .nps-info-copy::after {
    top: -65px;
}

.nps-info-down .nps-info-copy::before {
    top: -51px;
    height: 51px;
}

/* One shared dot size and exact guide-line alignment for upper and lower joints. */
.nps-info-step::after, .nps-info-copy::after {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    box-shadow: 0 1px 3px rgba(5, 35, 89, .15);
}

.nps-info-step::after {
    top: 177px;
}

.nps-info-copy::after {
    top: -31px;
}

.nps-info-copy::before {
    top: -15px;
    height: 15px;
}

.nps-info-down .nps-info-copy::after {
    top: -70px;
}

.nps-info-down .nps-info-copy::before {
    top: -54px;
    height: 54px;
}

/* Center each upper connector and dot on the same x-axis. */
.nps-info-step::before, .nps-info-step::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Track-anchored lower dots: all lower markers share the exact same guide position. */
.nps-info-copy::after {
    display: none;
}

.nps-info-lower-dot {
    position: absolute;
    z-index: 5;
    top: 278px;
    left: 50%;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--nps-timeline-color);
    box-shadow: 0 1px 3px rgba(5, 35, 89, .15);
}

/* Header logo: keep it fully contained when the navigation becomes sticky */
@media (min-width: 992px) {
    .header-1 .header-logo a {
        display: block;
        line-height: 0;
    }

    .header-1 .header-logo img {
        width: auto;
        height: 130px;
        max-width: 175px;
        object-fit: contain;
    }

    #header-sticky.sticky {
        min-height: 85px;
        overflow: visible;
    }

    #header-sticky.sticky .header-logo {
        top: 8px;
    }

    #header-sticky.sticky .header-logo img {
        height: 71px;
        max-width: 145px;
    }
}

/* Home: client introduction and testimonial stories */
.nps-client-intro {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.nps-home-clients .nps-client-intro .nps-home-label {
    color: #ffad78;
}

.nps-client-intro h2 {
    margin: 9px 0 13px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1.05;
    letter-spacing: -.055em;
}

.nps-client-intro p {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .78);
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.72;
    text-align: center;
    text-transform: none;
}

.nps-home-clients .nps-home-clients-head {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.nps-home-testimonials {
    position: relative;
    overflow: hidden;
    padding: 92px 0 82px;
    background: #f6f9ff;
}

.nps-home-testimonials::before {
    position: absolute;
    top: -130px;
    right: -80px;
    width: 380px;
    height: 380px;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 174, 225, .18), transparent 67%);
}

.nps-home-testimonials::after {
    position: absolute;
    bottom: -150px;
    left: -90px;
    width: 330px;
    height: 330px;
    content: '';
    border: 52px solid rgba(20, 181, 167, .08);
    border-radius: 50%;
}

.nps-home-testimonials .container {
    position: relative;
    z-index: 1;
}

.nps-testimonial-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    max-width: 940px;
    margin: 0 auto 34px;
    text-align: center;
}

.nps-testimonial-head > div:first-child {
    flex: 1;
}

.nps-home-testimonials .nps-home-label {
    color: #f47732;
}

.nps-testimonial-head h2 {
    margin: 9px 0 10px;
    color: #092d73;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.06;
    letter-spacing: -.05em;
}

.nps-testimonial-head p {
    max-width: 650px;
    margin: 0 auto;
    color: #637595;
    line-height: 1.7;
}

.nps-testimonial-controls {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

.nps-testimonial-controls button {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid #d8e4f3;
    border-radius: 50%;
    color: #0b347b;
    background: #fff;
    box-shadow: 0 7px 16px rgba(6, 45, 106, .08);
}

.nps-testimonial-controls button:hover {
    color: #fff;
    border-color: #f47732;
    background: #f47732;
}

.nps-testimonial-swiper {
    overflow: hidden;
    padding: 8px 2px 42px;
}

.nps-home-testimonial {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr 32px;
    gap: 13px;
    min-height: 285px;
    padding: 28px;
    border: 1px solid #d5e1f0;
    border-top: 5px solid var(--nps-testimonial-color);
    border-radius: 10px;
    color: #183975;
    background: linear-gradient(145deg, var(--nps-testimonial-tint), #fff 58%);
    box-shadow: 0 12px 27px rgba(7, 44, 103, .08);
}

.nps-home-testimonial::after {
    position: absolute;
    right: -40px;
    bottom: -55px;
    width: 135px;
    height: 135px;
    content: '';
    border: 22px solid color-mix(in srgb, var(--nps-testimonial-color) 13%, transparent);
    border-radius: 50%;
}

.nps-home-testimonial > i {
    align-self: center;
    color: var(--nps-testimonial-color);
    font-size: 1.75rem;
}

.nps-testimonial-avatar {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--nps-testimonial-color);
    box-shadow: 0 8px 17px color-mix(in srgb, var(--nps-testimonial-color) 30%, transparent);
    font-size: .95rem;
    font-weight: 900;
}

.nps-home-testimonial strong {
    display: block;
    margin: 4px 0 3px;
    color: #112f69;
    font-size: 1.08rem;
    line-height: 1.2;
}

.nps-home-testimonial span {
    display: block;
    color: #70809b;
    font-size: .76rem;
    font-weight: 700;
}

.nps-home-testimonial p {
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
    margin: 7px 0 0;
    color: #5d6f8e;
    font-size: .94rem;
    line-height: 1.72;
}

.nps-testimonial-purple {
    --nps-testimonial-color: #7042c7;
    --nps-testimonial-tint: #f4f0ff;
}

.nps-testimonial-teal {
    --nps-testimonial-color: #119ca5;
    --nps-testimonial-tint: #edfafa;
}

.nps-testimonial-orange {
    --nps-testimonial-color: #f47732;
    --nps-testimonial-tint: #fff5ee;
}

.nps-testimonial-blue {
    --nps-testimonial-color: #2a63d7;
    --nps-testimonial-tint: #eff4ff;
}

.nps-testimonial-green {
    --nps-testimonial-color: #159b63;
    --nps-testimonial-tint: #eefbf5;
}

.nps-testimonial-rose {
    --nps-testimonial-color: #d94b83;
    --nps-testimonial-tint: #fff1f7;
}

.nps-testimonial-pagination {
    position: absolute;
    bottom: 3px !important;
    left: 0;
    width: 100%;
    text-align: center;
}

.nps-testimonial-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px !important;
    opacity: 1;
    background: #bbcfdf;
}

.nps-testimonial-pagination .swiper-pagination-bullet-active {
    width: 27px;
    border-radius: 10px;
    background: #119ca5;
}

@media (max-width: 767px) {
    .nps-client-intro {
        margin-bottom: 25px;
        text-align: left;
    }

    .nps-client-intro h2 {
        font-size: 2.15rem;
    }

    .nps-client-intro p {
        text-align: left;
    }

    .nps-testimonial-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 19px;
        text-align: left;
    }

    .nps-testimonial-head p {
        margin-left: 0;
    }

    .nps-testimonial-controls {
        align-self: flex-end;
    }

    .nps-home-testimonial {
        min-height: 250px;
        padding: 23px;
    }

    .nps-home-testimonials {
        padding: 65px 0 58px;
    }
}

/* Home About: layered story-card treatment */
.nps-home-about {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fbff, #eef4fc);
}

.nps-home-about::before {
    position: absolute;
    top: 12%;
    left: -140px;
    width: 330px;
    height: 330px;
    content: '';
    border: 55px solid rgba(24, 96, 185, .055);
    border-radius: 50%;
}

.nps-home-about-grid {
    position: relative;
}

.nps-home-about-visual {
    position: relative;
    padding: 0;
}

.nps-home-about-visual::before {
    display: none;
}

.nps-home-about-image {
    z-index: 1;
    isolation: isolate;
    min-height: 485px;
    border: 1px solid rgba(19, 73, 151, .12);
    border-radius: 22px;
    background: #092d72;
    box-shadow: 0 25px 45px rgba(8, 42, 101, .17);
}

.nps-about-video-play {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    border: 7px solid rgba(255, 255, 255, .82);
    border-radius: 50%;
    color: #fff;
    background: #f1192b;
    box-shadow: 0 14px 35px rgba(2, 24, 67, .35);
    font-size: 1.85rem;
    transform: translate(-50%, -50%);
    transition: transform .25s ease, background .25s ease;
}

.nps-about-video-play::before {
    position: absolute;
    inset: -15px;
    content: '';
    border: 2px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    animation: nps-about-pulse 1.8s infinite;
}

.nps-about-video-play:hover { color: #fff; background: #d9091b; transform: translate(-50%, -50%) scale(1.08); }

@keyframes nps-about-pulse {
    0% { opacity: .85; transform: scale(.86); }
    100% { opacity: 0; transform: scale(1.25); }
}

.nps-about-visual-caption {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    min-width: 175px;
    padding: 14px 18px;
    border: 5px solid #f7faff;
    border-radius: 15px;
    color: #fff;
    background: #0a3d8f;
    box-shadow: 0 13px 27px rgba(6, 39, 96, .22);
}

.nps-about-visual-caption strong { font-size: 1.2rem; }
.nps-about-visual-caption span { color: #dceaff; font-size: .7rem; }

.nps-home-about-image::after {
    display: none;
}

.nps-home-about-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.nps-about-image-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 39%, rgba(4, 25, 72, .3) 57%, rgba(4, 25, 72, .95) 100%);
}

.nps-about-year-card {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    display: flex;
    min-width: 154px;
    flex-direction: column;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, rgba(244, 119, 50, .98), rgba(255, 161, 77, .94));
    box-shadow: 0 13px 24px rgba(3, 24, 71, .28);
}

.nps-about-year-card small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .88);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nps-about-year-card strong {
    font-size: 1.15rem;
}

.nps-about-image-tag {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
}

.nps-about-image-tag i {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    color: #ffb27a;
    background: rgba(255, 255, 255, .13);
}

.nps-home-about-copy {
    padding: 8px 0;
}

.nps-home-about-copy h2 {
    max-width: 740px;
    font-size: clamp(2.25rem, 4vw, 4rem);
}

.nps-home-about-copy p {
    font-size: 1.04rem;
}

.nps-home-about-points {
    display: none;
}

.nps-about-story-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    margin: 27px 0 24px;
}

.nps-about-story-cards > div {
    position: relative;
    min-height: 124px;
    padding: 15px 13px;
    border: 1px solid #d7e3f2;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff, #f3f7fd);
    box-shadow: 0 9px 18px rgba(8, 43, 104, .055);
}

.nps-about-story-cards b {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #dbe5f3;
    font-size: 1.35rem;
    font-weight: 900;
}

.nps-about-story-cards i {
    display: grid;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, #0c4297, #1678c4);
    font-size: .78rem;
}

.nps-about-story-cards > div:nth-child(2) i {
    background: linear-gradient(135deg, #e96b32, #ffab50);
}

.nps-about-story-cards > div:nth-child(3) i {
    background: linear-gradient(135deg, #0c9a92, #2ab3a3);
}

.nps-about-story-cards span {
    display: block;
}

.nps-about-story-cards strong {
    display: block;
    color: #143872;
    font-size: .78rem;
    line-height: 1.25;
}

.nps-about-story-cards small {
    display: block;
    margin-top: 4px;
    color: #71809a;
    font-size: .67rem;
    line-height: 1.45;
}

.nps-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nps-about-actions > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 5px 16px;
    border-radius: 8px;
    font-size: .86rem;
    font-weight: 900;
}

.nps-about-primary {
    color: #fff;
    background: linear-gradient(135deg, #0b3279, #155cb1);
    box-shadow: 0 10px 18px rgba(12, 53, 126, .16);
}

.nps-about-primary:hover {
    color: #fff;
    background: linear-gradient(135deg, #f47732, #ff9d50);
}

.nps-about-watch {
    border: 1px solid #f1c1c5;
    color: #d7182a;
    background: #fff;
}

.nps-about-watch i { font-size: 1.1rem; }
.nps-about-watch:hover { color: #fff; border-color: #e21628; background: #e21628; }

@media (max-width: 991px) {
    .nps-home-about-visual { max-width: 720px; }
    .nps-home-about-image {
        min-height: 410px;
    }

    .nps-about-story-cards {
        max-width: 640px;
    }
}

@media (max-width: 575px) {
    .nps-home-about-visual { padding: 0; }
    .nps-home-about-image {
        min-height: 340px;
        border-radius: 16px;
    }

    .nps-about-year-card {
        right: 13px;
        bottom: 14px;
        padding: 12px 14px;
    }

    .nps-about-image-tag {
        bottom: 18px;
        left: 14px;
        font-size: .68rem;
    }

    .nps-about-story-cards {
        grid-template-columns: 1fr;
    }

    .nps-about-story-cards > div {
        display: flex;
        min-height: auto;
        align-items: center;
        gap: 11px;
        padding: 13px;
    }

    .nps-about-story-cards i {
        flex: 0 0 32px;
        margin: 0;
    }

    .nps-about-story-cards small {
        display: none;
    }

    .nps-about-video-play { width: 64px; height: 64px; font-size: 1.5rem; }
    .nps-about-visual-caption { right: 1px; min-width: 145px; padding: 10px 13px; }
    .nps-about-actions { flex-direction: column; }
    .nps-about-actions > a { justify-content: center; }
}

/* Home Blog: editorial gradient story cards */
.nps-home-blog {
    position: relative;
    overflow: hidden;
    padding: 98px 0;
    background: linear-gradient(135deg, #f4f8ff 0%, #edf5fb 48%, #f8f3ee 100%);
}

.nps-home-blog::before {
    position: absolute;
    top: -150px;
    right: -80px;
    width: 390px;
    height: 390px;
    content: '';
    border: 54px solid rgba(244, 119, 50, .08);
    border-radius: 50%;
}

.nps-home-blog .container {
    position: relative;
    z-index: 1;
}

.nps-home-blog-head {
    align-items: end;
    margin-bottom: 37px;
}

.nps-home-blog-head h2 {
    max-width: 780px;
    margin-bottom: 9px;
}

.nps-home-blog-head p {
    max-width: 590px;
    margin: 0;
    color: #637595;
    line-height: 1.65;
}

.nps-home-blog-head > a {
    flex: 0 0 auto;
    padding: 7px 16px;
    border: 1px solid rgba(16, 63, 139, .13);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #0a2f75, #1267b4);
    box-shadow: 0 10px 18px rgba(11, 49, 117, .14);
}

.nps-home-blog-head > a:hover {
    color: #fff;
    background: linear-gradient(135deg, #ed7034, #ffae55);
}

.nps-home-blog-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    background: linear-gradient(150deg, var(--nps-blog-soft), #fff 72%);
    box-shadow: 0 16px 31px rgba(8, 43, 104, .1);
    transition: transform .28s ease, box-shadow .28s ease;
}

.nps-home-blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 38px rgba(8, 43, 104, .16);
}

.nps-home-blog-image {
    position: relative;
    height: 222px;
    overflow: hidden;
}

.nps-home-blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.nps-home-blog-card:hover img {
    transform: scale(1.08);
}

.nps-home-blog-image::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 42%, var(--nps-blog-overlay));
}

.nps-home-blog-image i {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 16px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .6);
    border-radius: 12px;
    color: #fff;
    background: var(--nps-blog-accent);
    box-shadow: 0 8px 16px rgba(5, 30, 75, .2);
}

.nps-home-blog-card > div:last-child {
    padding: 24px 23px 25px;
}

.nps-home-blog-card span {
    color: var(--nps-blog-accent);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.nps-home-blog-card h3 {
    min-height: 68px;
    margin: 10px 0 19px;
    color: #0b347b;
    font-size: 1.25rem;
    line-height: 1.37;
}

.nps-home-blog-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--nps-blog-accent);
    font-size: .81rem;
}

.nps-home-blog-card a i {
    margin: 0;
    transition: transform .2s ease;
}

.nps-home-blog-card a:hover {
    color: #0b347b;
}

.nps-home-blog-card a:hover i {
    transform: translateX(4px);
}

.nps-blog-card-safety {
    --nps-blog-accent: #3263d8;
    --nps-blog-soft: #edf3ff;
    --nps-blog-overlay: rgba(27, 78, 181, .55);
}

.nps-blog-card-fitness {
    --nps-blog-accent: #0a9d91;
    --nps-blog-soft: #eaf9f5;
    --nps-blog-overlay: rgba(2, 108, 101, .52);
}

.nps-blog-card-spaces {
    --nps-blog-accent: #ed7135;
    --nps-blog-soft: #fff2e8;
    --nps-blog-overlay: rgba(168, 69, 21, .5);
}

@media (max-width: 767px) {
    .nps-home-blog {
        padding: 65px 0;
    }

    .nps-home-blog-head {
        gap: 18px;
    }

    .nps-home-blog-head > a {
        margin-top: 18px;
    }

    .nps-home-blog-card h3 {
        min-height: auto;
    }

    .nps-home-blog-image {
        height: 210px;
    }
}

/* Blog listing cards: match the home editorial card language. */
.nps-blog-card {
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 17px;
    background: linear-gradient(150deg, var(--nps-blog-soft), #fff 72%);
    box-shadow: 0 15px 29px rgba(8, 43, 104, .1);
    transition: transform .28s ease, box-shadow .28s ease;
}

.nps-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 38px rgba(8, 43, 104, .16);
}

.nps-blog-card-image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

.nps-blog-card > img {
    display: none;
}

.nps-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.nps-blog-card:hover .nps-blog-card-image img {
    transform: scale(1.07);
}

.nps-blog-card-image::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 42%, var(--nps-blog-overlay));
}

.nps-blog-card-image > i {
    position: absolute;
    z-index: 1;
    right: 17px;
    bottom: 16px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .62);
    border-radius: 12px;
    color: #fff;
    background: var(--nps-blog-accent);
    box-shadow: 0 8px 16px rgba(5, 30, 75, .2);
}

.nps-blog-card > div:last-child {
    padding: 25px 29px 27px;
}

.nps-blog-card span {
    color: var(--nps-blog-accent);
    background: color-mix(in srgb, var(--nps-blog-accent) 11%, #fff);
}

.nps-blog-card h2 {
    margin: 15px 0 11px;
    font-size: 1.4rem;
}

.nps-blog-card a {
    gap: 8px;
    border: 0;
    color: var(--nps-blog-accent);
}

.nps-blog-card a:hover {
    color: #0b347b;
    border: 0;
}

.nps-blog-card a i {
    font-size: .74rem;
    transition: transform .2s ease;
}

.nps-blog-card a:hover i {
    transform: translateX(4px);
}

.nps-blog-sidebar .nps-blog-widget-tint {
    border: 1px solid rgba(16, 82, 167, .12);
    background: linear-gradient(145deg, #eef5ff, #e5edf9);
}

.nps-blog-widget-tint > a:hover {
    color: #f47732;
}

.nps-blog-card-safety {
    --nps-blog-accent: #3263d8;
    --nps-blog-soft: #edf3ff;
    --nps-blog-overlay: rgba(27, 78, 181, .55);
}

.nps-blog-card-fitness {
    --nps-blog-accent: #0a9d91;
    --nps-blog-soft: #eaf9f5;
    --nps-blog-overlay: rgba(2, 108, 101, .52);
}

.nps-blog-card-spaces {
    --nps-blog-accent: #ed7135;
    --nps-blog-soft: #fff2e8;
    --nps-blog-overlay: rgba(168, 69, 21, .5);
}

@media (max-width: 767px) {
    .nps-blog-card-image {
        height: 210px;
    }

    .nps-blog-card > div:last-child {
        padding: 22px;
    }
}

/* Brighter home-blog themes: a distinct visual story for every category. */
.nps-home-blog-card {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--nps-home-blog-from), var(--nps-home-blog-to));
    box-shadow: 0 18px 34px color-mix(in srgb, var(--nps-home-blog-shadow) 25%, transparent);
}

.nps-home-blog-card::before {
    position: absolute;
    z-index: 0;
    top: -95px;
    right: -75px;
    width: 180px;
    height: 180px;
    content: '';
    border: 28px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
}

.nps-home-blog-card::after {
    position: absolute;
    z-index: 0;
    bottom: -90px;
    left: -85px;
    width: 160px;
    height: 160px;
    content: '';
    border-radius: 50%;
    background: rgba(255, 255, 255, .09);
}

.nps-home-blog-card:hover {
    transform: translateY(-9px) rotate(-.25deg);
    box-shadow: 0 25px 42px color-mix(in srgb, var(--nps-home-blog-shadow) 35%, transparent);
}

.nps-home-blog-image {
    position: relative;
    z-index: 1;
    height: 214px;
    margin: 13px 13px 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 13px;
    box-shadow: 0 10px 22px rgba(3, 25, 69, .19);
}

.nps-home-blog-image::after {
    background: linear-gradient(180deg, transparent 34%, var(--nps-home-blog-overlay));
}

.nps-home-blog-image i {
    right: 13px;
    bottom: 13px;
    border-color: rgba(255, 255, 255, .65);
    color: var(--nps-home-blog-icon);
    background: #fff;
}

.nps-home-blog-card > div:last-child {
    position: relative;
    z-index: 1;
    padding: 23px 25px 28px;
}

.nps-home-blog-card span {
    color: rgba(255, 255, 255, .76);
}

.nps-home-blog-card h3 {
    min-height: 70px;
    margin: 10px 0 20px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .08);
}

.nps-home-blog-card a {
    color: #fff;
}

.nps-home-blog-card a:hover {
    color: #fff;
}

.nps-home-blog-card a::after {
    width: 22px;
    height: 1px;
    content: '';
    background: rgba(255, 255, 255, .75);
}

.nps-blog-card-safety {
    --nps-home-blog-from: #1259d7;
    --nps-home-blog-to: #603bd1;
    --nps-home-blog-shadow: #0a3c9c;
    --nps-home-blog-overlay: rgba(26, 65, 176, .65);
    --nps-home-blog-icon: #3062da;
}

.nps-blog-card-fitness {
    --nps-home-blog-from: #008f98;
    --nps-home-blog-to: #116cae;
    --nps-home-blog-shadow: #006d83;
    --nps-home-blog-overlay: rgba(0, 106, 106, .62);
    --nps-home-blog-icon: #008f98;
}

.nps-blog-card-spaces {
    --nps-home-blog-from: #ec6637;
    --nps-home-blog-to: #ba3976;
    --nps-home-blog-shadow: #bd4c25;
    --nps-home-blog-overlay: rgba(160, 66, 32, .59);
    --nps-home-blog-icon: #ec6637;
}

@media (max-width: 767px) {
    .nps-home-blog-image {
        height: 205px;
    }

    .nps-home-blog-card > div:last-child {
        padding: 21px 22px 25px;
    }
}

/* Refined home-blog cards: soft colour themes without visual overload. */
.nps-home-blog-card {
    border: 1px solid var(--nps-home-blog-border);
    border-radius: 15px;
    background: linear-gradient(145deg, #fff 0%, var(--nps-home-blog-soft) 100%);
    box-shadow: 0 12px 25px rgba(8, 43, 104, .08);
}

.nps-home-blog-card::before, .nps-home-blog-card::after {
    display: none;
}

.nps-home-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 31px rgba(8, 43, 104, .13);
}

.nps-home-blog-image {
    height: 207px;
    margin: 0;
    border: 0;
    border-radius: 14px 14px 0 0;
    box-shadow: none;
}

.nps-home-blog-image::after {
    background: linear-gradient(180deg, transparent 48%, var(--nps-home-blog-overlay));
}

.nps-home-blog-image i {
    right: 16px;
    bottom: -19px;
    width: 39px;
    height: 39px;
    border: 3px solid #fff;
    border-radius: 11px;
    color: #fff;
    background: var(--nps-home-blog-accent);
    box-shadow: 0 7px 14px rgba(5, 30, 75, .16);
}

.nps-home-blog-card > div:last-child {
    padding: 31px 24px 24px;
}

.nps-home-blog-card span {
    color: var(--nps-home-blog-accent);
}

.nps-home-blog-card h3 {
    min-height: 67px;
    margin: 10px 0 19px;
    color: #0b347b;
    text-shadow: none;
}

.nps-home-blog-card a {
    color: var(--nps-home-blog-accent);
}

.nps-home-blog-card a:hover {
    color: #0b347b;
}

.nps-home-blog-card a::after {
    display: none;
}

.nps-blog-card-safety {
    --nps-home-blog-accent: #3263d8;
    --nps-home-blog-soft: #eef3ff;
    --nps-home-blog-border: #dbe5ff;
    --nps-home-blog-overlay: rgba(28, 76, 176, .34);
}

.nps-blog-card-fitness {
    --nps-home-blog-accent: #099b91;
    --nps-home-blog-soft: #eafaf7;
    --nps-home-blog-border: #d6f0eb;
    --nps-home-blog-overlay: rgba(0, 105, 100, .32);
}

.nps-blog-card-spaces {
    --nps-home-blog-accent: #ed7135;
    --nps-home-blog-soft: #fff3eb;
    --nps-home-blog-border: #fde3d4;
    --nps-home-blog-overlay: rgba(168, 69, 21, .3);
}

/* About Company: 4-E project process */
.nps-four-e-process {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background: linear-gradient(135deg, #f2f7ff, #fbf7f3);
}

.nps-four-e-process::before {
    position: absolute;
    top: -145px;
    right: -95px;
    width: 365px;
    height: 365px;
    content: '';
    border: 48px solid rgba(20, 100, 190, .07);
    border-radius: 50%;
}

.nps-four-e-process::after {
    position: absolute;
    bottom: -120px;
    left: -70px;
    width: 260px;
    height: 260px;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 119, 50, .17), transparent 66%);
}

.nps-four-e-process .container {
    position: relative;
    z-index: 1;
}

.nps-four-e-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.nps-four-e-heading h2 {
    margin: 11px 0 13px;
    color: #092f77;
    font-size: clamp(2.1rem, 4vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -.05em;
}

.nps-four-e-heading p {
    margin: 0;
    color: #637595;
    line-height: 1.75;
}

.nps-four-e-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.nps-four-e-card {
    position: relative;
    min-height: 365px;
    overflow: hidden;
    padding: 28px 25px 26px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(150deg, var(--nps-four-e-start), var(--nps-four-e-end));
    box-shadow: 0 17px 31px rgba(7, 42, 99, .13);
    transition: transform .28s ease, box-shadow .28s ease;
}

.nps-four-e-card:hover {
    z-index: 1;
    transform: translateY(-8px);
    box-shadow: 0 24px 40px rgba(7, 42, 99, .2);
}

.nps-four-e-card::before {
    position: absolute;
    top: -52px;
    right: -51px;
    width: 170px;
    height: 170px;
    content: '';
    border: 29px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
}

.nps-four-e-card::after {
    position: absolute;
    bottom: -67px;
    left: -66px;
    width: 180px;
    height: 180px;
    content: '';
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.nps-four-e-number {
    position: absolute;
    z-index: 1;
    top: 19px;
    right: 20px;
    color: rgba(255, 255, 255, .24);
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: 1;
}

.nps-four-e-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 35px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 14px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .09);
    font-size: 1.12rem;
}

.nps-four-e-card > span, .nps-four-e-card h3, .nps-four-e-card p {
    position: relative;
    z-index: 1;
}

.nps-four-e-card > span {
    color: rgba(255, 255, 255, .72);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nps-four-e-card h3 {
    margin: 7px 0 12px;
    color: #fff;
    font-size: 1.72rem;
}

.nps-four-e-card p {
    margin: 0;
    color: rgba(255, 255, 255, .89);
    font-size: .89rem;
    line-height: 1.72;
}

.nps-four-e-envision {
    --nps-four-e-start: #5e38ca;
    --nps-four-e-end: #1d68b8;
}

.nps-four-e-embody {
    --nps-four-e-start: #009a9c;
    --nps-four-e-end: #126bbb;
}

.nps-four-e-establish {
    --nps-four-e-start: #ef6c37;
    --nps-four-e-end: #bd3666;
}

.nps-four-e-enhance {
    --nps-four-e-start: #b44283;
    --nps-four-e-end: #6a42b5;
}

@media (max-width: 991px) {
    .nps-four-e-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nps-four-e-card {
        min-height: 315px;
    }
}

@media (max-width: 575px) {
    .nps-four-e-process {
        padding: 70px 0;
    }

    .nps-four-e-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .nps-four-e-card {
        min-height: 0;
        padding: 24px 21px 27px;
    }

    .nps-four-e-icon {
        margin-bottom: 25px;
    }

    .nps-four-e-card p {
        font-size: .86rem;
    }
}

/* Home blog polish: icons stay inside the frame and category labels stand out. */
.nps-home-blog-image {
    height: 232px;
}

.nps-home-blog-image img {
    object-position: center center;
}

.nps-home-blog-image::after {
    background: linear-gradient(180deg, transparent 56%, var(--nps-home-blog-overlay));
}

.nps-home-blog-image i {
    right: 15px;
    bottom: 14px;
}

.nps-home-blog-card > div:last-child {
    padding-top: 24px;
}

.nps-home-blog-card span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 6px 10px;
    border: 1px solid color-mix(in srgb, var(--nps-home-blog-accent) 22%, transparent);
    border-radius: 6px;
    color: var(--nps-home-blog-accent);
    background: color-mix(in srgb, var(--nps-home-blog-accent) 9%, #fff);
    font-size: .66rem;
    line-height: 1;
}

.nps-home-blog-card h3 {
    margin-top: 14px;
}

@media (max-width: 767px) {
    .nps-home-blog-image {
        height: 218px;
    }
}

/* Home: popular playground products */
.nps-popular-products {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #fff;
}

.nps-popular-products::before {
    position: absolute;
    top: -135px;
    right: -90px;
    width: 360px;
    height: 360px;
    content: '';
    border: 48px solid rgba(19, 97, 184, .06);
    border-radius: 50%;
}

.nps-popular-products::after {
    position: absolute;
    bottom: -105px;
    left: -60px;
    width: 250px;
    height: 250px;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 119, 50, .13), transparent 67%);
}

.nps-popular-products .container {
    position: relative;
    z-index: 1;
}

.nps-popular-products-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 36px;
}

.nps-popular-products-head h2 {
    margin: 10px 0 10px;
    color: #092f77;
    font-size: clamp(2.1rem, 4vw, 3.55rem);
    letter-spacing: -.05em;
}

.nps-popular-products-head p {
    max-width: 600px;
    margin: 0;
    color: #667898;
    line-height: 1.7;
}

.nps-popular-products-head > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 13px 16px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #0b3279, #1769bb);
    box-shadow: 0 10px 19px rgba(9, 50, 122, .15);
    font-size: .82rem;
    font-weight: 800;
}

.nps-popular-products-head > a:hover {
    color: #fff;
    background: linear-gradient(135deg, #ef7435, #ffab54);
}

.nps-popular-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.nps-popular-product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #3c94ff;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 28px rgba(8, 43, 104, .09);
    transition: transform .28s ease, box-shadow .28s ease;
}

.nps-popular-product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 23px 36px rgba(8, 43, 104, .16);
}

.nps-popular-product-image {
    position: relative;
    height: 242px;
    overflow: hidden;
    margin: 13px;
    margin-bottom: 0;
    border-radius: 17px;
    background: #edf3fb;
}

.nps-popular-product-image::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 52%, var(--nps-product-overlay));
}

.nps-popular-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--nps-product-position);
    transition: transform .45s ease;
}

.nps-popular-product-card:hover .nps-popular-product-image img {
    transform: scale(1.06);
}

.nps-popular-product-image span {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 13px;
    padding: 1px 13px;
    border-radius: 20px;
    color: #fff;
    background: var(--nps-product-accent);
    box-shadow: 0 5px 12px rgba(4, 27, 71, .15);
    font-size: .68rem;
    font-weight: 800;
}

.nps-popular-product-info {
    position: relative;
    min-height: 190px;
    padding: 22px 77px 23px 23px;
    background: linear-gradient(145deg, #fff, var(--nps-product-soft));
}

.nps-popular-product-info h3 {
    margin: 0 0 9px;
    color: #0b347b;
    font-size: 1.22rem;
    line-height: 1.27;
}

.nps-popular-product-info p {
    margin: 0;
    color: #6a7a95;
    font-size: .84rem;
    line-height: 1.6;
}

.nps-popular-product-info a {
    position: absolute;
    right: 19px;
    bottom: 19px;
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--nps-product-accent);
    box-shadow: 0 8px 15px color-mix(in srgb, var(--nps-product-accent) 27%, transparent);
}

.nps-popular-product-info a:hover {
    color: #fff;
    transform: translateX(3px);
}

.nps-popular-product-one {
    --nps-product-accent: #3263d8;
    --nps-product-soft: #edf3ff;
    --nps-product-overlay: rgba(32, 77, 180, .25);
    --nps-product-position: 68% center;
}

.nps-popular-product-two {
    --nps-product-accent: #0b9b91;
    --nps-product-soft: #eaf9f6;
    --nps-product-overlay: rgba(0, 104, 97, .25);
    --nps-product-position: 72% center;
}

.nps-popular-product-three {
    --nps-product-accent: #ed7135;
    --nps-product-soft: #fff1e7;
    --nps-product-overlay: rgba(167, 70, 24, .22);
    --nps-product-position: 85% center;
}

@media (max-width: 991px) {
    .nps-popular-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nps-popular-product-card:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 11px);
    }
}

@media (max-width: 767px) {
    .nps-popular-products {
        padding: 68px 0;
    }

    .nps-popular-products-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .nps-popular-products-head > a {
        margin-top: 0;
    }

    .nps-popular-products-grid {
        grid-template-columns: 1fr;
    }

    .nps-popular-product-card:last-child {
        grid-column: auto;
        max-width: none;
    }

    .nps-popular-product-image {
        height: 230px;
    }
}

/* Popular products: quick WhatsApp enquiry and product-video actions. */
.nps-popular-product-info {
    padding-right: 23px;
}

.nps-popular-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 17px;
}

.nps-popular-product-info .nps-popular-product-actions a {
    position: relative;
    display: grid;
    width: auto;
    height: 42px;
    gap: 8px;
    padding: 0 14px;
    overflow: hidden;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    box-shadow: none;
    font-size: .75rem;
    font-weight: 800;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.nps-popular-product-info .nps-popular-product-actions a::before {
    position: absolute;
    top: 0;
    left: -110%;
    width: 65%;
    height: 100%;
    content: '';
    transform: skewX(-22deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transition: left .45s ease;
}

.nps-popular-product-info .nps-popular-product-actions a:hover::before {
    left: 145%;
}

.nps-popular-product-info .nps-product-whatsapp {
    background: linear-gradient(135deg, #22c66a, #0a9151);
}

.nps-popular-product-info .nps-product-video {
    background: linear-gradient(135deg, #ff5555, #cc1824);
}

.nps-popular-product-info .nps-popular-product-actions a:hover {
    color: #fff;
    transform: translateY(-3px) !important;
    filter: brightness(1.05);
    box-shadow: 0 10px 18px rgba(7, 42, 99, .2);
}

.nps-popular-product-info .nps-popular-product-actions i {
    position: relative;
    z-index: 1;
    font-size: 1rem;
}

.nps-popular-product-info .nps-product-whatsapp::after {
    position: relative;
    z-index: 1;
    content: 'WhatsApp Enquire Now';
}

.nps-popular-product-info .nps-product-video::after {
    position: relative;
    z-index: 1;
    content: 'Watch Video';
}

.nps-popular-product-info .nps-product-video:hover i {
    animation: nps-video-pop .55s ease;
}

@keyframes nps-video-pop {
    45% {
        transform: scale(1.28);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-popular-product-actions a {
        padding: 0 12px;
        font-size: .72rem;
    }
}

/* Three equal product actions: Watch Video, WhatsApp and Enquire Now. */
.nps-popular-product-info {
    min-height: 220px;
}

.nps-popular-product-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.nps-popular-product-info .nps-popular-product-actions a {
    width: 100%;
    min-width: 0;
    height: 43px;
    gap: 6px;
    padding: 0 7px;
    border-radius: 8px;
    font-size: .68rem;
    white-space: nowrap;
}

.nps-popular-product-info .nps-product-whatsapp {
    background: linear-gradient(135deg, #25c96c, #0b9153);
}

.nps-popular-product-info .nps-product-video {
    background: linear-gradient(135deg, #ff5959, #cf1e2b);
}

.nps-popular-product-info .nps-product-enquire {
    background: linear-gradient(135deg, #2464dc, #1749aa);
}

.nps-popular-product-info .nps-product-whatsapp::after {
    content: 'WhatsApp';
}

.nps-popular-product-info .nps-product-video::after {
    content: 'Watch Video';
}

.nps-popular-product-info .nps-product-enquire span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.nps-popular-product-info .nps-product-enquire::before {
    position: absolute;
    top: 0;
    left: -110%;
    width: 65%;
    height: 100%;
    content: '';
    transform: skewX(-22deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transition: left .45s ease;
}

.nps-popular-product-info .nps-product-enquire:hover::before {
    left: 145%;
}

.nps-popular-product-info .nps-product-enquire i {
    position: relative;
    z-index: 1;
}

.nps-popular-product-info .nps-popular-product-actions a:hover {
    transform: translateY(-3px) !important;
}

.nps-popular-product-info .nps-popular-product-actions a:active {
    transform: translateY(-1px) !important;
}

@media (max-width: 575px) {
    .nps-popular-product-info {
        min-height: 225px;
    }

    .nps-popular-product-info .nps-popular-product-actions {
        grid-template-columns: 1fr;
    }

    .nps-popular-product-info .nps-popular-product-actions a {
        justify-content: center;
        font-size: .76rem;
    }
}

.nps-popular-product-info .nps-product-video {
    order: 1;
}

.nps-popular-product-info .nps-product-whatsapp {
    order: 2;
}

.nps-popular-product-info .nps-product-enquire {
    order: 3;
}

/* Product action buttons: icon first, then a readable label. */
.nps-popular-product-info .nps-popular-product-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.nps-popular-product-info .nps-popular-product-actions a i, .nps-popular-product-info .nps-popular-product-actions a::after, .nps-popular-product-info .nps-popular-product-actions a span {
    flex: 0 0 auto;
    line-height: 1;
}

.nps-popular-product-info .nps-popular-product-actions a i {
    font-size: .92rem;
}

.nps-popular-product-info {
    min-height: 232px;
}

.nps-popular-product-actions {
    gap: 6px;
}

.nps-popular-product-info .nps-popular-product-actions a {
    height: 35px;
    gap: 5px;
    padding: 0 6px;
    border-radius: 7px;
    font-size: .61rem;
}

.nps-popular-product-info .nps-popular-product-actions a i {
    font-size: .78rem;
}

/* Keep product name, description and actions together without unused card space. */
.nps-popular-product-info {
    min-height: 0;
    padding: 22px 23px 24px;
}

.nps-popular-product-info h3 {
    margin-bottom: 10px;
}

.nps-popular-product-info p {
    margin-bottom: 0;
}

.nps-popular-product-actions {
    margin-top: 15px;
}

/* Compact media/contact actions: recognizable icon buttons plus one clear enquiry CTA. */
.nps-popular-product-actions {
    grid-template-columns: 42px 42px minmax(0, 1fr);
}

.nps-popular-product-info .nps-popular-product-actions a {
    height: 38px;
    padding: 0;
}

.nps-popular-product-info .nps-product-video::after, .nps-popular-product-info .nps-product-whatsapp::after {
    display: none;
}

.nps-popular-product-info .nps-product-video, .nps-popular-product-info .nps-product-whatsapp {
    border-radius: 10px;
}

.nps-popular-product-info .nps-product-video i, .nps-popular-product-info .nps-product-whatsapp i {
    font-size: 1.18rem;
}

.nps-popular-product-info .nps-product-enquire {
    padding: 0 11px !important;
}

.nps-popular-product-info .nps-product-enquire i {
    font-size: .86rem;
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-popular-product-actions {
        grid-template-columns: 42px 42px minmax(0, 1fr);
    }

    .nps-popular-product-info .nps-popular-product-actions a {
        font-size: .72rem;
    }
}

/* Balanced product action bar. */
.nps-popular-product-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(15, 70, 150, .12);
}

.nps-popular-product-info .nps-popular-product-actions a {
    display: inline-flex;
    height: 42px;
    flex: 0 0 42px;
    padding: 0;
    border-radius: 11px;
}

.nps-popular-product-info .nps-product-video, .nps-popular-product-info .nps-product-whatsapp {
    width: 42px;
}

.nps-popular-product-info .nps-product-enquire {
    display: inline-flex;
    flex: 1 1 auto !important;
    padding: 0 15px !important;
}

.nps-popular-product-info .nps-product-enquire span {
    margin-left: 2px;
}

.nps-popular-product-info .nps-popular-product-actions a:hover {
    transform: translateY(-2px) !important;
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-popular-product-actions {
        display: flex;
        gap: 8px;
    }

    .nps-popular-product-info .nps-popular-product-actions a {
        height: 40px;
        flex-basis: 40px;
    }

    .nps-popular-product-info .nps-product-video, .nps-popular-product-info .nps-product-whatsapp {
        width: 40px;
    }

    .nps-popular-product-info .nps-product-enquire {
        flex: 1 1 auto !important;
    }
}

/* Left CTA, right-side media and WhatsApp icons. */
.nps-popular-product-info .nps-product-enquire {
    order: 1;
    flex: 0 0 auto !important;
    min-width: 126px;
}

.nps-popular-product-info .nps-product-video {
    order: 2;
    margin-left: auto;
}

.nps-popular-product-info .nps-product-whatsapp {
    order: 3;
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-product-enquire {
        min-width: 118px;
    }

    .nps-popular-product-info .nps-product-video {
        margin-left: auto;
    }
}

/* Final single-row action alignment: media left, enquiry right. */
.nps-popular-product-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.nps-popular-product-info .nps-popular-product-actions a {
    width: 42px;
    flex: 0 0 42px;
}

.nps-popular-product-info .nps-product-video {
    order: 1;
    margin-left: 0;
}

.nps-popular-product-info .nps-product-whatsapp {
    order: 2;
}

.nps-popular-product-info .nps-product-enquire {
    order: 3;
    width: auto;
    min-width: 126px;
    margin-left: auto;
    flex: 0 0 auto !important;
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-popular-product-actions a {
        width: 40px;
        flex-basis: 40px;
    }

    .nps-popular-product-info .nps-product-enquire {
        width: auto;
        min-width: 118px;
        margin-left: auto;
        flex: 0 0 auto !important;
    }
}

/* Override the compact icon width for the right-side enquiry CTA. */
.nps-popular-product-info .nps-popular-product-actions .nps-product-enquire {
    width: 126px;
    flex: 0 0 126px !important;
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-popular-product-actions .nps-product-enquire {
        width: 118px;
        flex-basis: 118px !important;
    }
}

/* Final Projects grid: gallery first, content below, two cards per desktop row. */
.nps-projects-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.nps-project-card,
.nps-project-card-reverse {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0;
    padding: 10px;
}

.nps-project-card-reverse .nps-project-photo-grid,
.nps-project-card-reverse .nps-project-copy { order: initial; }
.nps-project-photo-grid { width: 100%; height: 245px; }
.nps-project-copy { width: 100%; padding: 22px 15px 15px; }
.nps-project-copy h2 { min-height: 2.16em; font-size: 1.48rem; }
.nps-project-copy > p { display: -webkit-box; min-height: 5.01em; margin-bottom: 18px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .9rem; }

@media (max-width: 991px) {
    .nps-projects-list { grid-template-columns: 1fr; }
    .nps-project-photo-grid { height: 290px; }
}

@media (max-width: 575px) {
    .nps-projects-list { gap: 18px; }
    .nps-project-photo-grid { height: 230px; }
}

/* Compact 6+6 project grid for a growing portfolio. */
.nps-projects-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.nps-project-card,
.nps-project-card-reverse {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0;
    padding: 10px;
}

.nps-project-card-reverse .nps-project-photo-grid,
.nps-project-card-reverse .nps-project-copy {
    order: initial;
}

.nps-project-photo-grid { width: 100%; height: 245px; }
.nps-project-copy { width: 100%; padding: 22px 15px 15px; }
.nps-project-copy h2 { min-height: 2.16em; font-size: 1.48rem; }
.nps-project-copy > p { display: -webkit-box; min-height: 5.01em; margin-bottom: 18px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .9rem; }

@media (max-width: 991px) {
    .nps-projects-list { grid-template-columns: 1fr; }
    .nps-project-photo-grid { height: 290px; }
}

@media (max-width: 575px) {
    .nps-projects-list { gap: 18px; }
    .nps-project-photo-grid { height: 230px; }
}

/* Certificate page and full-screen viewer. */
.nps-certificates-page {
    overflow: hidden;
    background: #f7faff;
}

.nps-certificates-hero {
    position: relative;
    padding: 105px 0 88px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 83% 15%, rgba(63, 161, 235, .42), transparent 25%), linear-gradient(125deg, #062969, #0b4d9c 60%, #1878c9);
}

.nps-certificates-hero::after {
    position: absolute;
    top: -140px;
    right: -100px;
    width: 400px;
    height: 400px;
    border: 48px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: '';
}

.nps-certificates-hero .container {
    position: relative;
    z-index: 1;
}

.nps-certificates-hero span, .nps-certificates-heading > div > span {
    display: block;
    margin-bottom: 13px;
    color: #ff985a;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nps-certificates-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.05em;
}

.nps-certificates-hero h1 em {
    color: #ff9b5c;
    font-style: normal;
}

.nps-certificates-hero p {
    max-width: 610px;
    margin: 21px 0 0;
    color: rgba(255, 255, 255, .83);
    font-size: 1.08rem;
    line-height: 1.7;
}

.nps-certificates-content {
    padding: 82px 0 100px;
}

.nps-certificates-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 34px;
}

.nps-certificates-heading h2 {
    margin: 0;
    color: #063c85;
    font-size: clamp(2rem, 3vw, 2.9rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.nps-certificates-heading > p {
    margin: 0 0 7px;
    color: #637996;
    font-size: .95rem;
}

.nps-certificates-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.nps-certificate-card {
    overflow: hidden;
    border: 1px solid #d1e1f3;
    border-radius: 20px;
    background: linear-gradient(145deg, #fff, #eef6ff);
    box-shadow: 0 16px 32px rgba(20, 71, 143, .09);
}

.nps-certificates-grid .nps-certificate-card:only-child {
    max-width: 410px;
}

.nps-certificate-open {
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
}

.nps-certificate-image {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 13px;
    background: #e6edf5;
}

.nps-certificate-image::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(transparent 55%, rgba(4, 38, 91, .46));
    opacity: 0;
    transition: opacity .25s ease;
}

.nps-certificate-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #edf1f5;
    transition: transform .3s ease;
}

.nps-certificate-image span {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 14px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 999px;
    color: #fff;
    background: rgba(7, 54, 127, .9);
    font-size: .68rem;
    font-weight: 800;
    opacity: 0;
    transform: translateY(8px);
    transition: .25s ease;
}

.nps-certificate-image span i {
    margin-right: 5px;
}

.nps-certificate-open:hover .nps-certificate-image img {
    transform: scale(1.035);
}

.nps-certificate-open:hover .nps-certificate-image::after, .nps-certificate-open:hover .nps-certificate-image span {
    opacity: 1;
}

.nps-certificate-open:hover .nps-certificate-image span {
    transform: translateY(0);
}

.nps-certificate-copy {
    padding: 20px 13px 13px;
}

.nps-certificate-copy small {
    display: block;
    margin-bottom: 7px;
    color: #ef7237;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.nps-certificate-copy h2 {
    margin: 0 0 14px;
    color: #073d85;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.nps-certificate-copy > span {
    color: #1d66c4;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nps-certificate-copy > span i {
    margin-left: 5px;
}

.nps-certificate-lightbox {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 52px;
    background: rgba(1, 18, 49, .91);
}

.nps-certificate-lightbox.is-open {
    display: flex;
}

.nps-certificate-viewer-open {
    overflow: hidden;
}

.nps-certificate-lightbox figure {
    max-width: min(800px, 100%);
    max-height: 100%;
    margin: 0;
    text-align: center;
}

.nps-certificate-lightbox figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 120px);
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .45);
}

.nps-certificate-lightbox figcaption {
    padding-top: 12px;
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
}

.nps-certificate-close {
    position: absolute;
    top: 20px;
    right: 23px;
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: 1rem;
}

.nps-certificate-close:hover {
    background: #1e75d3;
}

@media (max-width: 991px) {
    .nps-certificates-hero {
        padding: 82px 0 72px;
    }

    .nps-certificates-content {
        padding: 65px 0 78px;
    }

    .nps-certificates-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .nps-certificates-hero {
        padding: 66px 0 58px;
    }

    .nps-certificates-hero h1 {
        font-size: 2.65rem;
    }

    .nps-certificates-content {
        padding: 50px 0 65px;
    }

    .nps-certificates-heading {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }

    .nps-certificates-heading > p {
        margin: 0;
    }

    .nps-certificates-grid {
        grid-template-columns: 1fr;
    }

    .nps-certificate-image {
        height: 330px;
    }

    .nps-certificate-lightbox {
        padding: 48px 18px 38px;
    }

    .nps-certificate-close {
        top: 12px;
        right: 12px;
        width: 39px;
        height: 39px;
    }
}

/* Completed projects page. */
.nps-projects-page {
    overflow: hidden;
    background: #f7faff;
}

.nps-projects-hero {
    position: relative;
    padding: 106px 0 88px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 84% 16%, rgba(61, 166, 235, .43), transparent 24%), linear-gradient(124deg, #062968, #0d4e9d 60%, #1877c7);
}

.nps-projects-hero::after {
    position: absolute;
    right: -105px;
    bottom: -150px;
    width: 440px;
    height: 440px;
    border: 52px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: '';
}

.nps-projects-hero .container {
    position: relative;
    z-index: 1;
}

.nps-projects-hero span, .nps-projects-heading > div > span {
    display: block;
    margin-bottom: 13px;
    color: #ff985a;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nps-projects-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.55rem, 5vw, 4.7rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.05em;
}

.nps-projects-hero h1 em {
    color: #ff9b5c;
    font-style: normal;
}

.nps-projects-hero p {
    max-width: 650px;
    margin: 21px 0 0;
    color: rgba(255, 255, 255, .83);
    font-size: 1.08rem;
    line-height: 1.7;
}

.nps-projects-content {
    padding: 84px 0 100px;
}

.nps-projects-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.nps-projects-heading h2 {
    margin: 0;
    color: #063c85;
    font-size: clamp(2rem, 3vw, 2.9rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.nps-projects-heading > p {
    max-width: 380px;
    margin: 0 0 7px;
    color: #637996;
    font-size: .95rem;
}

.nps-projects-list {
    display: grid;
    gap: 28px;
}

.nps-project-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: clamp(30px, 5vw, 68px);
    align-items: center;
    padding: 15px;
    border: 1px solid #ffcab2;
    border-radius: 23px;
    background: linear-gradient(145deg, #fff, #eef6ff);
    box-shadow: 0 15px 32px rgba(20, 71, 143, .08);
}

.nps-project-card-reverse {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.nps-project-card-reverse .nps-project-photo-grid {
    order: 2;
}

.nps-project-card-reverse .nps-project-copy {
    order: 1;
}

.nps-project-photo-grid {
    display: grid;
    grid-template-columns: 1.46fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: 330px;
}

.nps-project-photo {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: #dce8f4;
}

.nps-project-photo-main {
    grid-row: 1 / span 2;
}

.nps-project-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.nps-project-photo:hover img {
    transform: scale(1.06);
}

.nps-project-photo-main span {
    position: absolute;
    right: 13px;
    bottom: 13px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 999px;
    color: #fff;
    background: rgba(5, 54, 128, .88);
    font-size: .66rem;
    font-weight: 800;
}

.nps-project-photo-main span i {
    margin-right: 4px;
}

.nps-project-copy {
    padding: 20px 20px 20px 0;
}

.nps-project-number {
    display: block;
    margin-bottom: 12px;
    color: #ef743a;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nps-project-copy h2 {
    margin: 0 0 13px;
    color: #073d85;
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.nps-project-venue {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
    color: #1a67c5;
    font-size: .78rem;
    font-weight: 800;
}

.nps-project-venue i {
    color: #f0753b;
}

.nps-project-copy > p {
    margin: 0 0 23px;
    color: #667b99;
    font-size: .96rem;
    line-height: 1.67;
}

.nps-project-view-gallery {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: #155fc0;
    background: transparent;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nps-project-view-gallery i:first-child {
    display: inline-grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #1956b6, #3ca4ec);
}

.nps-project-view-gallery i:last-child {
    font-size: .65rem;
}

.nps-project-view-gallery:hover {
    color: #ef743a;
}

.nps-project-lightbox {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 54px 80px;
    background: rgba(1, 18, 49, .91);
}

.nps-project-lightbox.is-open {
    display: flex;
}

.nps-project-viewer-open {
    overflow: hidden;
}

.nps-project-lightbox figure {
    width: min(1040px, 100%);
    max-height: 100%;
    margin: 0;
    text-align: center;
}

.nps-project-lightbox figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 130px);
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .45);
}

.nps-project-lightbox figcaption {
    padding-top: 12px;
    color: #fff;
    font-size: .82rem;
}

.nps-project-lightbox figcaption strong {
    margin-right: 8px;
}

.nps-project-lightbox figcaption span {
    color: #9ac9ff;
    font-weight: 800;
}

.nps-project-lightbox > button {
    position: absolute;
    z-index: 1;
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: .95rem;
}

.nps-project-lightbox > button:hover {
    border-color: #fff;
    background: #1e75d3;
}

.nps-project-lightbox-close {
    top: 20px;
    right: 23px;
}

.nps-project-lightbox-prev {
    left: 22px;
}

.nps-project-lightbox-next {
    right: 22px;
}

@media (max-width: 991px) {
    .nps-projects-hero {
        padding: 83px 0 72px;
    }

    .nps-projects-content {
        padding: 65px 0 78px;
    }

    .nps-project-card, .nps-project-card-reverse {
        grid-template-columns: 1fr;
    }

    .nps-project-card-reverse .nps-project-photo-grid, .nps-project-card-reverse .nps-project-copy {
        order: initial;
    }

    .nps-project-copy {
        padding: 10px 12px 20px;
    }
}

@media (max-width: 575px) {
    .nps-projects-hero {
        padding: 67px 0 58px;
    }

    .nps-projects-hero h1 {
        font-size: 2.6rem;
    }

    .nps-projects-content {
        padding: 50px 0 65px;
    }

    .nps-projects-heading {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }

    .nps-projects-heading > p {
        margin: 0;
    }

    .nps-project-card {
        gap: 17px;
        padding: 10px;
        border-radius: 18px;
    }

    .nps-project-photo-grid {
        height: 250px;
        gap: 7px;
    }

    .nps-project-copy {
        padding: 11px 12px 17px;
    }

    .nps-project-lightbox {
        padding: 48px 47px;
    }

    .nps-project-lightbox > button {
        width: 38px;
        height: 38px;
        font-size: .76rem;
    }

    .nps-project-lightbox-close {
        top: 12px;
        right: 12px;
    }

    .nps-project-lightbox-prev {
        left: 7px;
    }

    .nps-project-lightbox-next {
        right: 7px;
    }
}

/* Home-card quick view action. */
.nps-popular-product-info .nps-popular-product-actions .nps-product-quick-view {
    display: inline-grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    order: 3;
    margin: 0;
    place-items: center;
    border: 2px solid #7b5fd0;
    border-radius: 7px;
    color: #6a4fc0;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 5px 13px rgba(61, 43, 128, .1);
    font-size: 1rem;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-quick-view:hover {
    color: #fff;
    background: linear-gradient(135deg, #6545ba, #9d78ed);
    box-shadow: 0 9px 18px rgba(94, 64, 178, .23);
    transform: translateY(-3px);
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-enquire {
    order: 4;
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-popular-product-actions .nps-product-quick-view {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}

/* Catalogue Quick View action. */
.nps-catalog-copy .nps-catalog-actions a.nps-catalog-quick-view {
    display: inline-grid;
    width: 40px;
    height: 37px;
    flex: 0 0 44px;
    margin: 0;
    place-items: center;
    border: 1px solid #7b5fd0;
    border-radius: 7px;
    color: #6a4fc0;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 5px 13px rgba(61, 43, 128, .1);
    font-size: 1rem;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nps-catalog-copy .nps-catalog-actions a.nps-catalog-quick-view:hover {
    color: #fff;
    background: linear-gradient(135deg, #6545ba, #9d78ed);
    box-shadow: 0 9px 18px rgba(94, 64, 178, .23);
    transform: translateY(-3px);
}

@media (max-width: 575px) {
    .nps-catalog-copy .nps-catalog-actions a.nps-catalog-quick-view {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}

/* Ensure the Quick View eye remains visible even when a theme overrides icon styles. */
.nps-product-quick-view i,
.nps-catalog-quick-view i {
    display: inline-block !important;
    color: #6a4fc0 !important;
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.nps-product-quick-view i::before,
.nps-catalog-quick-view i::before {
    content: '\f06e' !important;
}

.nps-product-quick-view:hover i,
.nps-catalog-quick-view:hover i {
    color: #fff !important;
}

/* Outlined pill Enquire Now button, inspired by the supplied reference. */
.nps-popular-product-info .nps-popular-product-actions .nps-product-enquire,
.nps-catalog-copy .nps-catalog-actions .nps-catalog-enquire {
    height: 42px;
    padding: 0 5px 0 16px !important;
    border: 1.5px solid #9368db;
    border-radius: 999px;
    color: #7650bd !important;
    background: rgba(255, 255, 255, .58) !important;
    box-shadow: none;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .025em;
}

.nps-popular-product-info .nps-product-enquire span {
    color: #7650bd !important;
}

.nps-popular-product-info .nps-product-enquire i,
.nps-catalog-copy .nps-catalog-actions .nps-catalog-enquire i {
    order: 2;
    display: inline-grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    color: #fff !important;
    background: linear-gradient(135deg, #855bd1, #bd8aee) !important;
    box-shadow: 0 3px 8px rgba(113, 72, 185, .28);
    font-size: .69rem !important;
}

.nps-popular-product-info .nps-product-enquire i::before,
.nps-catalog-copy .nps-catalog-actions .nps-catalog-enquire i::before {
    content: '\f061' !important;
}

.nps-popular-product-info .nps-product-enquire:hover,
.nps-catalog-copy .nps-catalog-actions .nps-catalog-enquire:hover {
    color: #6940b6 !important;
    border-color: #7950c7;
    background: #faf7ff !important;
    box-shadow: 0 6px 14px rgba(102, 64, 175, .13);
    transform: translateY(-2px);
}

/* Keep Quick View separate from the contact actions for a cleaner card footer. */
.nps-popular-product-image .nps-product-quick-view,
.nps-catalog-image .nps-catalog-quick-view {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 50%;
    color: #5f45b4;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 7px 16px rgba(2, 35, 84, .2);
    transition: transform .2s ease, background .2s ease;
}

.nps-popular-product-image .nps-product-quick-view:hover,
.nps-catalog-image .nps-catalog-quick-view:hover {
    background: #7353ce;
    transform: scale(1.08);
}


/* Product catalogue */
.nps-products-page {
    overflow: hidden;
    background: #f7faff;
}

.nps-products-hero {
    position: relative;
    padding: 112px 0 88px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 84% 18%, rgba(43, 151, 238, .45), transparent 24%), linear-gradient(120deg, #07265e, #0d4d9b 58%, #126ab9);
}

.nps-products-hero::after {
    position: absolute;
    right: -100px;
    bottom: -170px;
    width: 450px;
    height: 450px;
    border: 52px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: '';
}

.nps-products-hero .container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin-left: max(15px, calc((100% - 1320px) / 2));
}

.nps-products-hero span, .nps-products-catalog-head span {
    display: inline-block;
    margin-bottom: 13px;
    color: #ff8948;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nps-products-hero h1 {
    max-width: 750px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.55rem, 5.1vw, 4.85rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.055em;
}

.nps-products-hero h1 em {
    color: #ff9a5b;
    font-style: normal;
}

.nps-products-hero p {
    max-width: 610px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.12rem;
    line-height: 1.75;
}

.nps-products-catalog {
    padding: 86px 0 100px;
}

.nps-products-catalog-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 29px;
}

.nps-products-catalog-head h2 {
    margin: 0;
    color: #062e72;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.nps-products-catalog-head p {
    max-width: 420px;
    margin: 0 0 5px;
    color: #617592;
    font-size: 1rem;
    line-height: 1.65;
}

.nps-products-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
}

.nps-products-filters button {
    padding: 10px 15px;
    border: 1px solid #d7e3f2;
    border-radius: 999px;
    color: #31537d;
    background: #fff;
    box-shadow: 0 4px 13px rgba(15, 59, 125, .04);
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.2;
    transition: .2s ease;
}

.nps-products-filters button span {
    display: inline-grid;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #1c65ca;
    font-size: .66rem;
}

.nps-products-filters button:hover, .nps-products-filters button.is-active {
    border-color: #1d64c8;
    color: #fff;
    background: linear-gradient(135deg, #123f9b, #257ce0);
    box-shadow: 0 8px 18px rgba(28, 96, 194, .22);
    transform: translateY(-2px);
}

.nps-products-filters button.is-active span {
    color: #1d64c8;
    background: #fff;
}

.nps-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.nps-catalog-card {
    overflow: hidden;
    border: 1px solid #d8e5f4;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(24, 67, 125, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.nps-catalog-card:hover {
    box-shadow: 0 19px 35px rgba(17, 67, 139, .15);
    transform: translateY(-7px);
}

.nps-catalog-card[hidden] {
    display: none;
}

.nps-catalog-image {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: #e8f0f8;
}

.nps-catalog-image::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 44%;
    content: '';
    background: linear-gradient(transparent, rgba(2, 34, 84, .3));
    pointer-events: none;
}

.nps-catalog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.nps-catalog-card:hover .nps-catalog-image img {
    transform: scale(1.06);
}

.nps-catalog-image span {
    position: absolute;
    z-index: 1;
    top: 11px;
    left: 15px;
    padding: 1px 13px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    color: #fff;
    background: rgba(6, 56, 130, .88);
    box-shadow: 0 5px 12px rgba(0, 32, 82, .15);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.nps-catalog-copy {
    display: flex;
    min-height: 210px;
    padding: 15px 19px 15px;
    flex-direction: column;
}

.nps-catalog-copy h2 {
    margin: 0 0 2px;
    color: #06377e;
    font-size: 1.32rem;
    font-weight: 800;
    line-height: 1.2;
}

.nps-catalog-copy h2 a {
    color: inherit;
}

.nps-catalog-copy h2 a:hover {
    color: #1c74d6;
}

/* Product detail page */
.nps-product-details {
    overflow: hidden;
    background: #f7faff;
}

.nps-product-detail-hero {
    position: relative;
    padding: 100px 0 88px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 85% 12%, rgba(52, 161, 237, .42), transparent 25%), linear-gradient(125deg, #062968, #0d4e9e 61%, #1373c6);
}

.nps-product-detail-hero::after {
    position: absolute;
    top: -110px;
    right: -95px;
    width: 370px;
    height: 370px;
    border: 45px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: '';
}

.nps-product-detail-hero .container {
    position: relative;
    z-index: 1;
}

.nps-product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .66);
    font-size: .75rem;
    font-weight: 700;
}

.nps-product-breadcrumb a {
    color: #ff9a5c;
}

.nps-product-breadcrumb i {
    font-size: .55rem;
}

.nps-product-detail-hero > .container > span, .nps-product-spec-heading > span {
    display: block;
    margin-bottom: 13px;
    color: #ff975a;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nps-product-detail-hero h1 {
    max-width: 670px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4.55rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.05em;
}

.nps-product-detail-hero h1 em {
    color: #ff9a5d;
    font-style: normal;
}

.nps-product-detail-hero p {
    max-width: 600px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.7;
}

.nps-product-detail-content {
    padding: 82px 0;
}

.nps-product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
    gap: clamp(35px, 6vw, 85px);
    align-items: center;
}

.nps-product-main-image {
    position: relative;
    overflow: hidden;
    border: 1px solid #d4e3f3;
    border-radius: 21px;
    background: #e8f1f9;
    box-shadow: 0 22px 43px rgba(12, 61, 134, .14);
}

.nps-product-main-image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.nps-product-main-image span {
    position: absolute;
    right: 17px;
    bottom: 17px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(5, 53, 122, .88);
    font-size: .7rem;
    font-weight: 800;
}

.nps-product-main-image span i {
    margin-right: 5px;
    color: #ff9b5d;
}

.nps-product-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 13px;
}

.nps-product-thumbs img {
    width: 100%;
    height: 92px;
    border: 2px solid #fff;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 6px 13px rgba(14, 62, 130, .1);
}

.nps-product-category {
    display: inline-block;
    margin-bottom: 17px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #1a64bf;
    background: #e5f0ff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.nps-product-detail-copy h2 {
    margin: 0;
    color: #073d85;
    font-size: clamp(2rem, 2.9vw, 3rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.nps-product-detail-copy > p {
    margin: 21px 0 24px;
    color: #657998;
    font-size: 1rem;
    line-height: 1.72;
}

.nps-product-detail-points {
    display: grid;
    gap: 12px;
}

.nps-product-detail-points > div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #506c92;
    font-size: .84rem;
}

.nps-product-detail-points i {
    display: inline-grid;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #1d64c7, #34a2ea);
    font-size: .62rem;
}

.nps-product-detail-points strong {
    display: block;
    color: #124b9c;
    font-size: .83rem;
}

.nps-product-detail-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.nps-product-detail-actions a {
    display: inline-grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 2px solid;
    border-radius: 14px;
    background: #fff;
    font-size: 1.28rem;
}

.nps-product-detail-actions .nps-detail-whatsapp {
    border-color: #14aa61;
    color: #0b9a55;
}

.nps-product-detail-actions .nps-detail-video {
    border-color: #eb3442;
    color: #e52131;
}

.nps-product-detail-actions .nps-detail-enquire {
    display: inline-flex;
    width: auto;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding: 0 17px;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #1248aa, #2a90e7);
    box-shadow: 0 9px 18px rgba(26, 91, 194, .22);
    font-size: .77rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nps-product-detail-actions .nps-detail-enquire i {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: #1760c2;
    background: #fff;
    font-size: .61rem;
}

.nps-product-detail-actions a:hover {
    transform: translateY(-3px);
}

.nps-product-specifications {
    padding: 0 0 95px;
}

.nps-product-spec-heading {
    margin-bottom: 28px;
    text-align: center;
}

.nps-product-spec-heading h2 {
    margin: 0;
    color: #063c85;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -.04em;
}

.nps-product-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.nps-product-spec-grid article {
    min-height: 185px;
    padding: 25px 19px;
    border: 1px solid #d5e4f2;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #edf6ff);
    text-align: center;
}

.nps-product-spec-grid article > i {
    display: inline-grid;
    width: 43px;
    height: 43px;
    margin-bottom: 13px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #1954b5, #38a0e8);
    font-size: 1rem;
}

.nps-product-spec-grid h3 {
    margin: 0 0 7px;
    color: #0a438c;
    font-size: .95rem;
    font-weight: 800;
}

.nps-product-spec-grid p {
    margin: 0;
    color: #69809e;
    font-size: .82rem;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .nps-product-detail-hero {
        padding: 82px 0 70px;
    }

    .nps-product-detail-content {
        padding: 62px 0;
    }

    .nps-product-detail-grid {
        grid-template-columns: 1fr;
        gap: 43px;
    }

    .nps-product-spec-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .nps-product-detail-hero {
        padding: 62px 0 57px;
    }

    .nps-product-detail-hero h1 {
        font-size: 2.65rem;
    }

    .nps-product-detail-content {
        padding: 48px 0;
    }

    .nps-product-main-image img {
        height: 300px;
    }

    .nps-product-thumbs img {
        height: 65px;
    }

    .nps-product-detail-actions .nps-detail-enquire {
        padding: 0 13px;
        font-size: .69rem;
    }

    .nps-product-specifications {
        padding-bottom: 65px;
    }

    .nps-product-spec-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .nps-product-spec-grid article {
        min-height: 160px;
        padding: 20px 11px;
    }
}

/* Scrollable thumbnail strip for larger product galleries. */
.nps-product-thumb-slider {
    display: grid;
    grid-template-columns: 37px minmax(0, 1fr) 37px;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
}

.nps-product-thumb-slider > button {
    display: inline-grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border: 1px solid #cbdced;
    border-radius: 50%;
    color: #155ebc;
    background: #fff;
    box-shadow: 0 4px 10px rgba(12, 61, 130, .1);
    font-size: .7rem;
    transition: .2s ease;
}

.nps-product-thumb-slider > button:hover:not(:disabled) {
    color: #fff;
    border-color: #1f6fd0;
    background: #1f6fd0;
    transform: translateY(-2px);
}

.nps-product-thumb-slider > button:disabled {
    cursor: default;
    opacity: .35;
}

.nps-product-thumb-slider .nps-product-thumbs {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 1px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.nps-product-thumb-slider .nps-product-thumbs::-webkit-scrollbar {
    display: none;
}

.nps-product-thumb-slider .nps-product-thumbs button {
    width: 92px;
    height: 76px;
    flex: 0 0 92px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #e9f1f9;
    box-shadow: 0 5px 11px rgba(14, 62, 130, .1);
}

.nps-product-thumb-slider .nps-product-thumbs button.is-active {
    border-color: #1f71d2;
    box-shadow: 0 0 0 3px rgba(39, 130, 223, .15);
}

.nps-product-thumb-slider .nps-product-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
}

@media (max-width: 575px) {
    .nps-product-thumb-slider {
        grid-template-columns: 33px minmax(0, 1fr) 33px;
        gap: 6px;
    }

    .nps-product-thumb-slider > button {
        width: 33px;
        height: 33px;
    }

    .nps-product-thumb-slider .nps-product-thumbs button {
        width: 74px;
        height: 62px;
        flex-basis: 74px;
    }
}

/* Full-image product viewer. */
.nps-product-main-image img {
    cursor: zoom-in;
}

.nps-product-lightbox {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 55px 80px;
    background: rgba(1, 18, 49, .9);
    opacity: 0;
    transition: opacity .22s ease;
}

.nps-product-lightbox.is-open {
    display: flex;
    opacity: 1;
}

.nps-lightbox-open {
    overflow: hidden;
}

.nps-product-lightbox figure {
    width: min(1040px, 100%);
    max-height: 100%;
    margin: 0;
    text-align: center;
}

.nps-product-lightbox figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 130px);
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .42);
}

.nps-product-lightbox figcaption {
    padding-top: 12px;
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
}

.nps-product-lightbox figcaption span {
    margin-left: 7px;
    color: #9ccaff;
}

.nps-product-lightbox > button {
    position: absolute;
    z-index: 1;
    display: inline-grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    font-size: 1rem;
    transition: .2s ease;
}

.nps-product-lightbox > button:hover {
    border-color: #fff;
    background: #2378d8;
    transform: scale(1.07);
}

.nps-lightbox-close {
    top: 23px;
    right: 25px;
}

.nps-lightbox-prev {
    left: 22px;
}

.nps-lightbox-next {
    right: 22px;
}

@media (max-width: 575px) {
    .nps-product-lightbox {
        padding: 48px 47px 48px;
    }

    .nps-product-lightbox figure img {
        max-height: calc(100vh - 130px);
        border-radius: 10px;
    }

    .nps-product-lightbox > button {
        width: 39px;
        height: 39px;
        font-size: .82rem;
    }

    .nps-lightbox-close {
        top: 14px;
        right: 14px;
    }

    .nps-lightbox-prev {
        left: 8px;
    }

    .nps-lightbox-next {
        right: 8px;
    }
}

/* Home-page popular products: match the catalogue gradient-card language. */
.nps-popular-product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #d2e1f7;
    border-radius: 20px;
    background: linear-gradient(145deg, #fff 16%, #eaf2ff);
    box-shadow: 0 16px 32px rgba(20, 71, 143, .09);
}

.nps-popular-product-card::before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: '';
    background: linear-gradient(90deg, #1c54ba, #39a3ef);
}

.nps-popular-product-card.nps-popular-product-two {
    border-color: #c7e9e5;
    background: linear-gradient(145deg, #fff 16%, #e4fbf6);
}

.nps-popular-product-card.nps-popular-product-two::before {
    background: linear-gradient(90deg, #008f9c, #2cd3bc);
}

.nps-popular-product-card.nps-popular-product-three {
    border-color: #ffdfc9;
    background: linear-gradient(145deg, #fff 16%, #fff0e7);
}

.nps-popular-product-card.nps-popular-product-three::before {
    background: linear-gradient(90deg, #e45d36, #ffac56);
}

.nps-popular-product-image {
    height: 250px;
    margin: 10px 10px 0;
    overflow: hidden;
    border-radius: 14px;
}

.nps-popular-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nps-popular-product-image span {
    top: 16px;
    left: 16px;
    padding: 2px 13px;
    border: 1px solid rgba(255, 255, 255, .66);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #1748a4, #3189e5);
    box-shadow: 0 6px 14px rgba(1, 38, 92, .2);
    font-size: 0;
}

.nps-popular-product-image span::after {
    content: 'MULTI PLAY SYSTEMS';
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .03em;
}

.nps-popular-product-two .nps-popular-product-image span {
    background: linear-gradient(135deg, #007d8b, #16baaa);
}

.nps-popular-product-three .nps-popular-product-image span {
    background: linear-gradient(135deg, #d94e2b, #f98d45);
}

.nps-popular-product-info {
    min-height: 240px;
    padding: 28px 29px 26px;
    background: linear-gradient(130deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .18));
}

.nps-popular-product-info h3 {
    min-height: 2.42em;
    margin: 0 0 12px;
    color: #063d86;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.21;
    text-transform: uppercase;
}

.nps-popular-product-info p {
    display: -webkit-box;
    min-height: 4.74em;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #657998;
    font-size: .95rem;
    line-height: 1.58;
}

.nps-popular-product-info .nps-popular-product-actions {
    min-height: 44px;
    margin-top: auto;
    padding-top: 20px;
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-video, .nps-popular-product-info .nps-popular-product-actions .nps-product-whatsapp {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
    border: 2px solid;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 5px 13px rgba(10, 52, 111, .09);
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-whatsapp {
    border-color: #12ab62;
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-video {
    border-color: #ed3340;
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-whatsapp i {
    color: #0aa45a !important;
    font-size: 1.3rem !important;
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-video i {
    color: #e92132 !important;
    font-size: 1.3rem !important;
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-enquire {
    width: 142px;
    height: 44px;
    flex-basis: 142px !important;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f49a9, #2275dd 58%, #33a5ed);
    box-shadow: 0 8px 17px rgba(29, 91, 193, .24);
}

@media (max-width: 575px) {
    .nps-popular-product-image {
        height: 220px;
    }

    .nps-popular-product-info {
        min-height: 225px;
        padding: 24px 22px;
    }

    .nps-popular-product-info .nps-popular-product-actions .nps-product-video, .nps-popular-product-info .nps-popular-product-actions .nps-product-whatsapp {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px !important;
    }

    .nps-popular-product-info .nps-popular-product-actions .nps-product-enquire {
        width: 132px;
        height: 42px;
        flex-basis: 132px !important;
    }
}

.nps-catalog-copy p {
    margin: 0;
    color: #657896;
    font-size: .93rem;
    line-height: 1.58;
}

.nps-catalog-copy a {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    align-items: center;
    gap: 7px;
    padding-top: 2px;
    color: #155ec2;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.nps-catalog-copy a i {
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: .66rem;
    transition: transform .2s ease;
}

.nps-catalog-copy a:hover {
    color: #ef6b31;
}

.nps-catalog-copy a:hover i {
    transform: translateX(0px);
}

.nps-products-empty {
    padding: 35px;
    border: 1px dashed #c7d6e8;
    border-radius: 15px;
    color: #5d7190;
    background: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .nps-products-hero {
        padding: 88px 0 72px;
    }

    .nps-products-catalog {
        padding: 65px 0 78px;
    }

    .nps-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nps-products-catalog-head {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 575px) {
    .nps-products-hero {
        padding: 70px 0 62px;
    }

    .nps-products-hero h1 {
        font-size: 2.58rem;
    }

    .nps-products-hero p {
        font-size: 1rem;
    }

    .nps-products-catalog {
        padding: 51px 0 65px;
    }

    .nps-products-filters {
        flex-wrap: nowrap;
        margin-right: -15px;
        padding: 2px 15px 7px 0;
        overflow-x: auto;
    }

    .nps-products-filters button {
        flex: 0 0 auto;
    }

    .nps-products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .nps-catalog-image {
        height: 225px;
    }

    .nps-catalog-copy {
        min-height: 192px;
        padding: 22px;
    }
}

/* Category sidebar on the right of the product catalogue. */
.nps-products-catalog-layout {
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
}

.nps-products-catalog-layout .nps-products-grid {
    grid-column: 2;
    margin: 0;
}

.nps-products-filter-panel {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: 105px;
    padding: 23px 20px 20px;
    border: 1px solid #d7e5f4;
    border-radius: 18px;
    background: linear-gradient(145deg, #ffffff, #edf6ff);
    box-shadow: 0 12px 28px rgba(18, 67, 136, .08);
}

.nps-products-filter-head {
    margin-bottom: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dce7f2;
}

.nps-products-filter-head span {
    display: block;
    margin-bottom: 4px;
    color: #f37738;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nps-products-filter-head h3 {
    margin: 0;
    color: #073c84;
    font-size: 1.4rem;
    font-weight: 800;
}

.nps-products-filter-panel .nps-products-filters {
    display: grid;
    gap: 7px;
    margin: 0;
}

.nps-products-filter-panel .nps-products-filters button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 11px 12px;
    border-color: transparent;
    border-radius: 10px;
    color: #3a5d86;
    background: transparent;
    box-shadow: none;
    text-align: left;
}

.nps-products-filter-panel .nps-products-filters button::before {
    display: inline-grid;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    place-items: center;
    border: 1.5px solid #b9c8da;
    border-radius: 4px;
    color: transparent;
    background: #fff;
    content: '✓';
    font-family: Arial, sans-serif;
    font-size: .76rem;
    font-weight: 900;
    transition: .18s ease;
}

.nps-products-filter-panel .nps-products-filters button:hover, .nps-products-filter-panel .nps-products-filters button.is-active {
    border-color: #c7dcf5;
    color: #155ab8;
    background: #fff;
    box-shadow: 0 6px 15px rgba(25, 81, 159, .1);
    transform: translateX(-3px);
}

.nps-products-filter-panel .nps-products-filters button.is-active {
    color: #fff;
    border-color: #1b61c6;
    background: linear-gradient(135deg, #164caa, #2981df);
}

.nps-products-filter-panel .nps-products-filters button.is-active::before {
    border-color: #fff;
    color: #1d64c8;
    background: #fff;
}

.nps-products-filter-panel .nps-products-filters button span {
    margin-left: auto;
    color: #1d64c8;
    background: #e7f0ff;
}

.nps-products-filter-panel .nps-products-filters button.is-active span {
    color: #1d64c8;
    background: #fff;
}

@media (max-width: 991px) {
    .nps-products-catalog-layout {
        display: flex;
        flex-direction: column;
    }

    .nps-products-filter-panel {
        position: static;
        width: 100%;
        padding: 17px;
        order: -1;
    }

    .nps-products-filter-head {
        display: flex;
        margin-bottom: 11px;
        align-items: center;
        gap: 8px;
        padding-bottom: 0;
        border: 0;
    }

    .nps-products-filter-head span {
        margin: 0;
    }

    .nps-products-filter-head h3 {
        font-size: 1.1rem;
    }

    .nps-products-filter-panel .nps-products-filters {
        display: flex;
        flex-wrap: wrap;
    }

    .nps-products-filter-panel .nps-products-filters button {
        width: auto;
        flex: 0 0 auto;
    }
}

@media (max-width: 575px) {
    .nps-products-filter-panel {
        margin: 0;
        padding: 15px;
    }

    .nps-products-filter-panel .nps-products-filters {
        flex-wrap: nowrap;
        margin-right: -15px;
        padding: 2px 15px 7px 0;
        overflow-x: auto;
    }

    .nps-products-filter-panel .nps-products-filters button {
        white-space: nowrap;
    }
}

/* Product-card contact and video actions. */
.nps-catalog-actions {
    display: flex;
    width: 100%;
    margin-top: auto;
    align-items: center;
    gap: 8px;
    padding-top: 18px;
}

.nps-catalog-copy .nps-catalog-actions a {
    display: inline-grid;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 11px;
    color: #fff;
    box-shadow: 0 6px 12px rgba(11, 52, 110, .13);
    font-size: 1.05rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

.nps-catalog-copy .nps-catalog-actions a:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 17px rgba(11, 52, 110, .22);
}

.nps-catalog-copy .nps-catalog-whatsapp {
    background: linear-gradient(135deg, #27c96a, #07934e);
}

.nps-catalog-copy .nps-catalog-video {
    background: linear-gradient(135deg, #ff5555, #d71928);
}

.nps-catalog-copy .nps-catalog-actions .nps-catalog-enquire {
    display: inline-flex;
    width: auto;
    height: 38px;
    margin-left: auto;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #1552b4, #2988e4);
    box-shadow: 0 6px 13px rgba(23, 91, 190, .19);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.nps-catalog-copy .nps-catalog-actions .nps-catalog-enquire i {
    display: inline-grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    color: #236acb;
    background: #fff;
    font-size: .58rem;
}

.nps-catalog-copy .nps-catalog-actions .nps-catalog-enquire:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* Keep catalogue content aligned: two title lines and three description lines. */
.nps-catalog-copy h2 {
    display: -webkit-box;
    height: 2.4em;
    min-height: 2.4em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nps-catalog-copy p {
    display: -webkit-box;
    min-height: 4.74em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Category-tinted catalogue cards and clearer brand-action icons. */
.nps-catalog-card {
    position: relative;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #ffffff, #edf4ff);
    box-shadow: 0 16px 32px rgba(20, 71, 143, .09);
}

.nps-catalog-card::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    border-radius: 19px 19px 0 0;
    content: '';
    background: linear-gradient(90deg, #1556bb, #3aa6ef);
}

.nps-catalog-card[data-category="slides"] {
    border-color: #f2dccc;
    background: linear-gradient(145deg, #fff, #fff2e9);
}

.nps-catalog-card[data-category="slides"]::before {
    background: linear-gradient(90deg, #ef7140, #ffb15b);
}

.nps-catalog-card[data-category="fitness"] {
    border-color: #cceadf;
    background: linear-gradient(145deg, #fff, #e8faf3);
}

.nps-catalog-card[data-category="fitness"]::before {
    background: linear-gradient(90deg, #079764, #34cf9d);
}

.nps-catalog-card[data-category="amenities"] {
    border-color: #ddd5f3;
    background: linear-gradient(145deg, #fff, #f0edff);
}

.nps-catalog-card[data-category="amenities"]::before {
    background: linear-gradient(90deg, #6650ba, #9c7dea);
}

.nps-catalog-card:hover {
    border-color: rgba(27, 96, 197, .34);
}

.nps-catalog-copy {
    background: linear-gradient(125deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .25));
}

.nps-catalog-image {
    margin: 10px 10px 0;
    height: 230px;
    border-radius: 13px;
}

.nps-catalog-image span {
    top: 13px;
    left: 13px;
    background: linear-gradient(135deg, #104894, #2d82d9);
}

.nps-catalog-card[data-category="slides"] .nps-catalog-image span {
    background: linear-gradient(135deg, #d95a2c, #f69146);
}

.nps-catalog-card[data-category="fitness"] .nps-catalog-image span {
    background: linear-gradient(135deg, #087a54, #1fbf88);
}

.nps-catalog-card[data-category="amenities"] .nps-catalog-image span {
    background: linear-gradient(135deg, #5941a7, #8b6fda);
}

.nps-catalog-copy .nps-catalog-actions a.nps-catalog-whatsapp,
.nps-catalog-copy .nps-catalog-actions a.nps-catalog-video {
    width: 40px;
    height: 37px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 7px;
    box-shadow: 0 8px 16px rgba(11, 52, 110, .16);
}

.nps-catalog-copy .nps-catalog-actions a.nps-catalog-whatsapp {
    background: linear-gradient(135deg, #26c969, #07924d);
}

.nps-catalog-copy .nps-catalog-actions a.nps-catalog-video {
    background: linear-gradient(135deg, #ff525c, #d81329);
}

.nps-catalog-copy .nps-catalog-actions .nps-catalog-whatsapp i,
.nps-catalog-copy .nps-catalog-actions .nps-catalog-video i {
    color: #fff !important;
    font-size: 1.35rem;
    line-height: 1;
}

.nps-catalog-copy .nps-catalog-actions .nps-catalog-enquire {
    height: 44px;
    padding: 0 15px;
    border-radius: 27px;
    background: linear-gradient(135deg, #0f49a9, #2275dd 58%, #33a5ed);
    box-shadow: 0 8px 17px rgba(29, 91, 193, .24);
    border: 1px solid #9e70de;
}

/* Alternate a unique gradient palette across the catalogue. */
.nps-products-grid .nps-catalog-card:nth-child(6n + 1) {
    border-color: #cddfff;
    background: linear-gradient(145deg, #ffffff 18%, #e8f1ff);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 1)::before {
    background: linear-gradient(90deg, #1c54ba, #39a3ef);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 1) .nps-catalog-image span {
    background: linear-gradient(135deg, #1748a4, #3189e5);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 2) {
    border-color: #c8e8e6;
    background: linear-gradient(145deg, #ffffff 18%, #e5fbf7);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 2)::before {
    background: linear-gradient(90deg, #008f9c, #2cd3bc);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 2) .nps-catalog-image span {
    background: linear-gradient(135deg, #007d8b, #16baaa);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 3) {
    border-color: #ffe0cb;
    background: linear-gradient(145deg, #ffffff 18%, #fff0e7);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 3)::before {
    background: linear-gradient(90deg, #e45d36, #ffac56);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 3) .nps-catalog-image span {
    background: linear-gradient(135deg, #d94e2b, #f98d45);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 4) {
    border-color: #ddd1ff;
    background: linear-gradient(145deg, #ffffff 18%, #f0ebff);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 4)::before {
    background: linear-gradient(90deg, #6449b4, #a283ee);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 4) .nps-catalog-image span {
    background: linear-gradient(135deg, #563ba6, #896de0);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 5) {
    border-color: #cce9d9;
    background: linear-gradient(145deg, #ffffff 18%, #e8f9ef);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 5)::before {
    background: linear-gradient(90deg, #078b5b, #43cc86);
}

.nps-products-grid .nps-catalog-card:nth-child(6n + 5) .nps-catalog-image span {
    background: linear-gradient(135deg, #087a50, #21b96f);
}

.nps-products-grid .nps-catalog-card:nth-child(6n) {
    border-color: #f1d8e9;
    background: linear-gradient(145deg, #ffffff 18%, #fff0fa);
}

.nps-products-grid .nps-catalog-card:nth-child(6n)::before {
    background: linear-gradient(90deg, #b84283, #ef82b8);
}

.nps-products-grid .nps-catalog-card:nth-child(6n) .nps-catalog-image span {
    background: linear-gradient(135deg, #a82c71, #dd67a5);
}

/* Outlined WhatsApp and YouTube controls. */
.nps-catalog-copy .nps-catalog-actions a.nps-catalog-whatsapp,
.nps-catalog-copy .nps-catalog-actions a.nps-catalog-video {
    border-width: 1px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 5px 13px rgba(10, 52, 111, .09);
}

.nps-catalog-copy .nps-catalog-actions a.nps-catalog-whatsapp {
    border-color: #12ab62;
}

.nps-catalog-copy .nps-catalog-actions a.nps-catalog-video {
    border-color: #ed3340;
}

.nps-catalog-copy .nps-catalog-actions .nps-catalog-whatsapp i {
    color: #0aa45a !important;
}

.nps-catalog-copy .nps-catalog-actions .nps-catalog-video i {
    color: #e92132 !important;
}

.nps-catalog-copy .nps-catalog-actions a.nps-catalog-whatsapp:hover {
    background: #e9fbf1;
    box-shadow: 0 9px 17px rgba(10, 164, 90, .18);
}

.nps-catalog-copy .nps-catalog-actions a.nps-catalog-video:hover {
    background: #fff0f1;
    box-shadow: 0 9px 17px rgba(233, 33, 50, .16);
}

/* Shared vertical rhythm for every product card action row. */
.nps-popular-product-info {
    display: flex;
    min-height: 190px;
    flex-direction: column;
}

.nps-popular-product-info p {
    min-height: 54px;
}

.nps-popular-product-actions {
    min-height: 43px;
    margin-top: auto;
}

.nps-popular-product-info .nps-popular-product-actions a {
    align-self: center;
}

@media (max-width: 575px) {
    .nps-popular-product-info {
        min-height: 210px;
    }

    .nps-popular-product-info p {
        min-height: 0;
    }

    .nps-popular-product-actions {
        margin-top: 16px;
    }
}

/* Match the action row edges to the title and description edges. */
.nps-popular-product-actions {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    border-top: 0;
}

.nps-popular-product-info .nps-popular-product-actions a {
    margin: 0;
}

.nps-popular-product-info .nps-product-video {
    margin-left: 0;
}

.nps-popular-product-info .nps-product-enquire {
    margin-right: 0;
}

/* Cancel legacy absolute offsets so each action stays on its flex row. */
.nps-popular-product-info .nps-popular-product-actions a {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.nps-popular-product-info .nps-popular-product-actions .nps-product-enquire {
    margin-left: auto;
}

/* Our Product mega menu */
.main-menu ul > li.nps-products-menu {
    position: relative;
}

.main-menu ul > li.nps-products-menu > .nps-products-mega {
    position: absolute;
    z-index: 100;
    top: calc(100% + 19px);
    left: 50%;
    display: block;
    width: min(1180px, 86vw);
    padding: 0;
    overflow: hidden;
    transform: translateX(-42%);
    border: 1px solid #d7e4f2;
    border-radius: 0 0 14px 14px;
    background: #fffdf1;
    box-shadow: 0 20px 45px rgba(5, 37, 91, .18);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.main-menu ul > li.nps-products-menu:hover > .nps-products-mega, .main-menu ul > li.nps-products-menu:focus-within > .nps-products-mega {
    transform: translateX(-42%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.nps-products-mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 22px;
    border-bottom: 1px solid #e0e9f3;
    background: linear-gradient(100deg, #eff6ff, #fffdf1);
}

.nps-products-mega-head span {
    color: #537092;
    font-size: .69rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.nps-products-mega-head a {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    width: auto !important;
    padding: 0 !important;
    color: #0c4fa4 !important;
    font-size: .76rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.nps-products-mega-head a:hover {
    color: #f47732 !important;
}

.nps-products-mega-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 18px 13px 20px;
}

.nps-product-mega-column {
    min-width: 0;
    padding: 0 12px;
    border-right: 1px solid #e6edf5;
}

.nps-product-mega-column:last-child {
    border-right: 0;
}

.nps-product-mega-column h4 {
    margin: 0 0 7px;
    color: #145ab0;
    font-size: .76rem;
    font-weight: 900;
    line-height: 1.35;
}

.nps-product-mega-column h4:not(:first-child) {
    margin-top: 15px;
}

.main-menu .nps-product-mega-column a {
    display: block !important;
    width: auto !important;
    margin: 0;
    padding: 3px 0 !important;
    color: #394d68 !important;
    font-size: .67rem !important;
    font-weight: 600 !important;
    line-height: 1.38 !important;
    white-space: normal;
}

.main-menu .nps-product-mega-column a::before {
    display: none !important;
}

.main-menu .nps-product-mega-column a:hover {
    padding-left: 5px !important;
    color: #f47732 !important;
}

.main-menu .nps-products-menu > a > i {
    margin-left: 4px;
    font-size: .68rem;
}

@media (max-width: 1199px) {
    .main-menu ul > li.nps-products-menu > .nps-products-mega {
        width: min(980px, 86vw);
        transform: translateX(-46%);
    }

    .main-menu ul > li.nps-products-menu:hover > .nps-products-mega, .main-menu ul > li.nps-products-menu:focus-within > .nps-products-mega {
        transform: translateX(-46%);
    }

    .nps-products-mega-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .nps-product-mega-column:nth-child(4) {
        border-right: 0;
    }

    .nps-product-mega-column:nth-child(5) {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-menu ul > li.nps-products-menu > .nps-products-mega {
        position: static;
        width: auto;
        margin: 0;
        transform: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }

    .nps-products-mega-head {
        display: none;
    }

    .nps-products-mega-grid {
        display: block;
        padding: 0;
    }

    .nps-product-mega-column {
        padding: 0;
        border: 0;
    }

    .nps-product-mega-column:not(:first-child) {
        display: none;
    }

    .nps-product-mega-column h4 {
        display: none;
    }

    .main-menu .nps-product-mega-column a {
        padding: 8px 22px !important;
    }
}

/* Mobile product menu: retain every category in a touch-friendly layout. */
@media (max-width: 991px) {
    .main-menu ul > li.nps-products-menu > .nps-products-mega {
        max-height: 60vh;
        margin: 7px 0 0;
        overflow-y: auto;
        border: 1px solid #dce7f3;
        border-radius: 8px;
        background: #f8fbff;
    }

    .nps-products-mega-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 7px 8px 11px;
    }

    .nps-product-mega-column, .nps-product-mega-column:not(:first-child) {
        display: block;
        padding: 8px 10px;
        border: 0;
    }

    .nps-product-mega-column h4 {
        display: block;
        margin: 4px 0 5px;
        color: #1256a8;
        font-size: .72rem;
    }

    .nps-product-mega-column h4:not(:first-child) {
        margin-top: 13px;
    }

    .main-menu .nps-product-mega-column a {
        padding: 5px 0 !important;
        color: #425979 !important;
        font-size: .67rem !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 575px) {
    .nps-products-mega-grid {
        grid-template-columns: 1fr;
    }

    .nps-product-mega-column {
        padding: 8px 12px;
        border-bottom: 1px solid #e1e9f3;
    }

    .nps-product-mega-column:last-child {
        border-bottom: 0;
    }

    .main-menu .nps-product-mega-column a {
        padding: 6px 0 !important;
        font-size: .72rem !important;
    }
}

/* Let MeanMenu control the mobile Product accordion, just as it does About Us. */
.main-menu ul > li.nps-products-menu > .nps-products-mega > .nps-products-mega-inner {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 991px) {
    .main-menu ul > li.nps-products-menu > ul.nps-products-mega {
        display: none;
        max-height: none;
        margin: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .main-menu ul > li.nps-products-menu > ul.nps-products-mega > .nps-products-mega-inner {
        display: block;
    }
}

/* High-visibility media buttons: the brand mark remains clear at a glance. */
.nps-popular-product-info .nps-product-video,
.nps-popular-product-info .nps-product-whatsapp {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
    overflow: visible !important;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 14px !important;
    box-shadow: 0 7px 16px rgba(11, 46, 100, .16);
}

.nps-popular-product-info .nps-product-video i,
.nps-popular-product-info .nps-product-whatsapp i {
    display: inline-grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .14);
    font-size: 1.18rem !important;
    line-height: 1;
    transition: transform .2s ease;
}

.nps-popular-product-info .nps-product-video i {
    color: #e6212d;
}

.nps-popular-product-info .nps-product-whatsapp i {
    color: #0a9c55;
}

.nps-popular-product-info .nps-product-video:hover i,
.nps-popular-product-info .nps-product-whatsapp:hover i {
    animation: none;
    transform: scale(1.12);
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-product-video,
    .nps-popular-product-info .nps-product-whatsapp {
        width: 46px !important;
        height: 46px !important;
        flex-basis: 46px !important;
    }
}

/* Refined primary CTA for product enquiries. */
.nps-popular-product-info .nps-popular-product-actions .nps-product-enquire {
    width: 142px;
    height: 48px;
    flex: 0 0 142px !important;
    gap: 7px;
    padding: 0 12px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 14px;
    background: linear-gradient(135deg, #1749b9 0%, #276ee3 55%, #1d93dc 100%);
    box-shadow: 0 8px 18px rgba(28, 89, 190, .24), inset 0 1px rgba(255, 255, 255, .25);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.nps-popular-product-info .nps-product-enquire::before {
    display: none;
}

.nps-popular-product-info .nps-product-enquire i {
    display: inline-grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: #205fca;
    box-shadow: 0 2px 6px rgba(3, 42, 111, .18);
    font-size: .73rem !important;
}

.nps-popular-product-info .nps-product-enquire:hover {
    background: linear-gradient(135deg, #0d3f9f, #1758c5 52%, #117cc5);
    box-shadow: 0 11px 21px rgba(28, 89, 190, .3), inset 0 1px rgba(255, 255, 255, .25);
}

@media (max-width: 575px) {
    .nps-popular-product-info .nps-popular-product-actions .nps-product-enquire {
        width: 132px;
        height: 46px;
        flex-basis: 132px !important;
        font-size: .7rem;
    }
}

/* Projects portfolio card layout: gallery on top and content below. */
.nps-projects-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.nps-project-card, .nps-project-card-reverse {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0;
    padding: 10px;
}

.nps-project-card-reverse .nps-project-photo-grid, .nps-project-card-reverse .nps-project-copy {
    order: initial;
}

.nps-project-photo-grid {
    width: 100%;
    height: 245px;
}

.nps-project-copy {
    width: 100%;
    padding: 22px 15px 15px;
}

.nps-project-copy h2 {
    min-height: 1.55em;
    font-size: 1.48rem;
}

.nps-project-copy > p {
    display: -webkit-box;
    min-height: 4.01em;
    margin-bottom: 9px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .9rem;
}

@media (max-width: 991px) {
    .nps-projects-list {
        grid-template-columns: 1fr;
    }

    .nps-project-photo-grid {
        height: 290px;
    }
}

@media (max-width: 575px) {
    .nps-projects-list {
        gap: 18px;
    }

    .nps-project-photo-grid {
        height: 230px;
    }
}

/* Client testimonials: photo avatars with a clear initials fallback. */
.nps-testimonial-avatar {
    position: relative;
    overflow: hidden;
    flex: 0 0 58px;
}

.nps-testimonial-avatar img,
.nps-testimonial-avatar span {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.nps-testimonial-avatar img {
    display: block;
    object-fit: cover;
    transform: scale(1.55);
    transform-origin: center;
}

.nps-testimonial-avatar span {
    display: none;
    place-items: center;
    color: #fff;
}

.nps-testimonial-avatar.is-fallback img {
    display: none;
}

.nps-testimonial-avatar.is-fallback span {
    display: grid;
}

.nps-testimonial-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(16, 63, 139, .13);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #0a2f75, #1267b4);
    box-shadow: 0 10px 18px rgba(11, 49, 117, .14);
    font-size: .84rem;
    font-weight: 800;
}

.nps-testimonial-more:hover {
    color: #fff;
    background: linear-gradient(135deg, #ed7034, #ffae55);
}

.nps-testimonial-more i {
    transition: transform .2s ease;
}

.nps-testimonial-more:hover i {
    transform: translateX(4px);
}

.nps-testimonial-page {
    background: #f5f9ff;
}

.nps-testimonial-page-hero {
    padding: 88px 0 82px;
    text-align: center;
    background: radial-gradient(circle at 90% 10%, rgba(41, 164, 231, .16), transparent 26%), linear-gradient(135deg, #fff5f5, #eef5ff);
}

.nps-testimonial-page-hero > .container {
    max-width: 840px;
}

.nps-testimonial-page-hero > .container > span,
.nps-testimonial-page-heading > div > span {
    display: block;
    color: #f47732;
    font-size: .77rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nps-testimonial-page-hero h1 {
    margin: 13px 0 14px;
    color: #092d73;
    font-size: clamp(2.4rem, 5vw, 4.35rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.nps-testimonial-page-hero h1 em {
    font-style: normal;
    color: #2579d8;
}

.nps-testimonial-page-hero p {
    max-width: 665px;
    margin: 0 auto;
    color: #617393;
    font-size: 1.04rem;
    line-height: 1.7;
}

.nps-testimonial-page-content {
    padding: 76px 0 90px;
}

.nps-testimonial-page-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.nps-testimonial-page-heading h2 {
    margin: 8px 0 0;
    color: #092d73;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.nps-testimonial-page-heading > p {
    max-width: 440px;
    margin: 0;
    color: #687a99;
    line-height: 1.65;
}

.nps-testimonial-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 28px;
}

.nps-detail-testimonial {
    --nps-testimonial-color: #2a63d7;
    --nps-testimonial-tint: #eff4ff;
    position: relative;
    min-height: 400px;
    margin-top: 42px;
    padding: 40px 38px 34px;
    overflow: visible;
    border: 2px solid color-mix(in srgb, var(--nps-testimonial-color) 38%, #dce7f5);
    border-radius: 34px 82px 34px 34px;
    color: #183975;
    background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--nps-testimonial-color) 12%, transparent), transparent 36%), linear-gradient(145deg, var(--nps-testimonial-tint), #fff 72%);
    box-shadow: 0 20px 45px rgba(5, 32, 82, .11);
}

.nps-detail-testimonial::after {
    display: none;
}

.nps-detail-testimonial-top {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 70px;
    gap: 18px;
    align-items: center;
}

.nps-detail-testimonial .nps-testimonial-avatar {
    position: absolute;
    top: -78px;
    left: 0;
    width: 122px;
    height: 122px;
    flex-basis: 122px;
    border: 7px solid #f4f7fc;
    background: var(--nps-testimonial-color);
    box-shadow: 0 14px 28px color-mix(in srgb, var(--nps-testimonial-color) 30%, transparent);
}

.nps-detail-testimonial .nps-testimonial-avatar img {
    transform: none;
}

.nps-detail-testimonial-person {
    min-width: 0;
    padding: 4px 0 0 118px;
}

.nps-detail-testimonial h2 {
    margin: 0 0 3px;
    color: #112f69;
    font-size: 1rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.nps-detail-testimonial-top p {
    margin: 0;
    color: #70809b;
    font-size: .82rem;
    font-weight: 600;
}

.nps-detail-rating {
    position: absolute;
    top: -64px;
    right: 0;
    display: flex;
    gap: 5px;
    margin-left: 0;
    padding: 13px 18px;
    border: 1px solid color-mix(in srgb, var(--nps-testimonial-color) 25%, #dce7f5);
    border-radius: 999px;
    color: #ffc928;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 7px 18px rgba(12, 47, 103, .08);
    font-size: .88rem;
}

.nps-detail-testimonial-body {
    position: relative;
    z-index: 1;
    padding-top: 28px;
}

.nps-detail-testimonial-body > i {
    position: absolute;
    top: 26px;
    right: 0;
    color: color-mix(in srgb, var(--nps-testimonial-color) 20%, transparent);
    font-size: 3rem;
}

.nps-detail-testimonial h3 {
    margin: 0 0 15px;
    color: #112f69;
    font-size: 1.42rem;
    font-weight: 900;
    letter-spacing: -.015em;
}

.nps-detail-testimonial blockquote {
    position: relative;
    z-index: 1;
    margin: 0 0 22px;
    color: #5d6f8e;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.78;
}

.nps-detail-testimonial-body > strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid color-mix(in srgb, var(--nps-testimonial-color) 24%, transparent);
    border-radius: 999px;
    color: var(--nps-testimonial-color);
    background: color-mix(in srgb, var(--nps-testimonial-color) 7%, #fff);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nps-detail-testimonial-body > strong i { font-size: .78rem; }

.nps-testimonial-empty {
    grid-column: 1 / -1;
    padding: 70px 20px;
    border-radius: 24px;
    color: #627493;
    background: #fff;
    text-align: center;
}

.nps-testimonial-empty i { color: #2878da; font-size: 2.3rem; }
.nps-testimonial-empty h3 { margin: 12px 0 0; color: #0b367c; }

.nps-detail-testimonial-purple { --nps-testimonial-color: #7042c7; --nps-testimonial-tint: #f4f0ff; }
.nps-detail-testimonial-teal { --nps-testimonial-color: #119ca5; --nps-testimonial-tint: #edfafa; }
.nps-detail-testimonial-orange { --nps-testimonial-color: #f47732; --nps-testimonial-tint: #fff5ee; }
.nps-detail-testimonial-blue { --nps-testimonial-color: #2a63d7; --nps-testimonial-tint: #eff4ff; }
.nps-detail-testimonial-green { --nps-testimonial-color: #159b66; --nps-testimonial-tint: #edfbf4; }

@media (max-width: 1199px) {
    .nps-testimonial-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nps-detail-testimonial { padding-right: 28px; padding-left: 28px; }
}

@media (min-width: 1200px) {
    .nps-detail-testimonial { padding-right: 27px; padding-left: 27px; }
    .nps-detail-testimonial .nps-testimonial-avatar { width: 104px; height: 104px; top: -67px; }
    .nps-detail-testimonial-person { padding-left: 106px; }
    .nps-detail-rating { top: -60px; }
}

@media (max-width: 767px) {
    .nps-testimonial-page-hero { padding: 65px 0 60px; text-align: left; }
    .nps-testimonial-page-hero p { margin-left: 0; }
    .nps-testimonial-page-content { padding: 52px 0 64px; }
    .nps-testimonial-page-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
    .nps-testimonial-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
    .nps-testimonial-page-grid { grid-template-columns: 1fr; gap: 17px; }
    .nps-detail-testimonial { min-height: 0; margin-top: 55px; padding: 68px 23px 25px; border-radius: 25px 52px 25px 25px; }
    .nps-detail-testimonial-top { display: block; min-height: 0; }
    .nps-detail-testimonial .nps-testimonial-avatar { top: -125px; left: 0; width: 108px; height: 108px; }
    .nps-detail-testimonial-person { padding-left: 0; }
    .nps-detail-rating { top: -56px; right: 0; width: max-content; padding: 10px 13px; }
    .nps-detail-testimonial-body { padding-top: 22px; }
}

/* Match the blog header structure: message left, primary action right. */
.nps-testimonial-head {
    position: relative;
    max-width: none;
    margin-bottom: 88px;
    text-align: left;
}

.nps-testimonial-head > div:first-child {
    text-align: left;
}

.nps-testimonial-head p {
    margin-left: 0;
}

.nps-testimonial-more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.nps-testimonial-controls {
    position: absolute;
    right: 0;
    bottom: -60px;
}

@media (max-width: 767px) {
    .nps-testimonial-head {
        margin-bottom: 26px;
    }

    .nps-testimonial-more,
    .nps-testimonial-controls {
        position: static;
    }

    .nps-testimonial-more {
        margin-top: 18px;
    }

    .nps-testimonial-controls {
        align-self: flex-start;
        margin-top: 16px;
    }
}

/* Catalogue PDF library and in-page document viewer. */
.nps-catalogue-page { background: #f6f9ff; }
.nps-catalogue-hero { position: relative; overflow: hidden; padding: 100px 0 84px; color: #fff; background: radial-gradient(circle at 86% 20%, rgba(54, 160, 232, .42), transparent 25%), linear-gradient(125deg, #062969, #0c4e9b 61%, #187cc9); }
.nps-catalogue-hero::after { position: absolute; top: -145px; right: -90px; width: 390px; height: 390px; content: ''; border: 47px solid rgba(255,255,255,.09); border-radius: 50%; }
.nps-catalogue-hero .container { position: relative; z-index: 1; }
.nps-catalogue-hero span, .nps-catalogue-heading > div > span { display: block; margin-bottom: 12px; color: #ff9b5c; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nps-catalogue-hero h1 { max-width: 700px; margin: 0; font-size: clamp(2.6rem, 5vw, 4.65rem); font-weight: 800; line-height: .98; letter-spacing: -.05em; }
.nps-catalogue-hero h1 em { color: #ff9b5c; font-style: normal; }
.nps-catalogue-hero p { max-width: 640px; margin: 21px 0 0; color: rgba(255,255,255,.84); font-size: 1.05rem; line-height: 1.7; }
.nps-catalogue-content { padding: 80px 0 100px; }
.nps-catalogue-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 35px; }
.nps-catalogue-heading h2 { margin: 0; color: #063c85; font-size: clamp(2rem, 3vw, 2.85rem); font-weight: 800; letter-spacing: -.045em; }
.nps-catalogue-heading > p { margin: 0 0 7px; color: #637996; font-size: .95rem; }
.nps-catalogue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.nps-catalogue-card { overflow: hidden; border: 1px solid #d5e2f2; border-radius: 18px; background: linear-gradient(145deg, #fff, #edf5ff); box-shadow: 0 15px 30px rgba(12, 55, 122, .08); }
.nps-catalogue-cover { position: relative; display: grid; height: 220px; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg, #0b377f, #1268b8 58%, #32a4e3); }
.nps-catalogue-cover::before { position: absolute; width: 120px; height: 150px; content: ''; border: 1px solid rgba(255,255,255,.42); border-radius: 7px; box-shadow: -14px 14px 0 rgba(255,255,255,.12); transform: rotate(-7deg); }
.nps-catalogue-cover i { position: relative; z-index: 1; font-size: 3.7rem; }.nps-catalogue-cover span { position: absolute; right: 15px; bottom: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; background: rgba(0,30,85,.3); font-size: .64rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.nps-catalogue-copy { padding: 21px; }.nps-catalogue-copy small { display: block; margin-bottom: 7px; color: #ef7237; font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }.nps-catalogue-copy h2 { min-height: 2.55em; margin: 0 0 17px; color: #073d85; font-size: 1.18rem; line-height: 1.28; }.nps-catalogue-copy > div { display: flex; flex-wrap: wrap; gap: 10px; }.nps-catalogue-copy button, .nps-catalogue-copy a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 0 13px; border: 1px solid #1b65c1; border-radius: 8px; color: #0d55ae; background: #fff; font-size: .73rem; font-weight: 900; }.nps-catalogue-copy button { border: 0; color: #fff; background: linear-gradient(135deg, #0b3b89, #1674c9); }.nps-catalogue-copy button:hover { background: linear-gradient(135deg, #ed7034, #ffae55); }.nps-catalogue-copy a:hover { color: #fff; border-color: #f47732; background: #f47732; }
.nps-catalogue-empty { padding: 70px 25px; border: 1px dashed #b9cee6; border-radius: 20px; color: #617693; background: #fff; text-align: center; }.nps-catalogue-empty > i { color: #e95454; font-size: 3.6rem; }.nps-catalogue-empty h2 { margin: 18px 0 8px; color: #073d85; font-size: 1.55rem; }.nps-catalogue-empty p { max-width: 520px; margin: 0 auto; line-height: 1.65; }.nps-catalogue-empty code { padding: 2px 5px; border-radius: 4px; color: #0d56ae; background: #edf4fd; }
.nps-catalogue-viewer { position: fixed; z-index: 10000; inset: 0; display: none; align-items: center; justify-content: center; padding: 52px; background: rgba(1,18,49,.91); }.nps-catalogue-viewer.is-open { display: flex; }.nps-catalogue-viewer-open { overflow: hidden; }.nps-catalogue-viewer > div { width: min(1060px, 100%); height: min(780px, calc(100vh - 104px)); overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.45); }.nps-catalogue-viewer h2 { height: 47px; margin: 0; padding: 14px 20px; overflow: hidden; color: #0a3b83; background: #fff; font-size: .9rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.nps-catalogue-viewer iframe { display: block; width: 100%; height: calc(100% - 47px); border: 0; }.nps-catalogue-viewer-close { position: absolute; top: 19px; right: 22px; display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); }.nps-catalogue-viewer-close:hover { background: #1e75d3; }
@media (max-width: 991px) { .nps-catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .nps-catalogue-hero { padding: 65px 0 58px; }.nps-catalogue-hero h1 { font-size: 2.65rem; }.nps-catalogue-content { padding: 50px 0 65px; }.nps-catalogue-heading { align-items: start; flex-direction: column; gap: 8px; }.nps-catalogue-heading > p { margin: 0; }.nps-catalogue-grid { grid-template-columns: 1fr; }.nps-catalogue-viewer { padding: 46px 12px 18px; }.nps-catalogue-viewer > div { height: calc(100vh - 72px); }.nps-catalogue-viewer-close { top: 8px; right: 10px; width: 38px; height: 38px; } }

/* Video library. */
.nps-videos-page { background: #f6f9ff; }
.nps-videos-hero { position: relative; overflow: hidden; padding: 100px 0 84px; color: #fff; background: radial-gradient(circle at 85% 17%, rgba(239,112,52,.37), transparent 23%), linear-gradient(125deg, #062969, #0d4d9b 62%, #1978c8); }
.nps-videos-hero::after { position: absolute; top: -145px; right: -92px; width: 390px; height: 390px; content: ''; border: 47px solid rgba(255,255,255,.1); border-radius: 50%; }.nps-videos-hero .container { position: relative; z-index: 1; }.nps-videos-hero span, .nps-videos-heading > div > span { display: block; margin-bottom: 12px; color: #ff9b5c; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.nps-videos-hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.6rem, 5vw, 4.65rem); font-weight: 800; line-height: .98; letter-spacing: -.05em; }.nps-videos-hero h1 em { color: #ff9b5c; font-style: normal; }.nps-videos-hero p { max-width: 640px; margin: 21px 0 0; color: rgba(255,255,255,.84); font-size: 1.05rem; line-height: 1.7; }
.nps-videos-content { padding: 80px 0 100px; }.nps-videos-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 35px; }.nps-videos-heading h2 { margin: 0; color: #063c85; font-size: clamp(2rem, 3vw, 2.85rem); font-weight: 800; letter-spacing: -.045em; }.nps-videos-heading > p { max-width: 470px; margin: 0 0 7px; color: #637996; font-size: .95rem; line-height: 1.65; }.nps-videos-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }.nps-video-card { overflow: hidden; border: 1px solid #d5e2f2; border-radius: 18px; background: #fff; box-shadow: 0 15px 30px rgba(12,55,122,.08); }.nps-video-frame { position: relative; aspect-ratio: 16 / 9; background: #082b69; }.nps-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }.nps-video-copy { padding: 21px 23px 24px; }.nps-video-copy > span { display: block; margin-bottom: 7px; color: #ef7237; font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.nps-video-copy h2 { margin: 0 0 8px; color: #073d85; font-size: 1.22rem; }.nps-video-copy p { margin: 0; color: #647896; font-size: .92rem; line-height: 1.65; }
@media (max-width: 575px) { .nps-videos-hero { padding: 65px 0 58px; }.nps-videos-hero h1 { font-size: 2.65rem; }.nps-videos-content { padding: 50px 0 65px; }.nps-videos-heading { align-items: start; flex-direction: column; gap: 8px; }.nps-videos-heading > p { margin: 0; }.nps-videos-grid { grid-template-columns: 1fr; } }

/* The catalogue preview is a real anchor, so PDF URLs remain shareable and accessible. */
.nps-catalogue-copy .nps-catalogue-preview {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #0b3b89, #1674c9);
}

.nps-catalogue-copy .nps-catalogue-preview:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #ed7034, #ffae55);
}

/* Full-screen PDF catalogue viewer toolbar. */
.nps-catalogue-viewer {
    padding: 34px 54px;
    background: rgba(5, 18, 42, .72);
    backdrop-filter: blur(5px);
}

.nps-catalogue-viewer > .nps-catalogue-viewer-panel {
    width: min(1360px, 100%);
    height: min(860px, calc(100vh - 68px));
    border-radius: 0;
}

.nps-catalogue-viewer-toolbar {
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0 12px 0 19px;
    color: #fff;
    background: rgba(43, 43, 43, .94);
}

.nps-catalogue-viewer-toolbar h2 {
    height: auto;
    padding: 0;
    color: #fff;
    background: transparent;
}

.nps-catalogue-viewer-toolbar > div {
    display: flex;
    align-items: center;
}

.nps-catalogue-viewer-toolbar button,
.nps-catalogue-viewer-toolbar a {
    display: inline-grid;
    width: 43px;
    height: 35px;
    place-items: center;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.26);
    color: #fff;
    background: transparent;
    font-size: 1rem;
}

.nps-catalogue-viewer-toolbar button:hover,
.nps-catalogue-viewer-toolbar a:hover {
    color: #ffae55;
    background: rgba(255,255,255,.1);
}

.nps-catalogue-viewer iframe {
    height: calc(100% - 54px);
}

.nps-catalogue-viewer-close {
    z-index: 2;
    top: 10px;
    right: 12px;
    width: 38px;
    height: 38px;
}

@media (max-width: 575px) {
    .nps-catalogue-viewer { padding: 44px 0 0; }
    .nps-catalogue-viewer > .nps-catalogue-viewer-panel { width: 100%; height: calc(100vh - 44px); }
    .nps-catalogue-viewer-toolbar { height: 49px; padding-left: 13px; }
    .nps-catalogue-viewer-toolbar h2 { max-width: 130px; font-size: .74rem; }
    .nps-catalogue-viewer-toolbar button, .nps-catalogue-viewer-toolbar a { width: 35px; height: 32px; font-size: .84rem; }
    .nps-catalogue-viewer iframe { height: calc(100% - 49px); }
}

.nps-catalogue-page-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: inline-grid;
    width: 52px;
    height: 104px;
    place-items: center;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: rgba(16, 25, 39, .56);
    font-size: 1.35rem;
    transform: translateY(-50%);
    transition: background .2s ease, opacity .2s ease;
}

.nps-catalogue-page-nav:hover:not(:disabled) { background: #0b5cab; }
.nps-catalogue-page-nav:disabled { cursor: not-allowed; opacity: .28; }
.nps-catalogue-page-prev { left: 0; border-radius: 0 7px 7px 0; }
.nps-catalogue-page-next { right: 0; border-radius: 7px 0 0 7px; }
.nps-catalogue-viewer-panel { position: relative; }
.nps-catalogue-page-count { position: absolute; right: 50%; bottom: 11px; z-index: 2; padding: 5px 12px; border-radius: 999px; color: #fff; background: rgba(10, 27, 56, .68); font-size: .74rem; font-weight: 900; transform: translateX(50%); }
.nps-catalogue-viewer iframe { transition: opacity .14s ease, transform .2s ease; }
.nps-catalogue-viewer iframe.is-page-turning-left { opacity: .2; transform: perspective(1400px) rotateY(-8deg) translateX(-2%); }
.nps-catalogue-viewer iframe.is-page-turning-right { opacity: .2; transform: perspective(1400px) rotateY(8deg) translateX(2%); }
.nps-catalogue-rendered-page { display: block; width: 100%; height: calc(100% - 54px); object-fit: contain; background: #f7f7f7; transition: opacity .14s ease, transform .2s ease; }
.nps-catalogue-rendered-page.is-page-turning-left { opacity: .2; transform: perspective(1400px) rotateY(-8deg) translateX(-2%); }
.nps-catalogue-rendered-page.is-page-turning-right { opacity: .2; transform: perspective(1400px) rotateY(8deg) translateX(2%); }

@media (max-width: 575px) {
    .nps-catalogue-page-nav { width: 39px; height: 74px; font-size: 1rem; }
    .nps-catalogue-page-count { bottom: 8px; font-size: .67rem; }
    .nps-catalogue-rendered-page { height: calc(100% - 49px); }
}

/* Flipbook-style control treatment for the catalogue reader. */
.nps-catalogue-viewer-toolbar {
    position: absolute;
    z-index: 4;
    top: 10px;
    left: 50%;
    width: auto;
    height: 42px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(75, 75, 75, .86);
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
    transform: translateX(-50%);
}

.nps-catalogue-viewer-toolbar h2 { display: none; }
.nps-catalogue-viewer-toolbar button, .nps-catalogue-viewer-toolbar a { width: 43px; height: 31px; font-size: 1.08rem; }
.nps-catalogue-rendered-page { height: 100%; }
.nps-catalogue-page-nav { width: 45px; height: 215px; border-radius: 0 8px 8px 0; background: rgba(24, 24, 24, .45); }
.nps-catalogue-page-next { border-radius: 8px 0 0 8px; }
.nps-catalogue-page-count { bottom: 8px; padding: 4px 11px; background: rgba(25, 25, 25, .66); }

@media (max-width: 575px) {
    .nps-catalogue-viewer-toolbar { top: 7px; height: 38px; padding: 0 4px; }
    .nps-catalogue-viewer-toolbar button, .nps-catalogue-viewer-toolbar a { width: 34px; height: 29px; font-size: .83rem; }
    .nps-catalogue-rendered-page { height: 100%; }
    .nps-catalogue-page-nav { width: 34px; height: 104px; }
}

/* Scrollable page chooser in the catalogue viewer. */
.nps-catalogue-thumbnails {
    position: absolute;
    z-index: 5;
    top: 12px;
    bottom: 12px;
    left: 12px;
    display: none;
    width: 194px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 10px;
    background: rgba(24, 34, 51, .94);
    box-shadow: 0 12px 25px rgba(0,0,0,.25);
}

.nps-catalogue-thumbnails.is-open { display: block; }
.nps-catalogue-thumbnails > div:first-child { display: flex; height: 45px; align-items: center; justify-content: space-between; padding: 0 11px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .75rem; }.nps-catalogue-thumbnails > div:first-child button { border: 0; color: #fff; background: transparent; }
.nps-catalogue-thumbnail-list { display: grid; height: calc(100% - 45px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 9px; overflow-y: auto; }.nps-catalogue-thumbnail-list button { padding: 4px; border: 2px solid transparent; border-radius: 4px; color: #dce6f5; background: rgba(255,255,255,.08); text-align: center; }.nps-catalogue-thumbnail-list button:hover, .nps-catalogue-thumbnail-list button.is-current { border-color: #ffad5c; background: rgba(255,255,255,.18); }.nps-catalogue-thumbnail-list img { display: block; width: 100%; height: 67px; object-fit: cover; background: #fff; }.nps-catalogue-thumbnail-list span { display: block; padding-top: 4px; font-size: .58rem; font-weight: 800; }

@media (max-width: 575px) { .nps-catalogue-thumbnails { top: 7px; bottom: 7px; left: 7px; width: 164px; }.nps-catalogue-thumbnail-list img { height: 55px; } }

/* Catalogue page zoom controls and scrollable zoom surface. */
.nps-catalogue-page-stage {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #f4f5f7;
    scrollbar-color: #63748c #dce2e9;
    scrollbar-width: thin;
}

.nps-catalogue-page-canvas {
    display: grid;
    width: 100%;
    height: 100%;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    place-items: center;
    transition: width .2s ease, height .2s ease;
}

.nps-catalogue-page-canvas .nps-catalogue-rendered-page {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nps-catalogue-zoom-level {
    display: inline-block;
    width: 52px;
    min-width: 52px;
    height: 31px;
    padding: 0 3px;
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.26);
    border-right: 1px solid rgba(255,255,255,.26);
    outline: 0;
    background: rgba(255,255,255,.06);
    font-size: .64rem;
    font-weight: 900;
    line-height: 31px;
    text-align: center;
}

.nps-catalogue-zoom-level:focus { background: rgba(255,255,255,.2); box-shadow: inset 0 0 0 1px #ffb56f; }

.nps-catalogue-viewer-toolbar button:disabled {
    cursor: not-allowed;
    opacity: .38;
}

@media (max-width: 575px) {
    .nps-catalogue-zoom-level { width: 42px; min-width: 42px; height: 29px; font-size: .57rem; line-height: 29px; }
}

/* Modern gradient achievement counters on the home page. */
.nps-home-stats {
    position: relative;
    overflow: hidden;
    padding: 34px 0;
    background: linear-gradient(110deg, #06276b 0%, #1053b1 47%, #148fd0 100%);
}

.nps-home-stats::before,
.nps-home-stats::after {
    position: absolute;
    width: 320px;
    height: 320px;
    content: '';
    border: 45px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.nps-home-stats::before { top: -230px; left: -95px; }
.nps-home-stats::after { right: -100px; bottom: -250px; }
.nps-home-stats .container { position: relative; z-index: 1; }
.nps-home-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nps-home-stats-grid article { position: relative; display: grid; min-height: 118px; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-content: center; padding: 7px 28px; color: #fff; }.nps-home-stats-grid article + article::before { position: absolute; top: 17px; bottom: 17px; left: 0; width: 1px; content: ''; background: rgba(255,255,255,.22); }.nps-home-stats-grid i { grid-row: 1 / 3; display: grid; width: 46px; height: 46px; place-items: center; align-self: center; border: 1px solid rgba(255,255,255,.35); border-radius: 15px; color: #ffb06d; background: rgba(255,255,255,.12); box-shadow: inset 0 1px rgba(255,255,255,.16); font-size: 1.14rem; }.nps-home-stats-grid strong { color: #fff; font-size: clamp(1.7rem, 2.6vw, 2.45rem); font-weight: 900; line-height: 1.08; letter-spacing: -.045em; }.nps-home-stats-grid strong::after { content: '+'; color: #ffb06d; }.nps-home-stats-grid span { margin-top: 3px; color: rgba(255,255,255,.82); font-size: .77rem; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }

@media (max-width: 991px) { .nps-home-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.nps-home-stats-grid article:nth-child(3)::before { display: none; }.nps-home-stats-grid article:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.22); } }
@media (max-width: 575px) { .nps-home-stats { padding: 16px 0; }.nps-home-stats-grid { grid-template-columns: 1fr; }.nps-home-stats-grid article { min-height: 83px; padding: 9px 11px; }.nps-home-stats-grid article + article::before { display: none; }.nps-home-stats-grid article:nth-child(n + 2) { border-top: 1px solid rgba(255,255,255,.2); }.nps-home-stats-grid i { width: 40px; height: 40px; border-radius: 13px; }.nps-home-stats-grid strong { font-size: 1.68rem; } }

/* Elevated visual treatment for the home achievement counters. */
.nps-home-stats {
    padding: 62px 0;
    background: radial-gradient(circle at 14% 10%, rgba(63, 189, 236, .34), transparent 23%), radial-gradient(circle at 88% 85%, rgba(255, 128, 70, .27), transparent 25%), linear-gradient(120deg, #031a55, #083b96 53%, #0c78bd);
}

.nps-home-stats::before { top: -175px; left: -115px; width: 370px; height: 370px; border-color: rgba(255,255,255,.1); }
.nps-home-stats::after { right: -80px; bottom: -175px; width: 320px; height: 320px; border-color: rgba(255,187,120,.18); }
.nps-home-stats-grid { gap: 18px; }
.nps-home-stats-grid article {
    min-height: 174px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    gap: 8px;
    overflow: hidden;
    padding: 26px 16px 22px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.05));
    box-shadow: 0 18px 32px rgba(0,16,63,.2), inset 0 1px rgba(255,255,255,.2);
    text-align: center;
    backdrop-filter: blur(6px);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.nps-home-stats-grid article::after {
    position: absolute;
    top: -45px;
    right: -35px;
    width: 105px;
    height: 105px;
    content: '';
    border: 18px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.nps-home-stats-grid article + article::before { display: none; }
.nps-home-stats-grid article:hover { background: linear-gradient(145deg, rgba(255,255,255,.27), rgba(255,255,255,.08)); box-shadow: 0 22px 34px rgba(0,12,58,.3), inset 0 1px rgba(255,255,255,.25); transform: translateY(-7px); }
.nps-home-stats-grid i { grid-row: auto; width: 50px; height: 50px; border: 0; border-radius: 16px; color: #fff; background: linear-gradient(135deg, #ff7b42, #ffc36a); box-shadow: 0 10px 19px rgba(255,118,63,.3); font-size: 1.18rem; }.nps-home-stats-grid article:nth-child(2) i { background: linear-gradient(135deg, #16c7b5, #54e0d2); box-shadow: 0 10px 19px rgba(21,195,182,.28); }.nps-home-stats-grid article:nth-child(3) i { background: linear-gradient(135deg, #9566ea, #c294ff); box-shadow: 0 10px 19px rgba(148,96,232,.28); }.nps-home-stats-grid article:nth-child(4) i { background: linear-gradient(135deg, #2a8fff, #62c4ff); box-shadow: 0 10px 19px rgba(37,133,247,.28); }
.nps-home-stats-grid strong { position: relative; z-index: 1; font-size: clamp(2.15rem, 3.35vw, 3.15rem); text-shadow: 0 4px 16px rgba(0,17,67,.27); }.nps-home-stats-grid strong::after { color: #ffc26d; }.nps-home-stats-grid span { margin: 0; color: rgba(255,255,255,.92); font-size: .72rem; letter-spacing: .1em; }

@media (max-width: 991px) { .nps-home-stats { padding: 45px 0; }.nps-home-stats-grid article:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.22); } }
@media (max-width: 575px) { .nps-home-stats { padding: 32px 0; }.nps-home-stats-grid { gap: 12px; }.nps-home-stats-grid article { min-height: 0; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; justify-items: start; column-gap: 13px; padding: 16px; text-align: left; }.nps-home-stats-grid article:nth-child(n + 2) { border-top: 1px solid rgba(255,255,255,.22); }.nps-home-stats-grid i { grid-row: 1 / 3; align-self: center; }.nps-home-stats-grid strong { font-size: 2rem; }.nps-home-stats-grid span { font-size: .66rem; } }
/* Home product showcase: eight products in two balanced rows. */
.nps-home-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1199px) {
    .nps-home-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .nps-home-products-grid {
        grid-template-columns: 1fr;
    }
}
/* Detailed product specifications with supporting product image. */
.nps-product-spec-heading > p {
    max-width: 610px;
    margin: 12px auto 0;
    color: #6a7f9d;
    font-size: .95rem;
    line-height: 1.65;
}

.nps-product-spec-layout {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: 26px;
    align-items: stretch;
}

.nps-product-spec-image,
.nps-product-spec-card {
    overflow: hidden;
    margin: 0;
    border: 1px solid #d6e3f1;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(14, 58, 121, .1);
}

.nps-product-spec-image {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    background: linear-gradient(145deg, #fff, #edf5ff);
}

.nps-product-spec-image img {
    width: 100%;
    min-height: 410px;
    flex: 1;
    object-fit: cover;
}

.nps-product-spec-image figcaption {
    display: flex;
    padding: 25px 27px 28px;
    flex-direction: column;
}

.nps-product-spec-image figcaption span {
    align-self: flex-start;
    margin-bottom: 13px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #1260bd;
    background: #dfedff;
    font-size: .67rem;
    font-weight: 800;
}

.nps-product-spec-image figcaption span i { margin-right: 5px; }
.nps-product-spec-image figcaption strong { color: #073b82; font-size: 1.25rem; line-height: 1.25; }
.nps-product-spec-image figcaption small { margin-top: 7px; color: #6c809d; font-size: .82rem; line-height: 1.55; }

.nps-product-spec-card { padding: 25px; }
.nps-product-spec-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; padding: 0 4px; }
.nps-product-spec-card-head span { color: #ef6c32; font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.nps-product-spec-card-head h3 { margin: 3px 0 0; color: #073d85; font-size: 1.45rem; font-weight: 900; }
.nps-product-spec-card-head > i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg, #1954b5, #39a3eb); box-shadow: 0 10px 20px rgba(29, 100, 199, .22); }

.nps-product-spec-list { margin: 0; overflow: hidden; border: 1px solid #dce7f3; border-radius: 16px; }
.nps-product-spec-list > div { display: grid; grid-template-columns: minmax(135px, .72fr) minmax(0, 1.55fr); }
.nps-product-spec-list > div:nth-child(even) { background: #f3f8ff; }
.nps-product-spec-list dt,
.nps-product-spec-list dd { margin: 0; padding: 11px 15px; font-size: .78rem; line-height: 1.4; }
.nps-product-spec-list dt { color: #123f7d; font-weight: 900; }
.nps-product-spec-list dd { border-left: 1px solid #dce7f3; color: #586d8b; font-weight: 600; text-transform: none; }

@media (max-width: 991px) {
    .nps-product-spec-layout { grid-template-columns: 1fr; }
    .nps-product-spec-image img { min-height: 360px; max-height: 500px; }
}

@media (max-width: 575px) {
    .nps-product-spec-image,
    .nps-product-spec-card { border-radius: 18px; }
    .nps-product-spec-card { padding: 15px; }
    .nps-product-spec-image img { min-height: 280px; }
    .nps-product-spec-image figcaption { padding: 20px; }
    .nps-product-spec-list > div { grid-template-columns: 42% 58%; }
    .nps-product-spec-list dt,
    .nps-product-spec-list dd { padding: 10px; font-size: .7rem; overflow-wrap: anywhere; }
}
/* Image-free specification dashboard for faster scanning. */
.nps-product-spec-layout {
    display: block;
}

.nps-product-spec-card {
    position: relative;
    padding: 32px;
    overflow: hidden;
    border-color: #ccddf0;
    background: radial-gradient(circle at 96% 3%, rgba(49, 155, 234, .13), transparent 21%), linear-gradient(145deg, #fff, #f4f8ff);
}

.nps-product-spec-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: '';
    background: linear-gradient(90deg, #1756bd, #23a4e8 52%, #16bca7);
}

.nps-product-spec-card-head {
    margin-bottom: 24px;
    padding: 0;
}

.nps-product-spec-card-head h3 {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.nps-product-spec-card-head p {
    margin: 7px 0 0;
    color: #667c99;
    font-size: .86rem;
}

.nps-product-spec-card-head > i {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 1.18rem;
}

.nps-product-spec-highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nps-product-spec-highlights article {
    display: grid;
    min-height: 115px;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-content: center;
    padding: 18px;
    border: 1px solid #d8e5f3;
    border-radius: 17px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 9px 22px rgba(22, 71, 137, .07);
}

.nps-product-spec-highlights i {
    grid-row: 1 / 3;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    align-self: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #1c60c8, #35a3ea);
    box-shadow: 0 8px 16px rgba(27, 99, 201, .2);
}

.nps-product-spec-highlights article:nth-child(2) i { background: linear-gradient(135deg, #00a093, #2dcfba); }
.nps-product-spec-highlights article:nth-child(3) i { background: linear-gradient(135deg, #ec6a35, #ffad55); }
.nps-product-spec-highlights article:nth-child(4) i { background: linear-gradient(135deg, #7251c8, #a57ce9); }
.nps-product-spec-highlights span { color: #71849e; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.nps-product-spec-highlights strong { color: #093e85; font-size: .91rem; line-height: 1.3; }

.nps-product-spec-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 29px 0 17px;
    color: #ea6a33;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nps-product-spec-divider::after { height: 1px; flex: 1; content: ''; background: #d7e3f1; }

.nps-product-spec-card .nps-product-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    border: 0;
    border-radius: 0;
}

.nps-product-spec-card .nps-product-spec-list > div,
.nps-product-spec-card .nps-product-spec-list > div:nth-child(even) {
    display: grid;
    grid-template-columns: minmax(125px, .8fr) minmax(0, 1.2fr);
    overflow: hidden;
    border: 1px solid #c3d4e7;
    border-radius: 12px;
    background: rgba(255, 255, 255, .82);
}

.nps-product-spec-card .nps-product-spec-list > div.is-wide { grid-column: 1 / -1; }
.nps-product-spec-card .nps-product-spec-list dt { display: flex; align-items: center; background: #edf5ff; }
.nps-product-spec-card .nps-product-spec-list dd { display: flex; align-items: center; background: #fff; }

@media (max-width: 991px) {
    .nps-product-spec-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nps-product-spec-card .nps-product-spec-list { grid-template-columns: 1fr; }
    .nps-product-spec-card .nps-product-spec-list > div.is-wide { grid-column: auto; }
}

@media (max-width: 575px) {
    .nps-product-spec-card { padding: 22px 15px; }
    .nps-product-spec-card-head > i { width: 48px; height: 48px; flex: 0 0 48px; }
    .nps-product-spec-highlights { grid-template-columns: 1fr; gap: 9px; }
    .nps-product-spec-highlights article { min-height: 86px; padding: 13px; }
    .nps-product-spec-card .nps-product-spec-list > div,
    .nps-product-spec-card .nps-product-spec-list > div:nth-child(even) { grid-template-columns: 42% 58%; }
}
/* Strong primary call-to-action on the product details page. */
.nps-product-detail-actions .nps-detail-enquire {
    position: relative;
    min-width: 190px;
    height: 56px;
    padding: 0 24px;
    overflow: hidden;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 18px;
    background: linear-gradient(135deg, #ff7138 0%, #f04d2f 48%, #d92d49 100%);
    box-shadow: 0 14px 27px rgba(225, 61, 49, .3), inset 0 1px rgba(255, 255, 255, .32);
    font-size: .82rem;
    letter-spacing: .025em;
    isolation: isolate;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.nps-product-detail-actions .nps-detail-enquire::before {
    position: absolute;
    z-index: -1;
    top: -70%;
    left: -35%;
    width: 32%;
    height: 240%;
    content: '';
    background: rgba(255, 255, 255, .28);
    transform: rotate(24deg);
    transition: left .55s ease;
}

.nps-product-detail-actions .nps-detail-enquire i {
    width: 30px;
    height: 30px;
    color: #e74735;
    box-shadow: 0 5px 11px rgba(124, 24, 28, .18);
    font-size: .72rem;
}

.nps-product-detail-actions .nps-detail-enquire:hover,
.nps-product-detail-actions .nps-detail-enquire:focus-visible {
    color: #fff;
    filter: saturate(1.12) brightness(1.04);
    box-shadow: 0 18px 32px rgba(225, 61, 49, .4), 0 0 0 5px rgba(246, 91, 51, .11);
    transform: translateY(-4px);
}

.nps-product-detail-actions .nps-detail-enquire:hover::before,
.nps-product-detail-actions .nps-detail-enquire:focus-visible::before {
    left: 112%;
}

@media (max-width: 575px) {
    .nps-product-detail-actions .nps-detail-enquire {
        min-width: 165px;
        height: 52px;
        padding: 0 17px;
        border-radius: 16px;
        font-size: .72rem;
    }
}
/* Product-details enquiry section. */
.nps-product-enquiry-section {
    position: relative;
    padding: 88px 0 100px;
    overflow: hidden;
    background: radial-gradient(circle at 5% 12%, rgba(49, 158, 234, .16), transparent 26%), linear-gradient(135deg, #eef5ff, #f9fbff 55%, #fff4ed);
}

.nps-product-enquiry-section::after {
    position: absolute;
    right: -145px;
    bottom: -180px;
    width: 410px;
    height: 410px;
    border: 55px solid rgba(242, 105, 50, .08);
    border-radius: 50%;
    content: '';
}

.nps-product-enquiry-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
    overflow: hidden;
    border: 1px solid #d6e3f2;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 65px rgba(8, 51, 113, .14);
}

.nps-product-enquiry-intro {
    position: relative;
    padding: 48px 42px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 90% 12%, rgba(54, 171, 237, .33), transparent 28%), linear-gradient(145deg, #062968, #0b54a6);
}

.nps-product-enquiry-intro::after { position: absolute; right: -85px; bottom: -95px; width: 230px; height: 230px; border: 35px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; }
.nps-product-enquiry-intro > span,
.nps-product-enquiry-heading > span { color: #ff7a3e; font-size: .69rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.nps-product-enquiry-intro h2 { margin: 13px 0 18px; color: #fff; font-size: clamp(2rem, 3.5vw, 3.25rem); font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.nps-product-enquiry-intro h2 em { color: #ff925c; font-style: normal; }
.nps-product-enquiry-intro > p { margin: 0; color: rgba(255,255,255,.76); font-size: .91rem; line-height: 1.7; }
.nps-product-enquiry-benefits { display: grid; gap: 17px; margin: 31px 0; }
.nps-product-enquiry-benefits > div { display: flex; align-items: center; gap: 12px; }
.nps-product-enquiry-benefits i { display: grid; width: 37px; height: 37px; flex: 0 0 37px; place-items: center; border-radius: 11px; color: #ff9662; background: rgba(255,255,255,.12); }
.nps-product-enquiry-benefits span { display: flex; flex-direction: column; }
.nps-product-enquiry-benefits strong { color: #fff; font-size: .82rem; }
.nps-product-enquiry-benefits small { margin-top: 2px; color: rgba(255,255,255,.62); font-size: .72rem; }
.nps-product-enquiry-intro > a { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; color: #fff; background: rgba(255,255,255,.1); }
.nps-product-enquiry-intro > a > i { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 12px; color: #0c4b9b; background: #fff; }
.nps-product-enquiry-intro > a span { display: flex; flex-direction: column; }
.nps-product-enquiry-intro > a small { color: rgba(255,255,255,.62); font-size: .65rem; }
.nps-product-enquiry-intro > a strong { color: #fff; font-size: .86rem; }

.nps-product-enquiry-form-card { padding: 44px 48px 48px; }
.nps-product-enquiry-heading { margin-bottom: 25px; }
.nps-product-enquiry-heading h2 { position: relative; margin: 6px 0 8px; padding-left: 15px; color: #062f73; font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 800; letter-spacing: -.045em; }
.nps-product-enquiry-heading h2::before { position: absolute; top: 8px; bottom: 6px; left: 0; width: 5px; border-radius: 8px; content: ''; background: linear-gradient(#f16329, #ff9b51); }
.nps-product-enquiry-heading p { margin: 0; color: #687c98; font-size: .9rem; }
.nps-product-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 16px; }
.nps-product-form-grid > div { display: flex; flex-direction: column; }
.nps-product-form-grid > .is-wide { grid-column: 1 / -1; }
.nps-product-form-grid label { margin-bottom: 7px; color: #0a3779; font-size: .75rem; font-weight: 900; }
.nps-product-form-grid input,
.nps-product-form-grid textarea { width: 100%; border: 1px solid #d5e1ef; border-radius: 12px; color: #304967; background: #fbfdff; outline: 0; font: inherit; font-size: .86rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.nps-product-form-grid input { height: 51px; padding: 0 14px; }
.nps-product-form-grid textarea { min-height: 128px; padding: 13px 14px; resize: vertical; }
.nps-product-form-grid input:focus,
.nps-product-form-grid textarea:focus { border-color: #2c79d4; background: #fff; box-shadow: 0 0 0 4px rgba(44, 121, 212, .1); }
.nps-product-form-grid button { display: flex; width: 100%; height: 55px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(105deg, #f05a25, #ff873f); box-shadow: 0 13px 24px rgba(240, 90, 37, .25); font-size: .8rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.nps-product-form-grid button i:last-child { margin-left: 4px; transition: transform .2s ease; }
.nps-product-form-grid button:hover { box-shadow: 0 17px 29px rgba(240, 90, 37, .34); transform: translateY(-2px); }
.nps-product-form-grid button:hover i:last-child { transform: translateX(4px); }
.nps-product-recaptcha { overflow-x: auto; }

@media (max-width: 991px) {
    .nps-product-enquiry-shell { grid-template-columns: 1fr; }
    .nps-product-enquiry-intro { padding: 40px; }
}

@media (max-width: 575px) {
    .nps-product-enquiry-section { padding: 62px 0 70px; }
    .nps-product-enquiry-shell { border-radius: 20px; }
    .nps-product-enquiry-intro,
    .nps-product-enquiry-form-card { padding: 29px 20px; }
    .nps-product-form-grid { grid-template-columns: 1fr; }
    .nps-product-form-grid > .is-wide { grid-column: auto; }
    .nps-product-enquiry-heading h2 { font-size: 2.15rem; }
}
/* Modern site footer using the primary navigation structure. */
.nps-site-footer { position: relative; overflow: hidden; color: #fff; background: #041a42; }
.nps-footer-cta { position: relative; z-index: 2; background: linear-gradient(135deg, #0c4b9c, #168bd2); }
.nps-footer-cta-inner { display: grid; min-height: 150px; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 28px 35px; background: radial-gradient(circle at 88% 12%, rgba(255,255,255,.16), transparent 25%); }
.nps-footer-cta-icon { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; color: #fff; background: rgba(255,255,255,.13); font-size: 1.35rem; }
.nps-footer-cta-inner > div:nth-child(2) > span { color: #ffc08e; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.nps-footer-cta h2 { margin: 5px 0 0; color: #fff; font-size: clamp(1.55rem, 3vw, 2.45rem); font-weight: 800; letter-spacing: -.035em; }
.nps-footer-cta a { display: inline-flex; height: 54px; align-items: center; gap: 12px; padding: 0 21px; border-radius: 15px; color: #0b397c; background: #fff; box-shadow: 0 13px 25px rgba(0,28,77,.2); font-size: .77rem; font-weight: 900; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.nps-footer-cta a i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #f2632e, #ff9851); font-size: .65rem; transition: transform .2s ease; }
.nps-footer-cta a:hover { color: #0b397c; box-shadow: 0 17px 30px rgba(0,25,72,.28); transform: translateY(-3px); }.nps-footer-cta a:hover i { transform: translateX(3px); }
.nps-footer-main { position: relative; padding: 76px 0 65px; background: radial-gradient(circle at 2% 15%, rgba(34,137,210,.17), transparent 24%), radial-gradient(circle at 96% 90%, rgba(242,100,46,.12), transparent 23%), linear-gradient(135deg, #051a42, #062456); }
.nps-footer-main::before { position: absolute; top: -170px; right: -160px; width: 380px; height: 380px; border: 48px solid rgba(255,255,255,.025); border-radius: 50%; content: ''; }
.nps-footer-grid { position: relative; display: grid; grid-template-columns: minmax(255px, 1.55fr) repeat(3, minmax(130px, .72fr)) minmax(230px, 1.2fr); gap: clamp(28px, 4vw, 55px); }
.nps-footer-logo { display: inline-flex; max-width: 185px; padding: 12px; border-radius: 16px; background: #fff; box-shadow: 0 13px 25px rgba(0,0,0,.18); }.nps-footer-logo img { display: block; width: 100%; height: 62px; object-fit: contain; }
.nps-footer-brand > p { max-width: 330px; margin: 22px 0 19px; color: rgba(255,255,255,.67); font-size: .82rem; line-height: 1.75; }
.nps-footer-trust { display: flex; flex-wrap: wrap; gap: 8px; }.nps-footer-trust span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.055); font-size: .62rem; font-weight: 700; }.nps-footer-trust i { margin-right: 5px; color: #ff8e55; }
.nps-footer-socials { display: flex; gap: 9px; margin-top: 22px; }.nps-footer-socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #fff; background: rgba(255,255,255,.07); font-size: .8rem; transition: .2s ease; }.nps-footer-socials a:hover { border-color: #ff7d43; color: #fff; background: #f36831; transform: translateY(-3px); }
.nps-footer-column h3,.nps-footer-contact h3 { position: relative; margin: 5px 0 23px; padding-bottom: 13px; color: #fff; font-size: .95rem; font-weight: 800; }.nps-footer-column h3::after,.nps-footer-contact h3::after { position: absolute; bottom: 0; left: 0; width: 31px; height: 3px; border-radius: 4px; content: ''; background: linear-gradient(90deg, #f2632e, #ffa15a); }
.nps-footer-column { display: flex; flex-direction: column; align-items: flex-start; }.nps-footer-column a { position: relative; margin-bottom: 13px; padding-left: 14px; color: rgba(255,255,255,.66); font-size: .76rem; font-weight: 600; transition: .2s ease; }.nps-footer-column a::before { position: absolute; top: .52em; left: 0; width: 5px; height: 5px; border-radius: 50%; content: ''; background: #3b96dc; }.nps-footer-column a:hover { color: #fff; transform: translateX(4px); }.nps-footer-column a:hover::before { background: #ff7b42; }
.nps-footer-contact > a,.nps-footer-contact > div { display: flex; align-items: center; gap: 11px; margin-bottom: 13px; padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; color: #fff; background: rgba(255,255,255,.045); }.nps-footer-contact > a > i,.nps-footer-contact > div > i { display: grid; width: 35px; height: 35px; flex: 0 0 35px; place-items: center; border-radius: 11px; color: #ff8c52; background: rgba(255,255,255,.09); font-size: .76rem; }.nps-footer-contact span { display: flex; min-width: 0; flex-direction: column; }.nps-footer-contact small { color: rgba(255,255,255,.48); font-size: .6rem; }.nps-footer-contact strong { margin-top: 2px; overflow-wrap: anywhere; color: rgba(255,255,255,.84); font-size: .68rem; line-height: 1.4; }.nps-footer-contact > a:hover { border-color: rgba(255,139,82,.45); color: #fff; background: rgba(255,255,255,.08); }
.nps-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); background: #031432; }.nps-footer-bottom .container > div { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; }.nps-footer-bottom p,.nps-footer-bottom span { margin: 0; color: rgba(255,255,255,.52); font-size: .68rem; }.nps-footer-bottom span { color: rgba(255,255,255,.36); }
@media (max-width:1199px) { .nps-footer-grid { grid-template-columns:1.35fr repeat(3,.72fr); }.nps-footer-contact { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }.nps-footer-contact h3 { grid-column:1/-1; margin-bottom:2px; }.nps-footer-contact > a,.nps-footer-contact > div { margin:0; } }
@media (max-width:991px) { .nps-footer-cta-inner { grid-template-columns:54px 1fr; }.nps-footer-cta-icon { width:54px; height:54px; border-radius:17px; }.nps-footer-cta a { grid-column:2; justify-self:start; }.nps-footer-grid { grid-template-columns:1.25fr repeat(2,1fr); }.nps-footer-brand { grid-row:span 2; }.nps-footer-contact { grid-column:1/-1; } }
@media (max-width:767px) { .nps-footer-main { padding:58px 0 48px; }.nps-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:36px 25px; }.nps-footer-brand { grid-column:1/-1; grid-row:auto; }.nps-footer-contact { grid-template-columns:1fr; }.nps-footer-bottom .container > div { padding:18px 0; flex-direction:column; justify-content:center; gap:5px; text-align:center; } }
@media (max-width:575px) { .nps-footer-cta-inner { min-height:0; grid-template-columns:1fr; gap:13px; padding:31px 18px; text-align:center; }.nps-footer-cta-icon { justify-self:center; }.nps-footer-cta a { grid-column:auto; justify-self:center; }.nps-footer-grid { grid-template-columns:1fr 1fr; gap:34px 20px; }.nps-footer-brand,.nps-footer-contact { grid-column:1/-1; }.nps-footer-logo { max-width:165px; }.nps-footer-column a { font-size:.7rem; } }
/* Footer visibility refinements. */
.nps-site-footer::before,
.nps-site-footer::after { display: none !important; }
.nps-footer-cta-inner { min-height: 132px; padding-top: 22px; padding-bottom: 22px; }
.nps-footer-main { padding: 56px 0 48px; }
.nps-footer-grid { grid-template-columns: minmax(285px, 1.4fr) repeat(2, minmax(130px, .7fr)) minmax(155px, .82fr) minmax(255px, 1.3fr); gap: clamp(24px, 3vw, 42px); }
.nps-footer-logo { max-width: 285px; align-items: center; gap: 13px; padding: 10px 15px 10px 10px; }
.nps-footer-logo img { width: 70px; height: 70px; flex: 0 0 70px; }
.nps-footer-logo > span { display: flex; flex-direction: column; min-width: 0; }
.nps-footer-logo strong { color: #082f70; font-size: 1rem; font-weight: 900; line-height: 1.2; white-space: nowrap; }
.nps-footer-logo small { margin-top: 4px; color: #e5602d; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nps-footer-brand > p { color: rgba(255,255,255,.82); font-size: .88rem; }
.nps-footer-column h3,
.nps-footer-contact h3 { font-size: 1.02rem; }
.nps-footer-column a { color: rgba(255,255,255,.82); font-size: .82rem; line-height: 1.45; }
.nps-footer-contact small { color: rgba(255,255,255,.66); font-size: .65rem; }
.nps-footer-contact strong { color: #fff; font-size: .75rem; }
.nps-footer-trust span { color: rgba(255,255,255,.9); font-size: .66rem; }
.nps-footer-bottom p { color: rgba(255,255,255,.72); }
.nps-footer-bottom span { color: rgba(255,255,255,.56); }
@media (max-width:1199px) { .nps-footer-grid { grid-template-columns:1.35fr repeat(3,.72fr); }.nps-footer-logo { max-width:270px; } }
@media (max-width:991px) { .nps-footer-grid { grid-template-columns:1.25fr repeat(2,1fr); }.nps-footer-brand { grid-row:span 2; }.nps-footer-contact { grid-column:1/-1; } }
@media (max-width:767px) { .nps-footer-main { padding:48px 0 42px; }.nps-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.nps-footer-brand { grid-column:1/-1; grid-row:auto; }.nps-footer-contact { grid-column:1/-1; grid-template-columns:1fr; } }
@media (max-width:575px) { .nps-footer-logo { max-width:100%; }.nps-footer-logo strong { white-space:normal; }.nps-footer-brand > p { font-size:.82rem; }.nps-footer-column a { font-size:.76rem; } }

/* About company: eight-stage manufacturing journey. */
.nps-making-process{position:relative;overflow:hidden;padding:105px 0;background:linear-gradient(180deg,#fff 0%,#f3f8ff 100%)}
.nps-making-process::before{position:absolute;top:-170px;right:-150px;width:390px;height:390px;border:55px solid rgba(31,143,220,.06);border-radius:50%;content:""}
.nps-making-heading{position:relative;display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:50px;margin-bottom:48px}
.nps-making-heading h2{max-width:680px;margin:12px 0 0;color:#073a82;font-size:clamp(2.35rem,4.4vw,4.6rem);font-weight:800;line-height:.98;letter-spacing:-.055em}
.nps-making-heading>p{max-width:480px;margin:0;color:#60769c;font-size:1rem;line-height:1.8}
.nps-making-track{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;counter-reset:making-step}
.nps-making-track::before{position:absolute;top:50%;left:3%;width:94%;height:2px;background:linear-gradient(90deg,#6d45d7,#19a6c9,#ff9c37,#e95275);content:"";opacity:.25}
.nps-making-step{--step:#6d45d7;position:relative;min-height:325px;padding:28px 25px;border:1px solid rgba(13,65,139,.11);border-top:4px solid var(--step);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(16,55,110,.09);transition:transform .25s ease,box-shadow .25s ease}
.nps-making-step:nth-child(2),.nps-making-step:nth-child(7){--step:#14a7c7}.nps-making-step:nth-child(3),.nps-making-step:nth-child(6){--step:#f4a51f}.nps-making-step:nth-child(4),.nps-making-step:nth-child(5),.nps-making-step:nth-child(8){--step:#f05b7f}
.nps-making-step:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(16,55,110,.15)}
.nps-making-icon{display:grid;width:62px;height:62px;margin-bottom:25px;place-items:center;border-radius:18px;color:#fff;background:linear-gradient(145deg,var(--step),color-mix(in srgb,var(--step),#123b89 35%));box-shadow:0 12px 24px color-mix(in srgb,var(--step),transparent 72%);font-size:1.5rem}
.nps-making-step>span{position:absolute;top:26px;right:24px;color:color-mix(in srgb,var(--step),#fff 12%);font-size:2.1rem;font-weight:900;line-height:1}
.nps-making-step h3{margin:0 0 13px;color:#082f70;font-size:1.25rem;font-weight:800}.nps-making-step p{margin:0;color:#60749a;font-size:.85rem;line-height:1.72}
.nps-making-promise{display:flex;align-items:center;gap:18px;margin-top:35px;padding:22px 26px;border-radius:18px;color:#fff;background:linear-gradient(110deg,#073a82,#178ed3);box-shadow:0 18px 40px rgba(8,60,130,.18)}
.nps-making-promise>i{font-size:2rem;color:#ffad46}.nps-making-promise div{display:flex;flex-direction:column}.nps-making-promise strong{font-size:1rem}.nps-making-promise span{margin-top:3px;color:rgba(255,255,255,.76);font-size:.82rem}
@media(max-width:1199px){.nps-making-track{grid-template-columns:repeat(2,minmax(0,1fr))}.nps-making-track::before{display:none}.nps-making-step{min-height:280px}}
@media(max-width:767px){.nps-making-process{padding:75px 0}.nps-making-heading{grid-template-columns:1fr;gap:20px;margin-bottom:35px}.nps-making-heading h2{font-size:2.7rem}.nps-making-track{grid-template-columns:1fr}.nps-making-step{min-height:0;padding:25px 22px}.nps-making-promise{align-items:flex-start}.nps-making-promise span{line-height:1.6}}

/* Winding, step-wise process layout. */
.nps-making-track{min-height:660px;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,1fr);column-gap:42px;row-gap:68px;padding:0 28px}
.nps-making-track::before{display:none}
.nps-making-route{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
.nps-making-route path{fill:none;stroke:#143965;stroke-width:3;stroke-linecap:round;stroke-dasharray:2 12;vector-effect:non-scaling-stroke;opacity:.42}
.nps-making-step{min-height:0;padding:0 8px;border:0;border-radius:0;background:transparent;box-shadow:none}
.nps-making-step:hover{transform:none;box-shadow:none}
.nps-making-step:nth-of-type(5){grid-column:4;grid-row:2}.nps-making-step:nth-of-type(6){grid-column:3;grid-row:2}.nps-making-step:nth-of-type(7){grid-column:2;grid-row:2}.nps-making-step:nth-of-type(8){grid-column:1;grid-row:2}
.nps-making-icon{position:relative;width:108px;height:108px;margin:0 auto 23px;border:12px solid #fff;border-radius:50%;background:#fff;color:var(--step);box-shadow:0 8px 22px rgba(11,52,107,.2);font-size:1.65rem;z-index:2}
.nps-making-icon::before,.nps-making-icon::after{position:absolute;inset:-18px;border:9px solid var(--step);border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;content:"";transform:rotate(22deg)}
.nps-making-icon::after{inset:-11px;border-width:3px;opacity:.22;transform:rotate(195deg)}
.nps-making-step>span{position:static;display:block;margin-bottom:5px;color:var(--step);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.nps-making-step>span::before{content:"Step ";color:#092f6b}
.nps-making-step h3{margin-bottom:9px;font-size:1.13rem}.nps-making-step p{font-size:.78rem;line-height:1.62}
.nps-making-step:nth-of-type(2),.nps-making-step:nth-of-type(4){padding-top:58px}.nps-making-step:nth-of-type(5),.nps-making-step:nth-of-type(7){padding-top:42px}
.nps-making-promise{margin-top:14px}
@media(max-width:1199px){.nps-making-track{min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;padding:0;gap:45px 35px}.nps-making-route{display:none}.nps-making-step,.nps-making-step:nth-of-type(n){grid-column:auto;grid-row:auto;padding:0;display:grid;grid-template-columns:90px 1fr;column-gap:20px;align-items:start}.nps-making-icon{grid-row:1/5;width:82px;height:82px;margin:5px 0 0;border-width:9px}.nps-making-step>span,.nps-making-step h3,.nps-making-step p{grid-column:2}.nps-making-step p{font-size:.82rem}}
@media(max-width:767px){.nps-making-track{grid-template-columns:1fr;gap:32px;padding-left:17px}.nps-making-track::after{position:absolute;top:22px;bottom:22px;left:57px;border-left:3px dotted rgba(20,57,101,.35);content:""}.nps-making-step,.nps-making-step:nth-of-type(n){position:relative;grid-template-columns:80px 1fr;column-gap:17px;z-index:1}.nps-making-icon{width:76px;height:76px;background:#fff}.nps-making-step>span,.nps-making-step h3,.nps-making-step p{grid-column:2}.nps-making-promise{margin-top:42px}}

/* History page: alternating circular milestone timeline. */
.nps-history-classic-wrap{overflow-x:auto;margin-top:42px;padding:10px 0 22px;scrollbar-width:thin;scrollbar-color:#b9c9df transparent}
.nps-history-classic{position:relative;display:grid;min-width:1260px;grid-template-columns:repeat(6,1fr);padding:0 34px}
.nps-history-classic::before{position:absolute;top:265px;right:34px;left:34px;height:2px;background:linear-gradient(90deg,#f1b719,#f6cb43);content:""}
.nps-history-milestone{--history-accent:#f0b615;position:relative;display:grid;min-width:0;grid-template-rows:210px 112px 210px;justify-items:center;padding:0 12px}
.nps-history-milestone:nth-child(2){--history-accent:#17a5c4}.nps-history-milestone:nth-child(3){--history-accent:#6f43d5}.nps-history-milestone:nth-child(4){--history-accent:#15af7f}.nps-history-milestone:nth-child(5){--history-accent:#f26a3f}.nps-history-milestone:nth-child(6){--history-accent:#dc4d81}
.nps-history-year-circle{position:relative;display:grid;width:112px;height:112px;grid-row:2;place-items:center;border:2px dashed var(--history-accent);border-radius:50%;background:#fff;z-index:2}
.nps-history-year-circle::before{position:absolute;inset:9px;border-radius:50%;background:linear-gradient(145deg,#fff,#e9eef4);box-shadow:0 12px 20px rgba(24,52,91,.2),inset 0 1px 0 #fff;content:""}
.nps-history-year-circle span{position:relative;color:#0a376f;font-size:1rem;font-weight:900;z-index:1}
.nps-history-event-copy{position:relative;width:100%;max-width:185px;text-align:left}
.nps-history-event-copy i{display:grid;width:48px;height:48px;margin-bottom:12px;place-items:center;border-radius:14px;color:#fff;background:var(--history-accent);box-shadow:0 9px 18px color-mix(in srgb,var(--history-accent),transparent 70%);font-size:1.05rem}
.nps-history-event-copy h3{margin:0 0 8px;color:#082f70;font-size:1rem;font-weight:850;line-height:1.25}.nps-history-event-copy p{margin:0;color:#637697;font-size:.72rem;line-height:1.55}
.nps-history-milestone.is-top .nps-history-event-copy{align-self:end;grid-row:1;padding-bottom:44px}.nps-history-milestone.is-bottom .nps-history-event-copy{align-self:start;grid-row:3;padding-top:44px}
.nps-history-milestone.is-top .nps-history-event-copy::after,.nps-history-milestone.is-bottom .nps-history-event-copy::before{position:absolute;left:50%;height:38px;border-left:1px solid var(--history-accent);content:""}
.nps-history-milestone.is-top .nps-history-event-copy::after{bottom:0}.nps-history-milestone.is-bottom .nps-history-event-copy::before{top:0}
.nps-history-milestone.is-top .nps-history-event-copy::before,.nps-history-milestone.is-bottom .nps-history-event-copy::after{position:absolute;left:calc(50% - 4px);width:8px;height:8px;border-radius:50%;background:var(--history-accent);content:""}
.nps-history-milestone.is-top .nps-history-event-copy::before{bottom:34px}.nps-history-milestone.is-bottom .nps-history-event-copy::after{top:34px}
@media(max-width:767px){.nps-history-classic-wrap{margin-right:-15px;padding-right:15px}.nps-history-classic{min-width:1120px;padding:0 22px}.nps-history-classic::before{right:22px;left:22px}.nps-history-milestone{padding:0 8px}.nps-history-event-copy{max-width:165px}.nps-history-classic-wrap::after{display:block;margin:8px 0 0 18px;color:#7385a3;font-size:.7rem;font-weight:700;content:"Swipe to explore the timeline →"}}
/* Meet Our Team */
.nps-team-page { overflow: hidden; color: #15366f; background: #f5f8fd; }
.nps-team-hero { position: relative; padding: 100px 0 94px; text-align: center; background: radial-gradient(circle at 12% 12%,rgba(39,124,221,.15),transparent 26%),radial-gradient(circle at 88% 80%,rgba(244,119,50,.15),transparent 28%),linear-gradient(135deg,#edf5ff,#fff8f3); }
.nps-team-hero::after { position:absolute;right:-100px;top:-135px;width:330px;height:330px;border:48px solid rgba(19,92,184,.06);border-radius:50%;content:''; }
.nps-team-hero .container { position: relative; z-index: 1; max-width: 980px; }
.nps-team-hero > .container > span,.nps-team-heading > div > span { color:#f47732;font-size:.76rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase; }
.nps-team-hero h1 { margin:14px auto 20px;color:#092f77;font-size:clamp(2.5rem,5.2vw,4.8rem);line-height:1;letter-spacing:-.06em; }
.nps-team-hero h1 em { color:#2879d8;font-style:normal; }
.nps-team-hero p { max-width:760px;margin:0 auto;color:#617492;font-size:1.05rem;line-height:1.75; }
.nps-team-hero-pills { display:flex;justify-content:center;flex-wrap:wrap;gap:11px;margin-top:26px; }
.nps-team-hero-pills span { padding:10px 15px;border:1px solid #d4e1f2;border-radius:999px;color:#24497f;background:rgba(255,255,255,.8);font-size:.78rem;font-weight:800;box-shadow:0 8px 20px rgba(8,45,105,.06); }
.nps-team-hero-pills i { margin-right:6px;color:#f47732; }
.nps-team-section { padding:90px 0 105px; }
.nps-team-leadership { background:linear-gradient(135deg,#f7f3ff,#eff7ff); }
.nps-team-operations { background:linear-gradient(135deg,#fff8f0,#f1fbfa); }
.nps-team-heading { display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px; }
.nps-team-heading h2 { margin:8px 0 0;color:#092f77;font-size:clamp(2rem,3.5vw,3.25rem);letter-spacing:-.05em; }
.nps-team-heading > p { max-width:510px;margin:0;color:#697b98;line-height:1.7; }
.nps-team-grid { display:grid;gap:22px; }
.nps-team-grid-four { grid-template-columns:repeat(4,minmax(0,1fr)); }
.nps-team-grid-five { grid-template-columns:repeat(5,minmax(0,1fr)); }
.nps-team-card { overflow:hidden;border:1px solid rgba(25,83,164,.16);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 18px 38px rgba(6,42,101,.1);transition:transform .3s ease,box-shadow .3s ease;animation:nps-team-rise .6s ease both;animation-delay:var(--team-delay); }
.nps-team-card:hover { transform:translateY(-9px);box-shadow:0 25px 45px rgba(6,42,101,.17); }
@keyframes nps-team-rise { from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none} }
.nps-team-photo { position:relative;height:310px;overflow:hidden;background:linear-gradient(145deg,#dfeaff,#fcebe2); }
.nps-team-grid-five .nps-team-photo { height:260px; }
.nps-team-photo img { width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .45s ease; }
.nps-team-card:hover .nps-team-photo img { transform:scale(1.045); }
.nps-team-initials { display:grid;width:100%;height:100%;place-items:center;color:#fff;background:linear-gradient(145deg,#153d87,#2e91d7 58%,#f58a48);font-size:3.2rem;font-weight:900;letter-spacing:-.05em; }
.nps-team-card-copy { position:relative;padding:22px 20px 23px; }
.nps-team-card-copy::before { position:absolute;top:0;left:20px;width:45px;height:3px;border-radius:3px;content:'';background:#f47732; }
.nps-team-card-copy h3 { margin:0 0 6px;color:#0b3479;font-size:1.06rem;line-height:1.25; }
.nps-team-card-copy p { min-height:38px;margin:0;color:#f47732;font-size:.73rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase; }
.nps-team-card-copy div { margin-top:15px;padding-top:12px;border-top:1px solid #e6edf7;color:#71809a;font-size:.69rem;font-weight:700; }
.nps-team-card-copy div i { margin-right:5px;color:#16a47b; }
.nps-team-cta { padding:34px 0;background:linear-gradient(120deg,#08265e,#1458a9 70%,#268dcc); }
.nps-team-cta .container { display:flex;align-items:center;justify-content:space-between;gap:25px; }
.nps-team-cta span { color:#ffb274;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase; }
.nps-team-cta h2 { margin:5px 0 0;color:#fff;font-size:clamp(1.6rem,3vw,2.7rem); }
.nps-team-cta a { display:inline-flex;align-items:center;gap:9px;padding:14px 19px;border-radius:10px;color:#0c387e;background:#fff;font-size:.82rem;font-weight:900;box-shadow:0 12px 25px rgba(0,15,55,.2); }
.nps-team-cta a:hover { color:#fff;background:#f47732; }
@media(max-width:1199px){.nps-team-grid-five{grid-template-columns:repeat(3,minmax(0,1fr))}.nps-team-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.nps-team-hero{padding:72px 0 68px;text-align:left}.nps-team-hero-pills{justify-content:flex-start}.nps-team-section{padding:65px 0 75px}.nps-team-heading{align-items:flex-start;flex-direction:column;gap:13px}.nps-team-grid-five,.nps-team-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.nps-team-cta .container{align-items:flex-start;flex-direction:column}}
@media(max-width:575px){.nps-team-grid-five,.nps-team-grid-four{grid-template-columns:1fr}.nps-team-photo,.nps-team-grid-five .nps-team-photo{height:340px}}
