/* ===== Base (scoped to wrapper, no global resets, no root vars) ===== */
.plk-sp-wrapper {
    margin: 0;
    padding: 0;
    color: #1c2b36;
    -webkit-font-smoothing: antialiased;
}

.plk-sp-wrapper section {
    box-sizing: border-box;
}

.plk-sp-wrapper img {
    max-width: 100%;
    display: block;
}

/* ===== Banner / Hero Section ===== */
.plk-sp-hero {
    position: relative;
    overflow: hidden;
    background-color: #093650;
    padding: 9rem 0 6rem 0;
    margin-top: 2rem;
}

.plk-sp-hero-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.plk-sp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(9, 54, 80, 0.72);
    z-index: 1;
}

.plk-sp-hero-wrap {
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.plk-sp-hero-title {
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

/* ===== Intro / Outstanding Service and Solutions Section ===== */
.plk-sp-intro-section {
    background: #ffffff;
    padding: 5rem 0 4rem 0;
}

.plk-sp-intro-wrap {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.plk-sp-intro-title {
    color: #005b8f;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 1.8rem 0;
}

.plk-sp-intro-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* max-width: 950px; */
    max-width: 85%;
    margin: 0 auto;
}

.plk-sp-intro-text {
    color: #46606d;
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0;
}

/* ===== Solutions Grid Section (Top-Tier Business Technology Solutions) ===== */
.plk-sp-solutions-section {
    background: #ffffff;
    padding: 2rem 0 5rem 0;
}

.plk-sp-solutions-wrap {
    max-width: 90%;
    margin: 0 auto;
}

.plk-sp-solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 2rem;
}

.plk-sp-solution-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.plk-sp-solution-icon-wrap {
    width: 150px;
    height: 150px;
    /* border-radius: 50%; */
    /* border: 2px solid #005b8f; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 0 1.2rem 0;
}

.plk-sp-solution-icon {
    width: 100px;
    height: 100px;
}

.plk-sp-solution-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #12222d;
    margin: 0 0 0.8rem 0;
}

.plk-sp-solution-text {
    color: #55666f;
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 0;
}

/* ===== Take the Next Step CTA Section ===== */
.plk-sp-cta-section {
    background: #005b8f;
    padding: 5rem 0;
}

.plk-sp-cta-wrap {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.plk-sp-cta-title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 1.5rem 0;
}

.plk-sp-cta-text {
    color: #dce8ef;
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto 2.5rem auto;
}

.plk-sp-btn-white {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #ffffff;
    color: #005b8f;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.9rem 2.2rem;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: background .3s ease, box-shadow .3s ease, color .3s ease;
}

.plk-sp-btn-white:hover {
    background: #f0f7fb;
    color: #005b8f;
    box-shadow: 0 8px 20px rgba(0, 91, 143, .15);
}

.plk-sp-btn-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(11, 61, 92, .15), transparent);
    transform: skewX(-25deg);
    transition: left .8s ease;
}

.plk-sp-btn-white:hover::before {
    left: 120%;
}

/* ===== Value / Bottom Image Section ===== */
.plk-sp-value-section {
    background: linear-gradient(rgba(10, 20, 28, 0.55), rgba(10, 20, 28, 0.55)),
        url('https://storage.googleapis.com/giffycms-partnerlinksolutions.appspot.com/5655957052850176') center/cover no-repeat;
    padding: 6rem 0;
}

.plk-sp-value-wrap {
    max-width: 90%;
    margin: 0 auto;
}

.plk-sp-value-title {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 97%;
    margin: 0 0 2.5rem 0;
}

.plk-sp-btn-outline-white {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #ffffff;
    color: #0b3d5c;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.9rem 2.2rem;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: background .3s ease, box-shadow .3s ease, color .3s ease;
}

.plk-sp-btn-outline-white:hover {
    background: #f0f7fb;
    color: #005b8f;
    box-shadow: 0 8px 20px rgba(0, 91, 143, .15);
}

.plk-sp-btn-outline-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 91, 143, .15), transparent);
    transform: skewX(-25deg);
    transition: left .8s ease;
}

.plk-sp-btn-outline-white:hover::before {
    left: 120%;
}


