/* =================================
   INTEGRITY POLICY – BASE
================================= */

.page-integritypolicy {
    background: #1f2a44;
    font-size: 15px;
}

/* =================================
   HERO
================================= */

.single-site-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
      border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.single-site-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
        background-position-y: top 40%;
}

.company-hero-panel {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
}

.company-hero-title h1 {
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    color: #fff;
    text-align: center;
    line-height: 1.1;
    max-width: 900px;
    margin: 0 auto;
     text-shadow: 
    0 2px 4px rgba(0,0,0,0.6),
    0 6px 12px rgba(0,0,0,0.4);
}

/* Glass panel */
.page-integritypolicy .company-hero-panel-inner {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(1px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 1.5rem 2rem;
    max-width: 960px;
    margin: 0 auto;
}

/* =================================
   CONTENT WRAPPER
================================= */

.integritypolicy-content-section {
    margin: 1.5rem 1.5rem;
    padding: 0 0.8rem;
}

.page-integritypolicy .about-content-inner {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    padding-top: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

/* =================================
   CONTENT PANEL (GROUPED LOOK)
================================= */

.page-integritypolicy .about-content-inner {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,.06);
    padding: 2rem;
}

/* =================================
   TYPOGRAPHY – LEGAL TEXT
================================= */

.page-integritypolicy h2 {
    font-size: 1.1rem;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
    color: #1f2a44;
}

.page-integritypolicy h2:first-child {
    margin-top: 0;
}

.page-integritypolicy p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #3a4a57;
    margin-bottom: 0.6rem;
}

.page-integritypolicy strong {
    font-weight: 600;
    color: #1f2a44;
}

/* Subtle divider between sections */
.page-integritypolicy h2:not(:first-child) {
    border-top: 1px solid #eef1f4;
    padding-top: 0.2rem;
}

/* =================================
   LINKS (for anchor menu later)
================================= */

.page-integritypolicy a {
    color: #2f6fed;
    text-decoration: none;
}

.page-integritypolicy a:hover {
    text-decoration: underline;
}

.policy-toc {
    background: #ffffff;
    border-radius: 14px;
    padding: 1.2rem 1.4rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.policy-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-toc li {
    margin-bottom: 0.4rem;
}

.policy-toc a {
    color: #2f6fed;
    text-decoration: none;
    font-size: 0.9rem;
}

.policy-toc a:hover {
    text-decoration: underline;
}

/* =================================
   MOBILE
================================= */


@media (max-width: 768px) {

    .single-site-hero {
        min-height: 170px;
    }

    .company-hero-title h1 {
        font-size: 1.4rem;
        padding: 0 1rem;
    }

    .integritypolicy-content-section {
        margin: 0;
        padding: 0;
         border-radius: 0px;
    }

    .page-integritypolicy .about-content-inner {
        padding: 1.4rem;
        border-radius: 0px;
        box-shadow: 0 10px 24px rgba(0,0,0,.08);
        gap: 1.4rem;
    }

    .page-integritypolicy h2 {
        font-size: 1rem;
    }

    .page-integritypolicy p {
        font-size: 0.9rem;
        line-height: 1.55;
   }

   .single-site-hero {
    
    min-height: 100px;
    max-height: 100px;
   
}
}