/* =========================================================
   NIOSHE — ABOUT PAGE
   File: assets/css/about-page.css
========================================================= */

:root {
    --na-navy: #07172d;
    --na-navy-2: #0b2749;
    --na-blue: #135bb5;
    --na-blue-dark: #0d4d97;
    --na-blue-soft: #eef5fd;
    --na-gold: #d9a51d;
    --na-gold-light: #f2c34b;
    --na-white: #ffffff;
    --na-bg: #f5f8fc;
    --na-bg-2: #edf3f9;
    --na-text: #18263b;
    --na-muted: #637188;
    --na-line: #dfe7ef;
    --na-max: 1450px;
}


/* =========================================================
   RESET
========================================================= */

.nioshe-about-page,
.nioshe-about-page *,
.nioshe-about-page *::before,
.nioshe-about-page *::after {
    box-sizing: border-box;
}

.nioshe-about-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

    background: #fff;
    color: var(--na-text);

    font-family:
        "Poppins",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
}

.nioshe-about-page h1,
.nioshe-about-page h2,
.nioshe-about-page h3,
.nioshe-about-page p {
    margin-top: 0;
}

.nioshe-about-page a {
    text-decoration: none;
}

.na-shell {
    width: min(calc(100% - 48px), var(--na-max));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.na-hero {
    position: relative;
    overflow: hidden;

    padding: 82px 0;

    background:
        radial-gradient(
            circle at 10% 12%,
            rgba(33, 115, 211, 0.2),
            transparent 28%
        ),
        radial-gradient(
            circle at 89% 88%,
            rgba(217, 165, 29, 0.12),
            transparent 30%
        ),
        linear-gradient(
            125deg,
            #061529 0%,
            #082542 55%,
            #0c315b 100%
        );
}

.na-hero::before {
    content: "";

    position: absolute;
    right: -180px;
    top: -190px;

    width: 500px;
    height: 500px;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.na-hero::after {
    content: "";

    position: absolute;
    right: -80px;
    bottom: -230px;

    width: 360px;
    height: 360px;

    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.na-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(360px, 0.8fr);

    gap: clamp(55px, 8vw, 120px);

    align-items: center;
}


/* =========================================================
   HERO LEFT
========================================================= */

.na-hero-content {
    max-width: 800px;
}

.na-kicker {
    display: inline-flex;
    align-items: center;

    margin-bottom: 18px;
    padding: 8px 14px;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.06);

    color: var(--na-gold-light);

    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.na-hero h1 {
    max-width: 830px;

    margin-bottom: 22px;

    color: #fff;

    font-size: clamp(46px, 4.8vw, 72px);
    line-height: 1.06;
    font-weight: 800;

    letter-spacing: -0.045em;
}

.na-hero h1 span {
    display: block;

    margin-top: 6px;

    color: var(--na-gold-light);

    font-size: 0.68em;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.na-hero-lead {
    max-width: 730px;

    margin-bottom: 28px;

    color: rgba(255, 255, 255, 0.76);

    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}

.na-hero-lead strong {
    color: #fff;
    font-weight: 700;
}


/* =========================================================
   HERO ACTIONS
========================================================= */

.na-hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;
}

.na-btn {
    min-height: 50px;

    padding: 0 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    border-radius: 9px;

    font-size: 14px;
    line-height: 1;
    font-weight: 700;

    transition:
        transform 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease;
}

.na-btn:hover {
    transform: translateY(-2px);
}

.na-btn-primary {
    background: var(--na-gold);

    color: #111827;
}

.na-btn-primary:hover {
    background: var(--na-gold-light);

    color: #111827;
}

.na-btn-primary span {
    font-size: 19px;
}

.na-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.22);

    background: rgba(255, 255, 255, 0.06);

    color: #fff;
}

.na-btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.4);

    background: rgba(255, 255, 255, 0.11);

    color: #fff;
}


/* =========================================================
   IDENTITY PANEL
========================================================= */

