.np-security{
    --navy:#103d84;
    --deep:#071b32;
    --blue:#4ca3ff;
    --purple:#6667ab;
    --orange:#ff9800;
    --teal:#0aa599;
    --text:#173b5f;
    --muted:#60758a;
    color:var(--text);
}

.np-security *{
    box-sizing:border-box;
}

.np-security-shell{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:0 32px;
}

.np-security-kicker,
.np-security-heading>span,
.np-security-final>div>span,
.np-security-trust-inner>div>span{
    display:block;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.8px;
    color:var(--purple);
}


/* HERO */

.np-security-hero{
    padding:88px 0;
    background:
        radial-gradient(circle at 8% 12%,rgba(102,103,171,.13),transparent 28%),
        radial-gradient(circle at 90% 18%,rgba(10,165,153,.10),transparent 27%),
        linear-gradient(135deg,#f8faff,#f7fbfb);
}

.np-security-hero-grid{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:70px;
    align-items:center;
}

.np-security-hero h1{
    margin:14px 0 22px;
    max-width:690px;
    color:var(--navy);
    font-size:54px;
    line-height:1.04;
    letter-spacing:-2px;
}

.np-security-hero h1 em{
    display:block;
    color:var(--purple);
    font-style:normal;
}

.np-security-hero-copy>p{
    max-width:700px;
    margin:0;
    color:var(--muted);
    font-size:18px;
    line-height:1.7;
}

.np-security-actions{
    display:flex;
    gap:12px;
    margin-top:30px;
}

.np-security-actions.center{
    justify-content:center;
}

.np-security-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:13px 22px;
    border-radius:8px;
    text-decoration:none!important;
    font-weight:750;
}

.np-security-btn.primary{
    background:var(--orange);
    color:#fff!important;
}

.np-security-btn.secondary{
    background:#fff;
    border:1px solid #d4ddea;
    color:var(--navy)!important;
}

.np-security-btn.orange{
    background:var(--orange);
    color:#fff!important;
}

.np-security-btn.light{
    background:#fff;
    color:var(--navy)!important;
}

.np-security-hero-panel{
    padding:34px;
    border-radius:20px;
    background:linear-gradient(145deg,#071b32,#123e68);
    box-shadow:0 24px 55px rgba(7,27,50,.20);
    color:#fff;
}

.np-security-shield{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    border-radius:15px;
    background:rgba(76,163,255,.14);
}

.np-security-shield svg,
.np-security-trust-mark svg{
    width:31px;
    height:31px;
    fill:none;
    stroke:#65b2ff;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.np-security-hero-panel>span{
    color:#6db6ff;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.6px;
}

.np-security-hero-panel h2{
    margin:10px 0 25px;
    color:#fff;
    font-size:30px;
    line-height:1.15;
}

.np-security-hero-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.np-security-hero-points div{
    padding:13px 14px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:9px;
    background:rgba(255,255,255,.05);
    color:#d8e5f1;
    font-size:12px;
}

.np-security-hero-points i{
    display:inline-block;
    width:7px;
    height:7px;
    margin-right:7px;
    border-radius:50%;
    background:#4ca3ff;
}


/* GENERAL */

.np-security-section,
.np-security-access,
.np-security-principles{
    padding:82px 0;
}

.np-security-heading{
    max-width:790px;
    margin:0 auto 42px;
    text-align:center;
}

.np-security-heading h2,
.np-security-access h2,
.np-security-trust h2,
.np-security-final h2{
    margin:10px 0 17px;
    color:var(--navy);
    font-size:38px;
    line-height:1.15;
}

.np-security-heading p,
.np-security-access>div>div>p{
    color:var(--muted);
    line-height:1.7;
}


/* SECURITY GRID */

.np-security-section{
    background:#fff;
}

.np-security-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:17px;
}

.np-security-grid article{
    padding:28px 30px 30px;
    border:1px solid #e0e7ef;
    border-radius:15px;
    background:#fff;
    box-shadow:0 9px 28px rgba(16,61,132,.055);
}

.np-security-grid article:nth-child(2),
.np-security-grid article:nth-child(5){
    border-top:4px solid var(--teal);
}

.np-security-grid article:nth-child(1),
.np-security-grid article:nth-child(4){
    border-top:4px solid var(--purple);
}

.np-security-grid article:nth-child(3),
.np-security-grid article:nth-child(6){
    border-top:4px solid var(--orange);
}

.np-security-icon{
    width:43px;
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#eef5fd;
}

.np-security-icon svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:var(--navy);
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.np-security-grid h3{
    margin:16px 0 9px;
    color:var(--navy);
    font-size:18px;
}

.np-security-grid p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    line-height:1.65;
}


/* ACCESS */

.np-security-access{
    background:#f5f8fc;
}

.np-security-two{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:72px;
    align-items:center;
}

.np-security-access h2{
    max-width:540px;
}

.np-security-checks{
    margin-top:26px;
}

.np-security-checks div{
    padding:13px 0;
    border-bottom:1px solid #dde6ef;
}

.np-security-checks b,
.np-security-checks span{
    display:block;
}

.np-security-checks b{
    color:var(--navy);
    font-size:14px;
}

.np-security-checks span{
    margin-top:4px;
    color:var(--muted);
    font-size:12px;
    line-height:1.55;
}

