
        /* Standard page hero */
        .page-hero {
            background: var(--green-dk);
            color: white;
            text-align: center;
            padding: 72px 40px 60px;
            position: relative;
            overflow: hidden;
        }
        .page-hero h1 { font-size:clamp(2rem,5vw,3.2rem); font-weight:800; line-height:1.15; margin-bottom:14px; color:#fff; }
        .page-hero h1 .accent { color:var(--red); }
        .page-hero-sub { font-size:1.05rem; opacity:0.8; max-width:580px; margin:0 auto; line-height:1.7; }
        .hero-illustration-deco { pointer-events:none; }
/* ABOUT PAGE — specific styles only */

@font-face {
            font-family: 'Abusayed';
            src: url('../fonts/Codepotro Abu Sayed.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

/* ══════════  PAGE HERO  ══════════ */
        .page-hero-outer {
            background: #fff;
            padding: 24px 32px 0;
        }

        .page-hero-card {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            height: 52vh;
            min-height: 340px;
            max-height: 520px;
            background: #081a0c;
        }

        .page-hero-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 30%;
            display: block;
            opacity: 0.45;
        }

        /* SVG map illustration fallback */
        .hero-illustration {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 60px;
            pointer-events: none;
        }

        .page-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(105deg,
                rgba(1,50,24,0.92) 0%,
                rgba(1,77,36,0.75) 50%,
                rgba(1,50,24,0.45) 100%);
        }

        .page-hero-content {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 0 56px 48px;
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.5);
            margin-bottom: 20px;
        }

        .breadcrumb a {
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            transition: color 0.2s;
        }

        .breadcrumb a:hover { color: #fff; }

        .breadcrumb .sep {
            color: rgba(255,255,255,0.25);
        }

        .breadcrumb .current {
            color: rgba(255,255,255,0.85);
        }

        .page-hero-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--red);
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 14px;
        }

        .page-hero-label::before {
            content: '';
            width: 26px;
            height: 2.5px;
            background: var(--red);
            border-radius: 2px;
            display: block;
        }

        .page-hero-title {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(34px, 5vw, 64px);
            font-weight: 900;
            color: #fff;
            line-height: 1.08;
            text-shadow: 0 4px 32px rgba(0,0,0,0.3);
            margin-bottom: 16px;
        }

        .page-hero-title .accent { color: var(--red); }

        .page-hero-sub {
            font-family: 'Abusayed', serif;
            font-size: clamp(15px, 2vw, 22px);
            color: rgba(255,255,255,0.7);
            text-shadow: 0 2px 12px rgba(0,0,0,0.3);
        }

        /* Canada outline illustration inside hero */
        .canada-svg {
            width: 320px;
            height: 200px;
            opacity: 0.08;
        }

        /* ══════════  STRIP  ══════════ */
        .strip {
            height: 3px;
            background: linear-gradient(90deg, var(--green), var(--red), var(--green));
            margin: 0 32px;
            border-radius: 2px;
        }

        /* ══════════  SHARED  ══════════ */
        .sec-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--red);
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 8px;
        }

        .sec-label::before {
            content: '';
            width: 26px;
            height: 2.5px;
            background: var(--red);
            border-radius: 2px;
            display: block;
        }

        .sec-title {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(26px, 3.5vw, 40px);
            font-weight: 900;
            color: var(--green-dk);
            line-height: 1.15;
        }

        /* ══════════  INTRO  ══════════ */
        .intro-sec {
            background: #fff;
            padding: 80px 40px;
        }

        .intro-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 72px;
            align-items: center;
        }

        /* Photo collage */
        .photo-collage {
            position: relative;
            height: 500px;
        }

        .collage-main {
            position: absolute;
            top: 0;
            left: 0;
            width: 78%;
            height: 80%;
            border-radius: 20px;
            object-fit: cover;
            box-shadow: 0 20px 60px rgba(0,0,0,0.13);
            display: block;
        }

        .collage-secondary {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 52%;
            height: 55%;
            border-radius: 16px;
            object-fit: cover;
            box-shadow: 0 12px 40px rgba(0,0,0,0.14);
            border: 4px solid #fff;
            display: block;
        }

        .collage-badge {
            position: absolute;
            top: 28px;
            right: -18px;
            background: var(--green);
            color: #fff;
            padding: 18px 20px;
            border-radius: 14px;
            text-align: center;
            box-shadow: 0 8px 28px rgba(2,108,51,0.35);
            font-size: 12px;
            font-weight: 600;
            z-index: 2;
        }

        .collage-badge .big {
            font-family: 'Tiro Bangla', serif;
            font-size: 34px;
            font-weight: 900;
            display: block;
            line-height: 1;
            margin-bottom: 3px;
        }

        .collage-stripe {
            position: absolute;
            bottom: 72px;
            left: -18px;
            background: var(--red);
            color: #fff;
            padding: 12px 16px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 700;
            box-shadow: 0 6px 20px rgba(243,27,29,0.35);
            line-height: 1.45;
            max-width: 190px;
            z-index: 2;
        }

        /* Intro text */
        .about-text {
            font-size: 16px;
            line-height: 1.85;
            color: #555;
            margin-bottom: 18px;
            font-weight: 300;
        }

        .about-text strong {
            color: var(--green-dk);
            font-weight: 700;
        }

        .cities {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin: 22px 0 30px;
        }

        .city {
            background: var(--off);
            color: var(--green-dk);
            padding: 7px 16px;
            border-radius: 100px;
            font-size: 13px;
            font-weight: 600;
            border: 1px solid rgba(2,108,51,0.15);
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .btn-green {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--green);
            color: #fff;
            padding: 15px 30px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            transition: all 0.3s;
            box-shadow: 0 8px 24px rgba(2,108,51,0.22);
        }

        .btn-green:hover {
            background: #081a0c;
            transform: translateY(-2px);
            box-shadow: 0 12px 36px rgba(2,108,51,0.3);
        }

        /* ══════════  STATS  ══════════ */
        .stats-sec {
            background: #081a0c;
            padding: 60px 40px;
            position: relative;
            overflow: hidden;
        }

        .stats-sec::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 320px;
            height: 320px;
            border-radius: 50%;
            background: rgba(255,255,255,0.03);
            pointer-events: none;
        }

        .stats-sec::after {
            content: '';
            position: absolute;
            bottom: -60px;
            left: -60px;
            width: 240px;
            height: 240px;
            border-radius: 50%;
            background: rgba(255,255,255,0.03);
            pointer-events: none;
        }

        .stats-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            text-align: center;
        }

        .stat-item {
            position: relative;
        }

        .stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 10%;
            height: 80%;
            width: 1px;
            background: rgba(255,255,255,0.1);
        }

        .stat-num {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(38px, 5vw, 56px);
            font-weight: 900;
            color: #fff;
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-num .plus {
            color: var(--red);
            font-size: 0.65em;
            vertical-align: super;
        }

        .stat-label {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.07em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.5);
        }

        .stat-sub {
            font-size: 12px;
            color: rgba(255,255,255,0.3);
            margin-top: 4px;
        }

        /* ══════════  NCP GLOBAL  ══════════ */
        .global-sec {
            background: var(--off);
            padding: 88px 40px;
        }

        .global-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .global-header {
            text-align: center;
            margin-bottom: 56px;
        }

        .global-grid {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 56px;
            align-items: start;
        }

        .global-text p {
            font-size: 15.5px;
            line-height: 1.85;
            color: #555;
            font-weight: 300;
            margin-bottom: 20px;
        }

        .global-text p strong {
            color: var(--green-dk);
            font-weight: 700;
        }

        /* Org diagram illustration */
        .org-diagram {
            background: #fff;
            border-radius: 20px;
            padding: 36px 28px;
            box-shadow: 0 4px 24px rgba(0,0,0,0.06);
            border: 1px solid rgba(2,108,51,0.1);
        }

        .org-title {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #999;
            text-align: center;
            margin-bottom: 28px;
        }

        .org-node {
            text-align: center;
            margin-bottom: 6px;
        }

        .org-box {
            display: inline-block;
            padding: 12px 24px;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.3;
        }

        .org-box.top {
            background: var(--green);
            color: #fff;
            box-shadow: 0 6px 18px rgba(2,108,51,0.25);
            font-size: 14px;
        }

        .org-connector {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 4px 0;
        }

        .org-connector .line {
            width: 2px;
            height: 20px;
            background: rgba(2,108,51,0.25);
        }

        .org-connector .arrow {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 7px solid rgba(2,108,51,0.3);
        }

        .org-level {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-bottom: 6px;
        }

        .org-box.mid {
            background: rgba(2,108,51,0.1);
            color: var(--green-dk);
            font-size: 12px;
            padding: 10px 16px;
        }

        .org-box.leaf {
            background: #fff;
            color: var(--green-dk);
            font-size: 11px;
            padding: 8px 13px;
            border: 1.5px solid rgba(2,108,51,0.2);
        }

        .org-box.highlight {
            background: var(--red);
            color: #fff;
            box-shadow: 0 4px 12px rgba(243,27,29,0.25);
        }

        .org-h-connector {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 12px;
            margin: 4px 0 4px;
        }

        .org-h-branch {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
        }

        /* ══════════  FOCUS  ══════════ */
        .focus-sec {
            background: #fff;
            padding: 88px 40px;
        }

        .focus-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .focus-header {
            text-align: center;
            margin-bottom: 56px;
        }

        .focus-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .focus-card {
            background: var(--off);
            border-radius: 20px;
            padding: 36px 28px;
            border: 1px solid rgba(2,108,51,0.1);
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
        }

        .focus-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 4px;
            background: var(--green);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s;
        }

        .focus-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 48px rgba(2,108,51,0.12);
            background: #fff;
        }

        .focus-card:hover::before { transform: scaleX(1); }

        .focus-icon {
            width: 56px;
            height: 56px;
            border-radius: 14px;
            background: rgba(2,108,51,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
        }

        .focus-title {
            font-size: 17px;
            font-weight: 700;
            color: var(--green-dk);
            margin-bottom: 10px;
            line-height: 1.3;
        }

        .focus-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.75;
        }

        /* ══════════  ROLE  ══════════ */
        .role-sec {
            background: var(--off);
            padding: 88px 40px;
        }

        .role-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 64px;
            align-items: center;
        }

        .role-visual {
            position: relative;
        }

        /* Bridge illustration SVG */
        .bridge-wrap {
            background: #fff;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 8px 40px rgba(0,0,0,0.07);
            border: 1px solid rgba(2,108,51,0.1);
            text-align: center;
        }

        .role-text p {
            font-size: 16px;
            line-height: 1.85;
            color: #555;
            font-weight: 300;
            margin-bottom: 20px;
        }

        .role-text p strong {
            color: var(--green-dk);
            font-weight: 700;
        }

        .highlight-block {
            background: var(--green);
            border-radius: 16px;
            padding: 28px 32px;
            margin-top: 32px;
            position: relative;
            overflow: hidden;
        }

        .highlight-block::after {
            content: '';
            position: absolute;
            bottom: -40px;
            right: -40px;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: rgba(255,255,255,0.06);
        }

        .highlight-block .hl-label {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.55);
            margin-bottom: 8px;
        }

        .highlight-block .hl-text {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(15px, 1.8vw, 18px);
            font-weight: 700;
            color: #fff;
            line-height: 1.55;
        }

        /* ══════════  VALUES  ══════════ */
        .values-sec {
            background: #fff;
            padding: 88px 40px;
        }

        .values-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .values-header {
            text-align: center;
            margin-bottom: 56px;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 16px;
        }

        .value-card {
            background: var(--off);
            border-radius: 16px;
            padding: 32px 20px;
            text-align: center;
            border: 1.5px solid rgba(2,108,51,0.1);
            transition: all 0.3s;
            cursor: default;
        }

        .value-card:hover {
            background: var(--green);
            border-color: var(--green);
            transform: translateY(-5px);
            box-shadow: 0 16px 40px rgba(2,108,51,0.18);
        }

        .value-card:hover .value-name,
        .value-card:hover .value-desc {
            color: #fff;
        }

        .value-card:hover .value-illus {
            opacity: 0.85;
        }

        .value-illus {
            width: 48px;
            height: 48px;
            margin: 0 auto 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
            transition: opacity 0.3s;
        }

        .value-name {
            font-size: 15px;
            font-weight: 700;
            color: var(--green-dk);
            margin-bottom: 8px;
            transition: color 0.3s;
        }

        .value-desc {
            font-size: 12.5px;
            color: #777;
            line-height: 1.6;
            transition: color 0.3s;
        }

        /* ══════════  CTA  ══════════ */
        .cta-sec {
            background: #081a0c;
            padding: 80px 40px;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .cta-sec::before {
            content: '';
            position: absolute;
            top: -120px;
            left: 50%;
            transform: translateX(-50%);
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: rgba(255,255,255,0.02);
        }

        .cta-inner {
            max-width: 700px;
            margin: 0 auto;
            position: relative;
        }

        .cta-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(243,27,29,0.18);
            border: 1px solid rgba(243,27,29,0.4);
            border-radius: 100px;
            padding: 7px 20px;
            margin-bottom: 28px;
        }

        .cta-pill .dot {
            width: 7px;
            height: 7px;
            background: var(--red);
            border-radius: 50%;
            animation: pulse 1.8s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity:1; transform: scale(1); }
            50% { opacity:0.4; transform: scale(1.6); }
        }

        .cta-pill span {
            font-size: 12px;
            font-weight: 700;
            color: rgba(255,255,255,0.85);
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .cta-title {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(26px, 4vw, 44px);
            font-weight: 900;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 16px;
        }

        .cta-title .accent { color: var(--red); }

        .cta-sub {
            font-family: 'Abusayed', serif;
            font-size: clamp(14px, 1.8vw, 19px);
            color: rgba(255,255,255,0.55);
            margin-bottom: 36px;
        }

        .cta-btns {
            display: flex;
            gap: 14px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-red {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--red);
            color: #fff;
            padding: 15px 32px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 800;
            text-decoration: none;
            letter-spacing: 0.07em;
            text-transform: uppercase;
            border: 2px solid var(--red);
            transition: all 0.3s;
            box-shadow: 0 8px 28px rgba(243,27,29,0.4);
        }

        .btn-red:hover {
            background: transparent;
            color: #fff;
            transform: translateY(-3px);
        }

        .btn-outline-white {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: transparent;
            color: #fff;
            padding: 15px 32px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            border: 2px solid rgba(255,255,255,0.3);
            transition: all 0.3s;
        }

        .btn-outline-white:hover {
            border-color: #fff;
            background: rgba(255,255,255,0.08);
            transform: translateY(-2px);
        }