.na-identity-panel {
    position: relative;

    padding: 30px;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.07);

    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.2);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.na-identity-logo {
    width: 70px;
    height: 70px;

    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.na-identity-logo-image {
    display: block !important;

    width: 70px !important;
    height: 70px !important;

    max-width: 70px !important;
    max-height: 70px !important;

    object-fit: contain !important;
    object-position: center !important;
}

.na-identity-label {
    display: block;

    margin-bottom: 9px;

    color: var(--na-gold-light);

    font-size: 12px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.na-identity-panel h2 {
    margin-bottom: 14px;

    color: #fff;

    font-size: 25px;
    line-height: 1.42;
    font-weight: 700;
}

.na-identity-panel p {
    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.na-section-label {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    margin-bottom: 12px;

    color: var(--na-blue);

    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.na-section-label::before {
    content: "";

    width: 28px;
    height: 2px;

    flex: 0 0 28px;

    background: var(--na-gold);
}


/* =========================================================
   INTRO
========================================================= */

.na-intro {
    padding: 82px 0;

    background: #fff;
}

.na-intro-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: clamp(60px, 8vw, 125px);

    align-items: start;
}

.na-intro-heading h2 {
    max-width: 650px;

    margin-bottom: 0;

    color: var(--na-navy);

    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.14;
    font-weight: 800;

    letter-spacing: -0.035em;
}

.na-intro-copy {
    padding-top: 8px;
}

.na-intro-copy p {
    margin-bottom: 18px;

    color: var(--na-muted);

    font-size: 17px;
    line-height: 1.82;
}

.na-intro-copy p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   PURPOSE
========================================================= */

.na-purpose {
    padding: 0 0 82px;

    background: #fff;
}

.na-purpose-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(0, 0.75fr)
        minmax(0, 0.75fr);

    border: 1px solid var(--na-line);
    border-radius: 18px;

    overflow: hidden;

    background: #fff;

    box-shadow: 0 15px 42px rgba(7, 23, 45, 0.06);
}

.na-purpose-main,
.na-purpose-side {
    position: relative;

    padding: 34px;
}

.na-purpose-main {
    min-height: 330px;

    background:
        linear-gradient(
            145deg,
            var(--na-blue-soft),
            #fff
        );

    border-right: 1px solid var(--na-line);
}

.na-purpose-main h2 {
    max-width: 580px;

    margin-bottom: 16px;

    color: var(--na-navy);

    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;

    letter-spacing: -0.03em;
}

.na-purpose-main p {
    max-width: 610px;

    margin-bottom: 0;

    color: var(--na-muted);

    font-size: 16px;
    line-height: 1.78;
}

.na-purpose-side {
    min-height: 330px;

    border-right: 1px solid var(--na-line);

    background: #fff;
}

.na-purpose-side:last-child {
    border-right: 0;
}

.na-purpose-number {
    display: block;

    margin-bottom: 45px;

    color: var(--na-gold);

    font-size: 13px;
    font-weight: 800;
}

.na-purpose-side h3 {
    margin-bottom: 12px;

    color: var(--na-navy);

    font-size: 23px;
    line-height: 1.3;
    font-weight: 800;
}

.na-purpose-side p {
    margin-bottom: 0;

    color: var(--na-muted);

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   SERVICES
========================================================= */

.na-services {
    padding: 82px 0;

    background: var(--na-bg);
}

.na-services-heading {
    max-width: 760px;

    margin-bottom: 38px;
}

.na-services-heading h2 {
    margin-bottom: 14px;

    color: var(--na-navy);

    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.14;
    font-weight: 800;

    letter-spacing: -0.035em;
}

.na-services-heading > p {
    max-width: 670px;

    margin-bottom: 0;

    color: var(--na-muted);

    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   SERVICES LIST
========================================================= */

.na-services-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid var(--na-line);
}

.na-services-list article {
    min-height: 185px;

    padding: 28px 30px;

    display: grid;
    grid-template-columns: 52px 1fr;

    gap: 18px;

    border-bottom: 1px solid var(--na-line);
}

.na-services-list article:nth-child(odd) {
    border-right: 1px solid var(--na-line);
}

.na-service-number {
    padding-top: 3px;

    color: var(--na-gold);

    font-size: 13px;
    font-weight: 800;
}

.na-services-list h3 {
    margin-bottom: 9px;

    color: var(--na-navy);

    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.na-services-list p {
    margin-bottom: 0;

    color: var(--na-muted);

    font-size: 15px;
    line-height: 1.72;
}


/* =========================================================
   VALUES
========================================================= */

.na-values {
    padding: 82px 0;

    background: #fff;
}

.na-values-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1.2fr);

    gap: clamp(60px, 8vw, 120px);

    align-items: center;
}

.na-values-intro h2 {
    max-width: 600px;

    margin-bottom: 18px;

    color: var(--na-navy);

    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 800;

    letter-spacing: -0.035em;
}

.na-values-intro > p {
    max-width: 590px;

    margin-bottom: 0;

    color: var(--na-muted);

    font-size: 16px;
    line-height: 1.78;
}

.na-values-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px;
}

.na-values-cards article {
    min-height: 210px;

    padding: 24px;

    border: 1px solid var(--na-line);
    border-radius: 13px;

    background: #fff;

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

.na-values-cards article:hover {
    transform: translateY(-3px);

    border-color: #c8d6e7;

    box-shadow: 0 15px 34px rgba(7, 23, 45, 0.07);
}

.na-values-cards article > span {
    width: 40px;
    height: 40px;

    margin-bottom: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: var(--na-blue-soft);

    color: var(--na-blue);

    font-size: 14px;
    font-weight: 800;
}

.na-values-cards h3 {
    margin-bottom: 9px;

    color: var(--na-navy);

    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.na-values-cards p {
    margin-bottom: 0;

    color: var(--na-muted);

    font-size: 15px;
    line-height: 1.68;
}


/* =========================================================
   DIGITAL PLATFORM
========================================================= */

.na-digital {
    padding: 0 0 82px;

    background: #fff;
}

.na-digital-box {
    position: relative;
    overflow: hidden;

    padding: 38px;

    display: grid;
    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1.2fr);

    gap: 40px;

    align-items: center;

    border-radius: 18px;

    background:
        linear-gradient(
            125deg,
            var(--na-navy),
            #0b315b
        );
}

.na-digital-box::after {
    content: "";

    position: absolute;
    right: -150px;
    bottom: -190px;

    width: 320px;
    height: 320px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.na-digital-copy {
    position: relative;
    z-index: 2;
}

.na-digital-copy .na-section-label {
    color: var(--na-gold-light);
}

.na-digital-copy h2 {
    margin-bottom: 12px;

    color: #fff;

    font-size: 34px;
    line-height: 1.22;
    font-weight: 800;
}

.na-digital-copy p {
    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.66);

    font-size: 15px;
    line-height: 1.7;
}

.na-digital-links {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 9px;
}

.na-digital-links > a {
    position: relative;

    min-height: 115px;

    padding: 17px 38px 17px 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;

    background: rgba(255, 255, 255, 0.07);

    transition:
        transform 0.18s ease,
        background 0.18s ease;
}

.na-digital-links > a:hover {
    transform: translateY(-2px);

    background: rgba(255, 255, 255, 0.12);
}

.na-digital-links > a > span {
    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.52);

    font-size: 11px;
    line-height: 1.4;
}

.na-digital-links > a strong {
    color: #fff;

    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.na-digital-links > a b {
    position: absolute;
    top: 50%;
    right: 13px;

    color: var(--na-gold-light);

    font-size: 19px;
    font-weight: 400;

    transform: translateY(-50%);
}


/* =========================================================
   WHY NIOSHE
========================================================= */

.na-why {
    padding: 82px 0;

    background: var(--na-bg);
}

.na-why-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1.15fr);

    gap: clamp(60px, 9vw, 130px);

    align-items: start;
}