.np-security-access-card{
    padding:34px;
    border-radius:18px;
    background:linear-gradient(145deg,var(--navy),#1d5799);
    color:#fff;
    box-shadow:0 20px 48px rgba(16,61,132,.18);
}

.np-security-access-card>span{
    color:#cbdcff;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px;
}

.np-security-access-card h3{
    margin:11px 0 25px;
    color:#fff;
    font-size:28px;
}

.np-security-access-card>div{
    display:grid;
    grid-template-columns:40px 1fr;
    gap:13px;
    align-items:start;
    margin-top:11px;
    padding:15px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:10px;
    background:rgba(255,255,255,.08);
}

.np-security-access-card b{
    color:#82c1ff;
}

.np-security-access-card p{
    margin:0;
    color:#e3edf6;
    font-size:12px;
    line-height:1.55;
}

.np-security-access-card strong{
    color:#fff;
}


/* PRINCIPLES */

.np-security-principles{
    background:#fff;
}

.np-security-principle-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.np-security-principle-grid article{
    padding:30px;
    border-radius:15px;
    background:#f7f9fc;
    border:1px solid #e1e7ef;
}

.np-security-principle-grid article>span{
    display:flex;
    width:40px;
    height:40px;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#eaf1fb;
    color:var(--navy);
    font-size:11px;
    font-weight:800;
}

.np-security-principle-grid h3{
    margin:16px 0 9px;
    color:var(--navy);
}

.np-security-principle-grid p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    line-height:1.65;
}


/* TRUST */

.np-security-trust{
    padding:70px 0;
    background:#071b32;
}

.np-security-trust-inner{
    display:grid;
    grid-template-columns:1fr auto;
    gap:60px;
    align-items:center;
}

.np-security-trust-inner>div:first-child{
    max-width:760px;
}

.np-security-trust-inner>div>span{
    color:#69b4ff;
}

.np-security-trust h2{
    color:#fff;
}

.np-security-trust p{
    margin:0;
    color:#bdccda;
    line-height:1.7;
}

.np-security-trust-mark{
    width:100px;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:24px;
    background:rgba(76,163,255,.10);
    border:1px solid rgba(255,255,255,.10);
}

.np-security-trust-mark svg{
    width:50px;
    height:50px;
}


/* FINAL */

.np-security-final{
    padding:76px 20px;
    text-align:center;
    background:linear-gradient(135deg,var(--navy),var(--purple));
}

.np-security-final>div>span{
    color:#d9ddff;
}

.np-security-final h2{
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
    color:#fff;
}

.np-security-final p{
    max-width:720px;
    margin:0 auto;
    color:#eef2ff;
}


/* RESPONSIVE */

@media(max-width:950px){

    .np-security-hero-grid,
    .np-security-two{
        grid-template-columns:1fr;
        gap:42px;
    }

    .np-security-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .np-security-hero h1{
        font-size:44px;
    }
}

@media(max-width:600px){

    .np-security-shell{
        padding-left:20px;
        padding-right:20px;
    }

    .np-security-hero{
        padding:68px 0;
    }

    .np-security-hero h1{
        font-size:38px;
        letter-spacing:-1px;
    }

    .np-security-heading h2,
    .np-security-access h2,
    .np-security-trust h2,
    .np-security-final h2{
        font-size:30px;
    }

    .np-security-grid,
    .np-security-principle-grid,
    .np-security-hero-points{
        grid-template-columns:1fr;
    }

    .np-security-grid article,
    .np-security-principle-grid article{
        padding:24px;
    }

    .np-security-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .np-security-trust-inner{
        grid-template-columns:1fr;
        gap:30px;
    }

    .np-security-trust-mark{
        width:76px;
        height:76px;
    }
}


/* =========================================================
   SECURITY PAGE — USE NEOPEOPLE CUSTOM HEADER/FOOTER ONLY
   Page ID: 16461

   Hide Astra/theme shell because security.php already includes
   the shared NeoPeople header.php and footer.php.
   ========================================================= */

body.page-id-16461 .site-header,
body.page-id-16461 header.site-header,
body.page-id-16461 #masthead,
body.page-id-16461 .main-header-bar,
body.page-id-16461 .ast-primary-header-bar,
body.page-id-16461 .elementor-location-header,

body.page-id-16461 .site-footer,
body.page-id-16461 footer.site-footer,
body.page-id-16461 #colophon,
body.page-id-16461 .elementor-location-footer,

body.page-id-16461 .entry-header,
body.page-id-16461 .page-header,
body.page-id-16461 .entry-title {
    display: none !important;
}


/* Remove WordPress/Astra page container restrictions */

body.page-id-16461 #page,
body.page-id-16461 #content,
body.page-id-16461 .site-content,
body.page-id-16461 .content-area,
body.page-id-16461 .site-main,
body.page-id-16461 article,
body.page-id-16461 .entry-content,
body.page-id-16461 .ast-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* Restore intended padding inside Security cards after
   the page-wide Astra article reset above */

body.page-id-16461 .np-security .np-security-grid article {
    padding: 28px 30px 30px !important;
}

body.page-id-16461 .np-security .np-security-principle-grid article {
    padding: 30px !important;
}


@media (max-width:600px) {

    body.page-id-16461 .np-security .np-security-grid article,
    body.page-id-16461 .np-security .np-security-principle-grid article {
        padding: 24px !important;
    }
}
