
    :root {
      --navy: #173a5e;
      --navy-deep: #102a45;
      --red:#fe1a27;
      --orange: #f7941d;
      --orange-soft: #f9a838;
      --yellow: #f2b705;
      --ink: #122e49;
      --paper: #f6f8fb;
      --muted: #5b6b7c;
      --gradient-logo: linear-gradient(30deg,rgba(254, 26, 39, 1) 0%, rgba(247, 148, 29, 1) 80%);
    }
    * { font-family: 'Poppins', sans-serif; }
    html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--ink); background: #fff; overflow-x: hidden; }

    .ls { letter-spacing: .28em; }
    .text-orange { color: var(--orange) !important; }
    .text-red { color: var(--red) !important; }
    .bg-navy { background: var(--navy) !important; }
    .bg-navy-deep { background: var(--navy-deep) !important; }
    .bg-paper { background: var(--paper) !important; }

    /* ---------- Navbar ---------- */
    .navbar {
      background: transparent; transition: all .35s ease; padding: 1.1rem 0;
    }
    .navbar.scrolled {
      background: #fff; box-shadow: 0 6px 24px rgba(16,42,69,.08); padding: .6rem 0;
    }
    .navbar-brand { font-weight: 800; letter-spacing: .03em; color: #fff !important; }
    .navbar.scrolled .navbar-brand { color: var(--navy) !important; }
    .logo-mark {
      height: 70px; width: auto; margin-right: .7rem; display: inline-block;
    }
    .navbar.scrolled .logo-mark { height: 65px; }
    .footer-logo { height: 48px; width: auto; margin-right: .7rem; }
    .navbar .nav-link { color: rgba(255,255,255,.85); font-weight: 500; font-size: .92rem; margin: 0 .3rem; }
    .navbar.scrolled .nav-link { color: var(--navy); }
    .navbar .nav-link:hover, .navbar .nav-link.active { color: var(--orange) !important; }
    .navbar-toggler {
      border: 0; padding: .4rem .55rem; border-radius: 10px;
      background: rgba(255,255,255,.12);
    }
    .navbar.scrolled .navbar-toggler { background: rgba(23,58,94,.08); }
    .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(247,148,29,.35); }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
      width: 26px; height: 26px;
    }
    .navbar.scrolled .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23173a5e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .btn-orange { background: var(--orange); color: #fff; font-weight: 600; border: 0; border-radius: 50px; }
    .btn-orange:hover { background: var(--orange-soft); color: #fff; }

    .btn-red { background: var(--red); color: #fff; font-weight: 600; border: 0; border-radius: 50px; }
    .btn-red:hover { background: var(--orange-soft); color: #fff; }

    .btn-ghost { border: 2px solid rgba(255,255,255,.6); color: #fff; font-weight: 600; border-radius: 50px; }
    .btn-ghost:hover { background: #fff; color: var(--navy); }

    .btn-gradient { background: var(--gradient-logo); color: #fff; font-weight: 600; border: 0; border-radius: 50px; }
    .btn-gradient:hover { background: var(--orange-soft); color: #fff; }
    /* ---------- Shapes ---------- */
    .sphere { position: absolute; border-radius: 50%;
      background: radial-gradient(circle at 35% 30%, var(--orange-soft), var(--orange) 70%); z-index: 0; }
    .ring { position: absolute; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; z-index: 0; }
    .ring-yellow { border-color: var(--yellow); }

    /* ---------- Hero ---------- */
    .hero {
      position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden;
      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff;
    }
    .hero h1 { font-weight: 800; font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: 1.08; }
    .hero .badge-pill {
      background: rgba(247,148,29,.18); color: var(--orange); border: 1px solid rgba(247,148,29,.4);
      border-radius: 50px; padding: .5rem 1.1rem; font-size: .8rem; font-weight: 600; letter-spacing: .15em;
    }
    .hero .s1 { width: 260px; height: 260px; top: -80px; right: -60px; opacity: .92; }
    .hero .s2 { width: 120px; height: 120px; bottom: 8%; left: 6%; opacity: .85; }
    .hero .r1 { width: 180px; height: 180px; bottom: -50px; right: 18%; }
    .hero .r2 { width: 90px; height: 90px; top: 22%; left: 2%; }
    .hero-card {
      background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
      backdrop-filter: blur(6px); border-radius: 16px; padding: 1.2rem 1.4rem;
    }

    /* ---------- Marquee strip ---------- */
    .strip { background: var(--gradient-logo); color: #fff; font-weight: 600; letter-spacing: .2em; }
    .strip .ls { font-size: .8rem; }

    /* ---------- Sections ---------- */
    section { position: relative; }
    .section-pad { padding: 6rem 0; }
    .eyebrow { color: var(--orange); font-weight: 700; font-size: .8rem; letter-spacing: .3em; }
    .section-title { font-weight: 800; font-size: clamp(1.8rem, 3.6vw, 2.8rem); color: var(--navy); }
    .on-dark .section-title { color: #fff; }
    .lead-muted { color: var(--muted); }
    .on-dark .lead-muted { color: rgba(255,255,255,.7); }
    .divider-line { width: 64px; height: 4px; background: var(--orange); border: 0; opacity: 1; border-radius: 4px; }

    /* ---------- Core Value ---------- */
    .value-card {
      background: #fff; border: 1px solid #eef2f6; border-radius: 18px; padding: 2.4rem 1.8rem;
      text-align: center; height: 100%; position: relative; overflow: hidden;
      transition: transform .28s ease, box-shadow .28s ease, border-color .25s;
    }
    .value-card:hover {
      transform: translateY(-8px); box-shadow: 0 22px 44px rgba(16,42,69,.12); border-color: rgba(247,148,29,.4);
    }
    .value-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(90deg, var(--orange), var(--orange-soft));
      opacity: 0; transition: opacity .28s;
    }
    .value-card:hover::before { opacity: 1; }
    .value-icon {
      width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 1.2rem;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.8rem; color: var(--orange);
      background: rgba(247,148,29,.1);
      border: 1px solid rgba(247,148,29,.2);
      transition: background .28s, color .28s;
    }
    .value-card:hover .value-icon {
      background: var(--orange); color: #fff;
    }
    .value-title { font-weight: 700; color: var(--navy); margin-bottom: .6rem; }
    .value-desc { color: var(--muted); font-size: .9rem; line-height: 1.55; margin-bottom: 0; }

    /* ---------- Service cards ---------- */
    .service-card {
      background: #fff; border: 1px solid #eef2f6; border-radius: 18px; padding: 2.6rem 2rem; height: 100%;
      transition: transform .28s ease, box-shadow .28s ease;
    }
    .service-card:hover { transform: translateY(-10px); box-shadow: 0 22px 44px rgba(16,42,69,.12); }
    .service-icon {
      width: 70px; height: 70px; border-radius: 18px; display: flex; align-items: center; justify-content: center;
      font-size: 1.9rem; color: #fff; margin-bottom: 1.3rem; transform: rotate(-6deg);
      background: linear-gradient(135deg, var(--orange), var(--orange-soft));
    }
    .service-num { position: absolute; top: 1rem; right: 1.4rem; font-size: 3rem; font-weight: 800; color: #f0f3f7; }

    /* ---------- Counters ---------- */
    .counter-box { text-align: center; padding: 1.5rem 0; }
    .counter-num { font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 800; color: var(--orange); line-height: 1; }
    .counter-label { color: rgba(255,255,255,.75); font-weight: 500; margin-top: .4rem; }

    /* ---------- Activities grid ---------- */
    .activity {
      border-radius: 16px; overflow: hidden; position: relative; min-height: 260px;
      display: flex; align-items: flex-end; padding: 1.6rem; color: #fff;
      background-color: var(--navy);
      background-size: cover;
      background-position: center;
      border: 1px solid rgba(255,255,255,.06);
    }
    .activity::before {
      content: ''; position: absolute; inset: 0; z-index: 1;
      background: linear-gradient(180deg, rgba(16,42,69,.15) 0%, rgba(16,42,69,.85) 100%);
    }
    .activity .a-content { position: relative; z-index: 2; }
    .activity .a-icon { font-size: 1.6rem; color: var(--orange); }

    .activity-trigger { cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
    .activity-trigger:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(16,42,69,.18); }
    .activity-trigger:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
    .a-cta {
      position: absolute; left: 1.6rem; bottom: .9rem; transform: translateY(8px);
      z-index: 2; font-size: .78rem; font-weight: 600; letter-spacing: .12em;
      text-transform: uppercase; color: var(--orange);
      opacity: 0; transition: opacity .25s ease, transform .25s ease;
    }
    .activity-trigger:hover .a-cta, .activity-trigger:focus-visible .a-cta {
      opacity: 1; transform: translateY(0);
    }
    .a-cta i { margin-left: .35rem; transition: transform .25s; }
    .activity-trigger:hover .a-cta i { transform: translateX(3px); }
    .activity .a-content { padding-bottom: 1.6rem; }

    /* Activity modal */
    .activity-modal .modal-content { border: 0; border-radius: 18px; overflow: hidden; }
    .activity-modal .modal-header { border: 0; padding: 0; }
    .activity-modal .am-cover {
      position: relative; height: 220px; background-size: cover; background-position: center;
    }
    .activity-modal .am-cover::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(16,42,69,.05) 0%, rgba(16,42,69,.7) 100%);
    }
    .activity-modal .am-close {
      position: absolute; top: 14px; right: 14px; z-index: 3;
      width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92);
      color: var(--navy); font-size: 1.2rem; display: inline-flex; align-items: center; justify-content: center;
      box-shadow: 0 6px 16px rgba(16,42,69,.25); transition: background .2s, color .2s;
    }
    .activity-modal .am-close:hover { background: var(--red); color: #fff; }
    .activity-modal .am-title-wrap {
      position: absolute; left: 1.75rem; right: 1.75rem; bottom: 1.25rem; z-index: 2; color: #fff;
    }
    .activity-modal .am-icon {
      display: inline-flex; align-items: center; justify-content: center;
      width: 46px; height: 46px; border-radius: 14px; background: var(--orange); color: #fff;
      font-size: 1.3rem; margin-bottom: .7rem;
      box-shadow: 0 8px 18px rgba(247,148,29,.45);
    }
    .activity-modal .am-title { font-weight: 800; font-size: 1.6rem; color: #fff; margin: 0; }
    .activity-modal .modal-body { padding: 1.75rem; }
    .activity-modal .am-desc { color: var(--muted); line-height: 1.7; margin: 0 0 1.25rem; }
    .activity-modal .am-meta {
      display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem;
    }
    .activity-modal .am-tag {
      background: rgba(247,148,29,.1); color: var(--orange);
      border-radius: 50px; padding: .35rem .85rem; font-size: .78rem; font-weight: 600;
      letter-spacing: .08em; text-transform: uppercase;
    }
    .activity-modal .am-actions { display: flex; gap: .6rem; flex-wrap: wrap; }

    /* ---------- Region ---------- */
    .region-chip {
      background: #fff; border: 1px solid #eef2f6; border-radius: 50px; padding: .7rem 1.4rem;
      font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: .5rem;
    }
    .region-chip i { color: var(--orange); }

    /* ---------- People ---------- */
    .people-image-wrap {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 22px 44px rgba(16,42,69,.12);
      border: 1px solid #eef2f6;
    }
    .people-image-wrap::before {
      content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background: linear-gradient(180deg, transparent 60%, rgba(23,58,94,.45));
    }
    .people-image {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .people-card {
      background: #fff; border: 1px solid #eef2f6; border-radius: 18px; padding: 2rem 1.6rem;
      text-align: center; height: 100%;
      transition: transform .28s ease, box-shadow .28s ease, border-color .25s;
    }
    .people-card:hover {
      transform: translateY(-8px); box-shadow: 0 22px 44px rgba(16,42,69,.12); border-color: rgba(247,148,29,.4);
    }
    .people-avatar {
      width: 110px; height: 110px; border-radius: 50%; margin: 0 auto 1.2rem;
      display: block;
      object-fit: cover;
      background: linear-gradient(135deg, var(--orange), var(--orange-soft));
      box-shadow: 0 10px 24px rgba(247,148,29,.25);
      position: relative;
      overflow: hidden;
      border: 4px solid #fff;
    }
    .people-avatar-wrap {
      position: relative;
      width: 110px; height: 110px;
      margin: 0 auto 1.2rem;
    }
    .people-avatar-wrap::after {
      content: ''; position: absolute; inset: -6px; border-radius: 50%;
      border: 2px dashed rgba(247,148,29,.35);
    }
    .people-name { font-weight: 700; color: var(--navy); margin-bottom: .2rem; }
    .people-role { color: var(--orange); font-weight: 600; font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; margin-bottom: .9rem; }
    .people-bio { color: var(--muted); font-size: .9rem; line-height: 1.55; margin-bottom: 0; }

    /* ---------- Clients ---------- */
    .client-chip {
      background: #fff; border: 1px solid #eef2f6; border-radius: 14px; padding: 1.6rem;
      height: 110px;
      display:flex; align-items:center; justify-content:center; transition: border-color .25s;
    }
    .client-chip:hover { border-color: var(--orange); }
    .client-logo {
      max-height: 130px; max-width: 100%; width: auto; object-fit: contain;
      filter: grayscale(100%); opacity: .75; transition: filter .25s, opacity .25s;
    }
    .client-chip:hover .client-logo { filter: grayscale(0%); opacity: 1; }

    /* ---------- Collaboration ---------- */
    .collab-card {
      background: #fff; border: 1px solid #eef2f6; border-radius: 16px; padding: 1.8rem 1.4rem;
      height: 100%; display: flex; align-items: center; justify-content: center;
      transition: transform .28s ease, box-shadow .28s ease, border-color .25s;
    }
    .collab-card:hover {
      transform: translateY(-6px); box-shadow: 0 18px 36px rgba(16,42,69,.1); border-color: var(--orange);
    }
    .collab-logo {
      max-height: 70px; max-width: 100%; width: auto; object-fit: contain;
      filter: grayscale(100%); opacity: .7; transition: filter .25s, opacity .25s;
    }
    .collab-card:hover .collab-logo { filter: grayscale(0%); opacity: 1; }

    /* ---------- FAQ ---------- */
    .accordion-button { font-weight: 600; color: var(--navy); }
    .accordion-button:not(.collapsed) { background: var(--paper); color: var(--orange); box-shadow: none; }
    .accordion-button:focus { box-shadow: none; }

    /* ---------- Contact ---------- */
    .contact-icon {
      width: 48px; height: 48px; border-radius: 14px; background: rgba(247,148,29,.15);
      color: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
    }
    .form-control { border-radius: 12px; padding: .8rem 1rem; }

    .map-card {
      background: #fff; border: 1px solid #eef2f6; border-radius: 16px; padding: .6rem;
      height: 100%; overflow: hidden;
    }
    .map-card iframe { display: block; border-radius: 12px; width: 100%; }

    footer { background: var(--navy-deep); color: rgba(255,255,255,.8); }
    .footer-link { color: rgba(255,255,255,.7); text-decoration: none; }
    .footer-link:hover { color: var(--orange); }
    .social-ic {
      width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center;
      justify-content: center; background: rgba(255,255,255,.08); color: #fff; margin-right: .5rem; transition: background .25s;
    }
    .social-ic:hover { background: var(--orange); }
    .to-top {
      position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 14px;
      background: var(--orange); color: #fff; display: none; align-items: center; justify-content: center;
      font-size: 1.3rem; z-index: 60; box-shadow: 0 10px 24px rgba(247,148,29,.5); cursor: pointer;
    }

    /* ---------- Responsive: Mobile (≤ 991px) ---------- */
    @media (max-width: 991.98px) {
      /* Navbar: keep transparent when closed over hero, white panel when open */
      .navbar { background: transparent; padding: .8rem 0; }
      .navbar.scrolled { background: #fff; }

      .navbar-collapse {
        background: #fff; border-radius: 16px; margin-top: .8rem;
        padding: 1rem 1.2rem; box-shadow: 0 18px 36px rgba(16,42,69,.18);
        border: 1px solid #eef2f6;
      }
      .navbar-collapse .nav-link {
        color: var(--navy) !important; padding: .65rem .25rem;
        border-bottom: 1px solid #f0f3f7; font-size: .95rem;
      }
      .navbar-collapse .nav-item:last-child .nav-link { border-bottom: 0; padding-top: 1rem; }
      .navbar-collapse .nav-item.ms-lg-3 { margin-left: 0 !important; }
      .navbar-collapse .btn-gradient { width: 100%; }

      .logo-mark { height: 54px; }
      .navbar.scrolled .logo-mark { height: 50px; }

      /* Hero */
      .hero { min-height: auto; padding: 7rem 0 4rem; text-align: center; }
      .hero h1 { font-size: clamp(1.9rem, 7vw, 2.6rem); }
      .hero .badge-pill { font-size: .72rem; }
      .hero p.fs-5 { font-size: 1rem !important; }
      .hero .d-flex.flex-wrap { justify-content: center; }
      .hero .ls.text-uppercase.small { font-size: .7rem; line-height: 1.7; }
      .hero-card { padding: 1rem .8rem; }
      .hero-card .counter-num { font-size: 1.6rem !important; }
      .hero-card .small { font-size: .72rem; line-height: 1.3; }

      /* Tone down decorative shapes on mobile so they don't crowd content */
      .hero .s1 { width: 180px; height: 180px; top: -60px; right: -50px; opacity: .55; }
      .hero .s2 { width: 80px;  height: 80px;  bottom: 6%; left: -20px; opacity: .55; }
      .hero .r1 { width: 120px; height: 120px; bottom: -30px; right: 8%; }
      .hero .r2 { display: none; }
    }

    @media (max-width: 575.98px) {
      .hero { padding: 6.5rem 0 3rem; }
      .hero h1 { font-size: 1.85rem; line-height: 1.15; }
      .hero .d-flex.flex-wrap.gap-3 { gap: .75rem !important; }
      .hero .btn-lg { padding: .7rem 1.2rem; font-size: .9rem; }
      .hero .ls.text-uppercase.small { font-size: .65rem; }
      .section-pad { padding: 4rem 0; }
      .to-top { right: 14px; bottom: 14px; width: 42px; height: 42px; font-size: 1.1rem; }
    }