.na-why-grid > div:first-child h2 {
    max-width: 620px;

    margin-bottom: 0;

    color: var(--na-navy);

    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 800;

    letter-spacing: -0.035em;
}

.na-why-content p {
    margin-bottom: 18px;

    color: var(--na-muted);

    font-size: 17px;
    line-height: 1.82;
}

.na-why-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   FINAL CTA
========================================================= */

.na-final {
    padding: 72px 0;

    background: #fff;
}

.na-final-inner {
    padding: 30px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    border-top: 1px solid var(--na-line);
    border-bottom: 1px solid var(--na-line);
}

.na-final-inner > div {
    max-width: 800px;
}

.na-final-inner > div > span {
    display: block;

    margin-bottom: 8px;

    color: var(--na-blue);

    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.na-final-inner h2 {
    margin-bottom: 9px;

    color: var(--na-navy);

    font-size: 31px;
    line-height: 1.3;
    font-weight: 800;
}

.na-final-inner p {
    margin-bottom: 0;

    color: var(--na-muted);

    font-size: 15px;
    line-height: 1.65;
}

.na-final-inner > a {
    min-height: 49px;

    padding: 0 17px;

    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 17px;

    border-radius: 9px;

    background: var(--na-blue);

    color: #fff;

    font-size: 14px;
    line-height: 1;
    font-weight: 700;

    transition:
        background 0.18s ease,
        transform 0.18s ease;
}

.na-final-inner > a:hover {
    background: var(--na-blue-dark);
    color: #fff;

    transform: translateY(-2px);
}

.na-final-inner > a span {
    font-size: 18px;
}


/* =========================================================
   SMALL LAPTOP / TABLET
========================================================= */

@media (max-width: 1050px) {

    .na-hero-grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(320px, 0.75fr);

        gap: 40px;
    }

    .na-purpose-grid {
        grid-template-columns: 1fr 1fr;
    }

    .na-purpose-main {
        grid-column: 1 / -1;

        min-height: auto;

        border-right: 0;
        border-bottom: 1px solid var(--na-line);
    }

    .na-purpose-side {
        min-height: 280px;
    }

    .na-values-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }

    .na-digital-box {
        grid-template-columns: 1fr;

        gap: 28px;
    }

    .na-why-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 780px) {

    .na-shell {
        width: calc(100% - 28px);
    }

    .na-hero {
        padding: 58px 0 50px;
    }

    .na-hero-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .na-hero h1 {
        font-size: 44px;
    }

    .na-hero-lead {
        font-size: 16px;
        line-height: 1.75;
    }

    .na-identity-panel {
        max-width: 650px;
    }

    .na-intro {
        padding: 60px 0;
    }

    .na-intro-grid {
        grid-template-columns: 1fr;

        gap: 28px;
    }

    .na-purpose {
        padding-bottom: 60px;
    }

    .na-services,
    .na-values,
    .na-why {
        padding: 60px 0;
    }

    .na-services-list {
        grid-template-columns: 1fr;
    }

    .na-services-list article:nth-child(odd) {
        border-right: 0;
    }

    .na-digital {
        padding-bottom: 60px;
    }

    .na-digital-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .na-digital-links > a:last-child {
        grid-column: 1 / -1;
    }

    .na-final {
        padding: 55px 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .na-shell {
        width: calc(100% - 22px);
    }


    /* HERO */

    .na-hero {
        padding: 42px 0 36px;
    }

    .na-kicker {
        margin-bottom: 14px;

        padding: 7px 10px;

        font-size: 10px;
    }

    .na-hero h1 {
        margin-bottom: 17px;

        font-size: 36px;
        line-height: 1.1;
        letter-spacing: -0.035em;
    }

    .na-hero h1 span {
        margin-top: 7px;

        font-size: 0.64em;
        line-height: 1.25;
    }

    .na-hero-lead {
        margin-bottom: 21px;

        font-size: 15px;
        line-height: 1.72;
    }

    .na-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;
    }

    .na-btn {
        width: 100%;
        min-height: 46px;

        padding: 0 11px;

        font-size: 12px;
    }

    .na-identity-panel {
        padding: 21px;

        border-radius: 13px;
    }

    .na-identity-logo {
        width: 58px;
        height: 58px;

        margin-bottom: 16px;
    }

    .na-identity-logo-image {
        width: 58px !important;
        height: 58px !important;

        max-width: 58px !important;
        max-height: 58px !important;
    }

    .na-identity-label {
        font-size: 10px;
    }

    .na-identity-panel h2 {
        margin-bottom: 10px;

        font-size: 21px;
        line-height: 1.4;
    }

    .na-identity-panel p {
        font-size: 14px;
        line-height: 1.65;
    }


    /* LABEL */

    .na-section-label {
        margin-bottom: 9px;

        font-size: 10px;
        line-height: 1.3;
    }

    .na-section-label::before {
        width: 20px;

        flex-basis: 20px;
    }


    /* INTRO */

    .na-intro {
        padding: 46px 0;
    }

    .na-intro-grid {
        gap: 22px;
    }

    .na-intro-heading h2 {
        font-size: 31px;
        line-height: 1.18;
    }

    .na-intro-copy p {
        margin-bottom: 15px;

        font-size: 15px;
        line-height: 1.72;
    }


    /* PURPOSE */

    .na-purpose {
        padding-bottom: 46px;
    }

    .na-purpose-grid {
        grid-template-columns: 1fr;

        border-radius: 13px;
    }

    .na-purpose-main,
    .na-purpose-side {
        min-height: 0;

        padding: 22px;

        border-right: 0;
        border-bottom: 1px solid var(--na-line);
    }

    .na-purpose-side:last-child {
        border-bottom: 0;
    }

    .na-purpose-main h2 {
        margin-bottom: 12px;

        font-size: 27px;
        line-height: 1.2;
    }

    .na-purpose-main p {
        font-size: 15px;
        line-height: 1.7;
    }

    .na-purpose-number {
        margin-bottom: 23px;

        font-size: 11px;
    }

    .na-purpose-side h3 {
        margin-bottom: 8px;

        font-size: 20px;
    }

    .na-purpose-side p {
        font-size: 14px;
        line-height: 1.65;
    }


    /* SERVICES */

    .na-services {
        padding: 46px 0;
    }

    .na-services-heading {
        margin-bottom: 26px;
    }

    .na-services-heading h2 {
        margin-bottom: 11px;

        font-size: 31px;
        line-height: 1.18;
    }

    .na-services-heading > p {
        font-size: 15px;
        line-height: 1.68;
    }

    .na-services-list article {
        min-height: 0;

        padding: 20px 4px;

        grid-template-columns: 38px 1fr;

        gap: 9px;
    }

    .na-service-number {
        font-size: 11px;
    }

    .na-services-list h3 {
        margin-bottom: 6px;

        font-size: 18px;
        line-height: 1.4;
    }

    .na-services-list p {
        font-size: 14px;
        line-height: 1.65;
    }


    /* VALUES */

    .na-values {
        padding: 46px 0;
    }

    .na-values-grid {
        gap: 28px;
    }

    .na-values-intro h2 {
        margin-bottom: 13px;

        font-size: 31px;
        line-height: 1.18;
    }

    .na-values-intro > p {
        font-size: 15px;
        line-height: 1.68;
    }

    .na-values-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;
    }

    .na-values-cards article {
        min-height: 195px;

        padding: 16px;

        border-radius: 10px;
    }

    .na-values-cards article > span {
        width: 34px;
        height: 34px;

        margin-bottom: 18px;

        font-size: 12px;
    }

    .na-values-cards h3 {
        margin-bottom: 6px;

        font-size: 16px;
        line-height: 1.4;
    }

    .na-values-cards p {
        font-size: 13px;
        line-height: 1.58;
    }


    /* DIGITAL */

    .na-digital {
        padding-bottom: 46px;
    }

    .na-digital-box {
        padding: 23px 15px;

        gap: 20px;

        border-radius: 13px;
    }

    .na-digital-copy h2 {
        margin-bottom: 9px;

        font-size: 25px;
        line-height: 1.3;
    }

    .na-digital-copy p {
        font-size: 14px;
        line-height: 1.62;
    }

    .na-digital-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 7px;
    }

    .na-digital-links > a {
        min-height: 97px;

        padding: 13px 29px 13px 11px;

        border-radius: 9px;
    }

    .na-digital-links > a:last-child {
        grid-column: 1 / -1;
    }

    .na-digital-links > a > span {
        font-size: 10px;
    }

    .na-digital-links > a strong {
        font-size: 13px;
    }

    .na-digital-links > a b {
        right: 9px;

        font-size: 16px;
    }


    /* WHY */

    .na-why {
        padding: 46px 0;
    }

    .na-why-grid {
        gap: 24px;
    }

    .na-why-grid > div:first-child h2 {
        font-size: 31px;
        line-height: 1.18;
    }

    .na-why-content p {
        margin-bottom: 15px;

        font-size: 15px;
        line-height: 1.72;
    }


    /* FINAL */

    .na-final {
        padding: 45px 0;
    }

    .na-final-inner {
        padding: 22px 0;

        align-items: flex-start;
        flex-direction: column;

        gap: 18px;
    }

    .na-final-inner > div > span {
        font-size: 10px;
    }

    .na-final-inner h2 {
        margin-bottom: 7px;

        font-size: 24px;
        line-height: 1.35;
    }

    .na-final-inner p {
        font-size: 14px;
        line-height: 1.62;
    }

    .na-final-inner > a {
        min-height: 45px;

        padding: 0 14px;

        font-size: 13px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .na-shell {
        width: calc(100% - 18px);
    }

    .na-hero h1 {
        font-size: 32px;
    }

    .na-intro-heading h2,
    .na-services-heading h2,
    .na-values-intro h2,
    .na-why-grid > div:first-child h2 {
        font-size: 28px;
    }

    .na-values-cards {
        grid-template-columns: 1fr;
    }

    .na-values-cards article {
        min-height: 0;
    }

    .na-digital-links {
        grid-template-columns: 1fr;
    }

    .na-digital-links > a,
    .na-digital-links > a:last-child {
        grid-column: auto;

        min-height: 86px;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.nioshe-about-page a:focus-visible {
    outline: 2px solid var(--na-blue);
    outline-offset: 3px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .nioshe-about-page *,
    .nioshe-about-page *::before,
    .nioshe-about-page *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}