/* ===== Providers Section ===== */
.plk-sp-providers-section {
    background: #f5f9fb;
    padding: 5rem 0;
}

.plk-sp-providers-wrap {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.plk-sp-providers-title {
    color: #005b8f;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 3rem 0;
}

.plk-sp-providers-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.plk-sp-provider-card {
    /* background: #ffffff; */
    /* border-radius: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding: 1.2rem;
    /* box-sizing: border-box; */
    /* box-shadow: 0 2px 10px rgba(0, 91, 143, .06); */
    transition: box-shadow .3s ease, transform .3s ease;
}

.plk-sp-provider-card:hover {
    box-shadow: 0 10px 24px rgba(0, 91, 143, .14);
    transform: translateY(-4px);
}

.plk-sp-provider-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.plk-sp-provider-card:hover .plk-sp-provider-logo {
    /* filter: grayscale(0%);
            opacity: 1; */
}

/* ===== Responsive: Large screens ===== */
@media (min-width: 1790px) {
    .plk-sp-providers-title {
        font-size: 3.2rem;
    }

    .plk-sp-provider-card {
        height: 160px;
    }

    .plk-sp-intro-text {
        font-size: 1.7rem;
    }
    .plk-sp-solution-name {
        font-size: 1.9rem;
    }
    .plk-sp-solution-text {
        font-size: 1.3rem;
    }
    .plk-sp-cta-text {
        font-size: 1.6rem;
    }
    .plk-sp-btn-white {
        font-size: 1.3rem;
    }
    .plk-sp-btn-outline-white {
        font-size: 1.3rem;
    }
}

/* ===== Responsive: Tablet ===== */
@media (max-width: 768px) {
    .plk-sp-providers-title {
        font-size: 1.9rem;
        margin: 0 0 2rem 0;
    }

    .plk-sp-providers-section {
        padding: 3rem 0;
    }

    .plk-sp-providers-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .plk-sp-provider-card {
        height: 110px;
        padding: 1rem;
    }
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 480px) {
    .plk-sp-providers-title {
        font-size: 1.6rem;
    }

    .plk-sp-providers-section {
        padding: 2.5rem 0;
    }

    .plk-sp-providers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }

    .plk-sp-provider-card {
        height: 100px;
        padding: 0.8rem;
    }
}


/* ===== Responsive: Large screens ===== */
@media (min-width: 1790px) {
    .plk-sp-hero-title {
        font-size: 4.2rem;
    }

    .plk-sp-intro-title,
    .plk-sp-cta-title {
        font-size: 3.2rem;
    }

    .plk-sp-value-title {
        font-size: 3rem;
    }

    .plk-sp-solutions-grid {
        gap: 3.5rem 2.5rem;
    }
}

/* ===== Responsive: Tablet ===== */
@media (max-width: 768px) {
    .plk-sp-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .plk-sp-hero-title {
        font-size: 2.2rem;
    }

    .plk-sp-intro-title,
    .plk-sp-cta-title {
        font-size: 1.9rem;
    }

    .plk-sp-value-title {
        font-size: 1.8rem;
    }

    .plk-sp-hero {
        padding: 7rem 0 4rem 0;
    }

    .plk-sp-intro-section,
    .plk-sp-solutions-section,
    .plk-sp-cta-section,
    .plk-sp-value-section {
        padding: 3rem 0;
    }
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 480px) {
    .plk-sp-solutions-grid {
        grid-template-columns: 1fr;
    }

    .plk-sp-hero-title {
        font-size: 2rem;
    }

    .plk-sp-intro-title,
    .plk-sp-cta-title {
        font-size: 1.6rem;
    }

    .plk-sp-value-title {
        font-size: 1.5rem;
    }

    .plk-sp-solution-icon-wrap {
        width: 120px;
        height: 120px;
    }

    .plk-sp-solution-icon {
        width: 70px;
        height: 70px;
    }

    .plk-sp-hero {
        margin-top: 3rem;
        padding: 6rem 0 3rem 0;
    }

    .plk-sp-intro-section,
    .plk-sp-cta-section,
    .plk-sp-value-section {
        padding: 2.5rem 0;
    }

    .plk-sp-solutions-section {
        padding: 1rem 0 2.2rem;
    }
}