      :root {
        --navy: #071c38;
        --navy-2: #0a2547;
        --navy-dark: #04101f;
        --orange: #f2600d;
        --orange-dark: #d94f04;
        --muted: #6b7688;
        --bg-alt: #f7f8fa;
      }
      * {
        font-family:
          "Inter",
          system-ui,
          -apple-system,
          Segoe UI,
          Roboto,
          sans-serif;
      }
      html,
      body {
        overflow-x: hidden;
      }
      body {
        color: #1c2436;
        background: #fff;
      }
      a {
        text-decoration: none;
      }
      .text-navy {
        color: var(--navy) !important;
      }
      .text-orange {
        color: var(--orange) !important;
      }
      .bg-navy {
        background-color: var(--navy) !important;
      }
      .bg-navy-dark {
        background-color: var(--navy-dark) !important;
      }
      .bg-alt {
        background-color: var(--bg-alt);
      }
      .btn-orange {
        background: var(--orange);
        border-color: var(--orange);
        color: #fff;
        font-weight: 600;
        white-space: nowrap;
      }
      .btn-orange:hover {
        background: var(--orange-dark);
        border-color: var(--orange-dark);
        color: #fff;
      }
      .btn-navy {
        background: var(--navy);
        border-color: var(--navy);
        color: #fff;
        font-weight: 600;
        white-space: nowrap;
      }
      .btn-navy:hover {
        background: var(--navy-2);
        border-color: var(--navy-2);
        color: #fff;
      }
      .btn-outline-navy {
        border: 1px solid var(--navy);
        color: var(--navy);
        font-weight: 600;
      }
      .btn-outline-navy:hover {
        background: var(--navy);
        color: #fff;
      }
      .section-eyebrow {
        color: var(--navy);
        font-weight: 800;
        font-size: 0.85rem;
        letter-spacing: 0.4px;
      }

      /* Top bar */
      .topbar {
        background: var(--navy-dark);
        font-size: 0.78rem;
        color: rgba(255, 255, 255, 0.85);
        padding: 0.45rem 0;
      }
      .topbar a {
        color: rgba(255, 255, 255, 0.85);
      }
      .topbar a:hover {
        color: #fff;
      }
      .topbar .sep {
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.25);
        display: inline-block;
      }
      .topbar .bi {
        font-size: 0.85rem;
      }

      /* Header */
      .header-nav {
        padding: 0.6rem 0;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
      }
      .brand-text {
        font-weight: 800;
        font-size: 1.05rem;
        letter-spacing: 0.2px;
      }
      .brand-tagline {
        color: var(--muted);
        font-size: 0.65rem;
        font-style: italic;
      }
      .main-nav .nav-link {
        color: #20304f;
        font-weight: 600;
        font-size: 0.9rem;
        padding: 0.5rem 0.6rem !important;
        white-space: nowrap;
      }
      .main-nav .nav-link:hover {
        color: var(--orange);
      }
      .icon-circle {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #dfe3ea;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--navy);
        font-size: 0.8rem;
        flex: 0 0 auto;
      }
      .header-nav .btn {
        font-size: 0.85rem;
        padding: 0.42rem 0.85rem;
        white-space: nowrap;
      }
      .header-nav .navbar-collapse {
        flex-wrap: nowrap;
      }
      .header-nav .navbar-nav {
        flex-wrap: nowrap;
      }
      .header-nav .container {
        max-width: 1240px;
      }
      .navbar-brand img {
        height: 40px;
      }

      /* Hero */
      .hero {
        background: var(--navy-dark);
      }
      .hero-left {
        padding: 1.7rem 1.6rem;
        flex: 0 0 40%;
        max-width: 40%;
        position: relative;
      }
      .hero-right {
        flex: 0 0 60%;
        max-width: 60%;
      }
      .hero-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .badge-label {
        color: var(--orange);
        font-weight: 800;
        font-size: 0.72rem;
        letter-spacing: 0.5px;
      }
      .hero-left h1 {
        color: #fff;
        font-weight: 800;
        font-size: 1.55rem;
        line-height: 1.22;
        margin: 0.5rem 0 0.55rem;
      }
      .hero-left p {
        color: rgba(255, 255, 255, 0.75);
        font-size: 0.8rem;
        max-width: 400px;
        margin-bottom: 0;
      }
      .hero-feature {
        color: #fff;
        font-size: 0.68rem;
        line-height: 1.25;
      }
      .hero-feature .ico {
        width: 28px;
        height: 28px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.3rem;
        color: #fff;
        font-size: 0.8rem;
      }
      .hero-arrow-left {
        position: absolute;
        left: 6px;
        top: 180px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #fff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        z-index: 2;
      }

      /* Search panel */
      .search-panel {
        background: var(--navy);
      }
      .search-panel .form-control,
      .search-panel .form-select {
        height: 48px;
        border: none;
      }
      .search-panel .input-group-text {
        background: #fff;
        border: none;
      }
      .search-panel .btn-orange {
        height: 48px;
      }
      .popular-searches a {
        color: rgba(255, 255, 255, 0.75);
      }
      .popular-searches a:hover {
        color: #fff;
      }

      /* white cards */
      .white-card {
        background: #fff;
        border: 1px solid #eef0f4;
      }
      .industry-item {
        cursor: pointer;
        flex: 0 0 auto;
      }
      .industry-item img {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 50%;
        object-fit: cover;
      }
      .industry-item .label {
        font-weight: 700;
        font-size: 0.82rem;
        color: var(--navy);
        line-height: 1.25;
        white-space: nowrap;
      }
      .industry-item.active .label {
        border-bottom: 2px solid var(--orange);
        padding-bottom: 4px;
      }
      .stat-item .bi {
        font-size: 1.4rem;
        color: var(--navy);
      }
      .stat-item .num {
        font-weight: 800;
        color: var(--navy);
        font-size: 1.05rem;
      }
      .stat-item .lbl {
        color: var(--muted);
        font-size: 0.75rem;
      }

      /* Verified exporter */
      .verified-badge {
        color: #2e7bf6;
      }
      .video-thumb {
        cursor: pointer;
        background: #000;
        line-height: 0;
      }
      .video-thumb iframe {
        width: 100%;
        aspect-ratio: 353 / 148;
        display: block;
        border: 0;
      }
      .video-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: rgba(15, 23, 42, 0.55);
        border: 2px solid rgba(255, 255, 255, 0.85);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        transition: background 0.15s ease, transform 0.15s ease;
      }
      .video-thumb:hover .video-play-btn {
        background: var(--orange);
        border-color: var(--orange);
        transform: translate(-50%, -50%) scale(1.06);
      }
      .video-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.75rem 0.9rem 0.7rem;
        background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.75),
          rgba(0, 0, 0, 0)
        );
        color: #fff;
        font-size: 0.85rem;
      }
      .exp-mini-stat {
        font-size: 0.76rem;
        line-height: 1.35;
        white-space: nowrap;
      }
      .exp-mini-stat strong {
        color: var(--navy);
        font-size: 0.8rem;
      }
      .product-thumb {
        width: 52px;
        height: 52px;
        min-width: 52px;
        border-radius: 10px;
        object-fit: cover;
        flex: 0 0 auto;
      }
      .product-card {
        background: #fff;
        border: 1px solid #eef0f4;
        border-radius: 10px;
        padding: 0.55rem 0.85rem;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        transition: border-color 0.15s ease;
      }
      .product-label {
        color: var(--navy);
        font-weight: 700;
        font-size: 0.82rem;
      }
      .product-row .bi-chevron-right {
        color: var(--navy);
        font-size: 0.8rem;
      }
      .product-row:hover .product-card {
        border-color: var(--orange);
      }
      .exp-mini-stat .bi {
        color: var(--navy);
        font-size: 0.95rem;
        margin-top: 0.15rem;
      }
      .verified-exporter-btns .btn {
        font-size: 0.72rem;
        padding: 0.4rem 0.65rem;
      }

      /* Why choose */
      .why-item .ico {
        width: 54px;
        height: 54px;
        border: 1.5px solid #cdd6e6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--navy);
        font-size: 1.3rem;
        margin: 0 auto 0.8rem;
      }
      .why-item h6 {
        color: var(--navy);
        font-weight: 700;
        font-size: 0.9rem;
      }
      .why-item p {
        color: var(--muted);
        font-size: 0.78rem;
      }
      .why-item {
        border-right: 1px solid #e7e9ee;
      }
      .why-item:last-child {
        border-right: none;
      }

      /* Resources */
      .resource-card img {
        height: 100px;
        object-fit: cover;
        width: 100%;
      }
      .resource-card h6 {
        color: var(--navy);
        font-weight: 700;
        font-size: 0.88rem;
      }
      .resource-card p {
        color: var(--muted);
        font-size: 0.78rem;
      }

      /* CTA */
      .cta-bar {
        background: var(--navy);
      }
      .cta-icon {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
      }

      /* Footer */
      .footer {
        background: var(--navy-dark);
        color: rgba(255, 255, 255, 0.65);
        font-size: 0.85rem;
      }
      .footer h6 {
        color: #fff;
        font-weight: 700;
        font-size: 0.8rem;
        letter-spacing: 0.4px;
        margin-bottom: 1rem;
      }
      .footer a {
        color: rgba(255, 255, 255, 0.6);
      }
      .footer a:hover {
        color: #fff;
      }
      .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .footer ul li {
        margin-bottom: 0.55rem;
      }
      .footer .social-ico {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 0.85rem;
      }
      .footer .brand-tagline {
        color: rgba(255, 255, 255, 0.5);
      }

      @media (max-width: 991.98px) {
        .hero {
          flex-direction: column;
        }
        .hero-left,
        .hero-right {
          max-width: 100%;
          flex: 1 1 100%;
        }
        .why-item {
          border-right: none;
          border-bottom: 1px solid #e7e9ee;
          padding-bottom: 1.5rem;
          margin-bottom: 1rem;
        }
      }

/* ============================================================
   V2 — Brand logo + All Categories multi-level mega menu
   ============================================================ */

/* Needs `.navbar-brand` in the selector to outrank the generic
   `.navbar-brand img { height: 40px }` rule above, which was winning and
   rendering the logo smaller than intended. */
.navbar-brand .v2-brand-logo {
  height: 52px;
  width: auto;
  object-fit: contain;
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1), filter 0.28s ease;
  will-change: transform;
}

/* Zoom the mark on hover. transform-origin keeps it anchored on the left so
   growing it never nudges the nav links beside it. */
.navbar-brand:hover .v2-brand-logo,
.navbar-brand:focus-visible .v2-brand-logo {
  transform: scale(1.13);
  filter: drop-shadow(0 6px 14px rgba(7, 28, 56, 0.28));
}

.navbar-brand:active .v2-brand-logo {
  transform: scale(1.06);
}

/* Respect a reduced-motion preference: keep the cue, drop the movement. */
@media (prefers-reduced-motion: reduce) {
  .navbar-brand .v2-brand-logo {
    transition: filter 0.2s ease;
  }

  .navbar-brand:hover .v2-brand-logo,
  .navbar-brand:focus-visible .v2-brand-logo {
    transform: none;
  }
}

/* --- parent nav item --- */
.v2-cat-menu {
  position: relative;
}

.v2-cat-menu > .nav-link {
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* --- level 1: vertical category list --- */
.v2-cat-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  max-height: 460px;
  overflow-y: auto;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 1050;
}

.v2-cat-menu.open > .v2-cat-list {
  display: block;
}

.v2-cat-list::-webkit-scrollbar {
  width: 6px;
}

.v2-cat-list::-webkit-scrollbar-thumb {
  background: #d5d9e2;
  border-radius: 3px;
}

.v2-cat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  color: #404040;
  text-decoration: none;
}

.v2-cat-link i {
  font-size: 11px;
  opacity: 0.6;
}

.v2-cat-parent:hover > .v2-cat-link,
.v2-cat-parent.active > .v2-cat-link {
  background: #f5f6f8;
  color: #0f172a;
}

.v2-cat-all {
  margin-top: 6px;
  padding: 10px 16px 4px;
  border-top: 1px solid #eef0f4;
}

.v2-cat-all a {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}

/* --- levels 2 + 3: mega panel (markup source stays hidden) --- */
.v2-mega-source {
  display: none;
}

.v2-mega-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 260px;
  width: 820px;
  max-width: calc(100vw - 32px);
  max-height: 460px;
  overflow-y: auto;
  padding: 24px;
  background: #fff;
  border: 1px solid #e6e8ee;
  border-left: none;
  border-radius: 0 8px 8px 0;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08);
  z-index: 1050;
}

.v2-mega-panel.open {
  display: block;
}

.v2-mega-col {
  margin-bottom: 20px;
}

.v2-mega-col h6 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.v2-mega-col h6 a {
  color: #0f172a;
  text-decoration: none;
}

.v2-mega-col ul {
  padding-left: 0;
  margin-bottom: 0;
}

.v2-mega-col ul li a {
  display: block;
  padding: 2px 0;
  font-size: 13px;
  line-height: 22px;
  color: #555;
  text-decoration: none;
}

.v2-mega-col h6 a:hover,
.v2-mega-col ul li a:hover {
  color: #fb641e;
}

/* --- mobile: stack, no flyout --- */
@media (max-width: 991.98px) {
  .v2-cat-list {
    position: static;
    width: 100%;
    max-height: 320px;
    border: none;
    box-shadow: none;
  }

  .v2-mega-panel {
    position: static;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 8px 0 0 12px;
  }
}

/* ============================================================
   Footer bottom bar + "Design and Developed by Lead Brine" credit
   ============================================================ */

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-copy,
.footer-bottom .site-credit {
  margin: 0;
  font-size: 13px;
}

.site-credit-link {
  font-weight: 700;
  text-decoration: none;
}

.site-credit-link:hover {
  text-decoration: underline;
}

.site-credit-lead {
  color: #f26522;
}

.site-credit-brine {
  color: #1f6fd0;
}

@media (max-width: 575.98px) {
  .footer-bottom {
    justify-content: flex-start;
  }
}
