/* Generated from approved design. */


    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Outfit', sans-serif; background: #fff; color: #0a0a0f; }
    a { text-decoration: none; color: inherit; }
    /* ── HERO ── */
    .co-hero {
      background: linear-gradient(143deg, #0a0a0f 0%, #140008 55%, #3d0010 100%);
      padding: 90px 64px 80px;
      display: grid;
      grid-template-columns: 1fr 520px;
      gap: 80px;
      align-items: center;
      max-width: 1920px;
      margin: 0 auto;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    .co-hero::after {
      content: '';
      position: absolute;
      top: -180px; right: -180px;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(215,0,15,0.22) 0%, transparent 65%);
      pointer-events: none;
    }
    .co-hero-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 28px;
    }
    .co-hero-eyebrow-line { width: 18px; height: 2px; background: #a8a8a8; }
    .co-hero-eyebrow-text {
      font-size: 12px;
      font-weight: 700;
      color: #ccc;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
    }
    .co-hero-h1 {
      font-size: 78px;
      font-weight: 900;
      color: #fff;
      line-height: 1;
      letter-spacing: -3.9px;
      margin-bottom: 24px;
    }
    .co-hero-sub {
      font-size: 18px;
      font-weight: 300;
      color: #9898a8;
      line-height: 1.7;
      max-width: 520px;
    }

    /* Stat cards grid 2x2 */
    .co-stat-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .co-stat-card {
      background: rgba(255,255,255,0.04);
      border-radius: 14px;
      padding: 24px 24px 22px;
      min-height: 123px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .co-stat-num {
      font-size: 38px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -1.9px;
      line-height: 1;
    }
    .co-stat-num span { color: #ccc; }
    .co-stat-iso {
      font-size: 22px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.6px;
      line-height: 1;
    }
    .co-stat-label {
      font-size: 13px;
      font-weight: 400;
      color: #9898a8;
      line-height: 1.4;
      margin-top: 8px;
    }

    /* ── MARQUEE ── */
    .marquee-strip {
      background: #0d0d0d;
      height: 46px;
      overflow: hidden;
      position: relative;
    }
    .marquee-track {
      display: flex;
      align-items: center;
      height: 100%;
      width: max-content;
      animation: mq-scroll 28s linear infinite;
    }
    .marquee-strip:hover .marquee-track { animation-play-state: paused; }
    .marquee-item {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 0 8px 0 28px;
    }
    .marquee-text {
      font-weight: 600;
      font-size: 12px;
      color: #555;
      letter-spacing: 1.44px;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .marquee-sep { font-weight: 400; font-size: 8px; color: #555; }
    @keyframes mq-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* ── SECTION COMMONS ── */
    .sec-wrap {
      max-width: 1792px;
      margin: 0 auto;
      padding: 0 64px;
    }
    .sec-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }
    .sec-eyebrow-line { width: 18px; height: 2px; background: #d7000f; flex-shrink: 0; }
    .sec-eyebrow-text {
      font-size: 12px;
      font-weight: 700;
      color: #d7000f;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
    }
    .sec-h2 {
      font-size: 54px;
      font-weight: 800;
      color: #0a0a0f;
      letter-spacing: -2.16px;
      line-height: 1.05;
    }

    /* ── MISSION SECTION ── */
    .mission-sec {
      padding: 96px 0 100px;
      background: #fff;
    }
    .mission-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
      margin-top: 56px;
    }
    .mission-left {}
    .mission-subhead {
      font-size: 28px;
      font-weight: 700;
      color: #0a0a0f;
      letter-spacing: -0.84px;
      line-height: 1.2;
      margin-bottom: 48px;
    }
    .mission-subhead em { font-style: normal; color: #d7000f; }

    /* Timeline */
    .timeline { position: relative; padding-left: 24px; }
    .timeline::before {
      content: '';
      position: absolute;
      left: 5px;
      top: 6px;
      bottom: 6px;
      width: 2px;
      background: #f2f2f2;
    }
    .tl-item { position: relative; padding-bottom: 36px; padding-left: 28px; }
    .tl-item:last-child { padding-bottom: 0; }
    .tl-dot {
      position: absolute;
      left: -19px;
      top: 4px;
      width: 12px;
      height: 12px;
      background: #fff;
      border: 2px solid #d7000f;
    }
    .tl-dot.filled { background: #d7000f; }
    .tl-year {
      font-size: 16px;
      font-weight: 700;
      color: #d7000f;
      letter-spacing: 0.52px;
      text-transform: uppercase;
      margin-bottom: 6px;
    }
    .tl-title {
      font-size: 18px;
      font-weight: 500;
      color: #0a0a0f;
      margin-bottom: 6px;
    }
    .tl-body {
      font-size: 14px;
      font-weight: 300;
      color: #5c5c72;
      line-height: 1.6;
    }

    /* Right paragraphs */
    .mission-right {}
    .mission-paras { display: flex; flex-direction: column; gap: 24px; }
    .mission-para {
      font-size: 18px;
      font-weight: 300;
      color: #5c5c72;
      line-height: 1.5;
    }

    /* ── VALUES SECTION ── */
    .values-sec {
      padding: 96px 0 100px;
      background: #f7f7f7;
    }
    .values-grid-wrap {
      margin-top: 56px;
      background: #e8e8e8;
      border-radius: 20px;
      overflow: hidden;
      padding: 20px;
    }
    .values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }
    .val-card {
      background: #fff;
      padding: 33px 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    /* Row 1 (cards 1-3): bottom border; Cols 1-2 (non-3rd): right border */
    .val-card:nth-child(-n+3) { border-bottom: 1px solid #bbb4b4; }
    .val-card:not(:nth-child(3n)) { border-right: 1px solid #bbb4b4; }
    .val-icon { font-size: 32px; line-height: 1; }
    .val-title {
      font-size: 20px;
      font-weight: 700;
      color: #0a0a0f;
      letter-spacing: -0.4px;
    }
    .val-body {
      font-size: 16px;
      font-weight: 300;
      color: #5c5c72;
      line-height: 1.4;
    }

    /* ── QUALITY SECTION ── */
    .quality-sec {
      padding: 96px 0 100px;
      background: #fff;
    }
    .quality-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 96px;
      align-items: start;
      margin-top: 56px;
    }
    .qual-steps { display: flex; flex-direction: column; }
    .qual-step {
      padding: 24px 0;
      border-bottom: 1px solid #f2f2f2;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .qual-step:first-child { padding-top: 0; }
    .qual-step-label {
      font-size: 11px;
      font-weight: 700;
      color: #d7000f;
      letter-spacing: 1.1px;
      text-transform: uppercase;
    }
    .qual-step-title {
      font-size: 20px;
      font-weight: 500;
      color: #0a0a0f;
    }
    .qual-step-body {
      font-size: 16px;
      font-weight: 300;
      color: #5c5c72;
      line-height: 1.4;
    }

    /* Certs right column */
    .qual-right {
      position: sticky;
      top: 88px;
      align-self: start;
    }
    .qual-cert-card {
      background: linear-gradient(120.25deg, #1e1818 22.83%, #750c0c 110.15%);
      border-radius: 20px;
      padding: 48px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .qual-cert-title {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
    }
    .qual-cert-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .cert-tile {
      background: rgba(255,255,255,0.04);
      border: 1px solid #292929;
      border-radius: 12px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      text-align: center;
    }
    .cert-tile-icon { font-size: 24px; line-height: 1; }
    .cert-tile-name {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
    }
    .cert-tile-sub {
      font-size: 13px;
      font-weight: 400;
      color: #9898a8;
    }

    /* ── GLOBAL PRESENCE ── */
    .reach-sec {
      background: #f7f7f7;
      padding: 96px 0 100px;
    }
    .reach-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }
    .reach-eyebrow-line { width: 18px; height: 2px; background: #d7000f; flex-shrink: 0; }
    .reach-eyebrow-text {
      font-size: 12px;
      font-weight: 700;
      color: #d7000f;
      letter-spacing: 1.76px;
      text-transform: uppercase;
    }
    .reach-h2 {
      font-size: 54px;
      font-weight: 800;
      color: #0a0a0f;
      letter-spacing: -2.16px;
      line-height: 1.05;
      margin-bottom: 16px;
    }
    .reach-desc {
      font-size: 17px;
      font-weight: 300;
      color: #5c5c72;
      line-height: 1.8;
      max-width: 560px;
      margin-bottom: 48px;
    }

    /* Offices dark card */
    .offices-card {
      background: #0d0d0d;
      border-radius: 20px;
      padding: 42px 48px;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
    .offices-title {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
    }
    .offices-rows {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .offices-row {
      display: flex;
      gap: 16px;
    }
    .office-card {
      flex: 1;
      background: rgba(255,255,255,0.04);
      border: 1px solid #292929;
      border-radius: 12px;
      padding: 21px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      min-width: 0;
    }
    .office-name-row {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .office-city {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
    }
    .office-hq-badge {
      background: rgba(130,130,130,0.15);
      border: 1px solid rgba(130,130,130,0.3);
      border-radius: 4px;
      padding: 2px 8px;
      font-size: 10px;
      font-weight: 600;
      color: #ccc;
      letter-spacing: 0.8px;
      flex-shrink: 0;
    }
    .office-country {
      font-size: 16px;
      font-weight: 400;
      color: #9898a8;
    }
    .office-type {
      font-size: 16px;
      font-weight: 500;
      color: #ccc;
    }

    /* Reach responsive */
    @media (max-width: 1200px) {
      .offices-row { flex-wrap: wrap; }
      .office-card { flex: 1 1 calc(50% - 8px); }
    }
    @media (max-width: 768px) {
      .offices-card { padding: 24px 20px; }
      .office-card { flex: 1 1 100%; }
      .reach-h2 { font-size: 40px; }
    }

    /* ── CTA ── */
    .cta-sec {
      background: linear-gradient(123.87deg, #1e1818 0%, #750c0c 100%);
      padding: 88px 64px;
      text-align: center;
    }
    .cta-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }
    .cta-eyebrow-text {
      font-size: 12px;
      font-weight: 700;
      color: rgba(255,255,255,0.5);
      letter-spacing: 1.9775px;
      text-transform: uppercase;
    }
    .cta-h2 {
      font-size: 54px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -2.16px;
      line-height: 1.05;
      margin-bottom: 36px;
    }
    .cta-btns { display: flex; gap: 16px; justify-content: center; }
    .btn-red-cta {
      height: 52px;
      padding: 0 28px;
      background: #d7000f;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      display: inline-flex;
      align-items: center;
    }
    .btn-outline-cta {
      height: 52px;
      padding: 0 28px;
      border: 1.5px solid rgba(255,255,255,0.2);
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      display: inline-flex;
      align-items: center;
    }


    /* ── NEWS SECTION ── */
    .co-news-sec {
      padding: 96px 0 100px;
      background: #fff;
    }
    .co-news-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 56px;
    }
    .co-news-all-link {
      font-size: 15px;
      font-weight: 600;
      color: #5c5c72;
      border-bottom: 1.5px solid #e8e8e8;
      padding-bottom: 4px;
      white-space: nowrap;
      flex-shrink: 0;
      transition: color 0.2s, border-color 0.2s;
    }
    .co-news-all-link:hover { color: #d7000f; border-color: #d7000f; }
    .co-news-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .co-news-card {
      border: 1px solid #e8e8e8;
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .co-news-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-2px); }
    .co-news-img {
      height: 200px;
      width: 100%;
      object-fit: cover;
      display: block;
      flex-shrink: 0;
    }
    .co-news-body {
      padding: 22px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      flex: 1;
    }
    .co-news-tag {
      display: inline-block;
      height: 20px;
      padding: 0 9px;
      border-radius: 4px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      line-height: 20px;
      width: fit-content;
    }
    .co-news-tag-dark  { background: #f2f2f2; color: #1c1c26; }
    .co-news-tag-blue  { background: #eef1ff; color: #1a40e8; }
    .co-news-tag-green { background: #edf9f4; color: #0fa86e; }
    .co-news-title {
      font-size: 18px;
      font-weight: 700;
      color: #0a0a0f;
      letter-spacing: -0.32px;
      line-height: 1.2;
    }
    .co-news-excerpt {
      font-size: 15px;
      font-weight: 400;
      color: #5c5c72;
      line-height: 1.55;
      flex: 1;
    }
    .co-news-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 12px;
      border-top: 1px solid #f2f2f2;
    }
    .co-news-date {
      font-size: 12px;
      font-weight: 400;
      color: #9898a8;
    }
    .co-news-read {
      font-size: 14px;
      font-weight: 600;
      color: #d7000f;
      transition: opacity 0.2s;
    }
    .co-news-read:hover { opacity: 0.7; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1200px) {
      .co-hero { grid-template-columns: 1fr; gap: 48px; }
      .co-stat-grid { grid-template-columns: repeat(4, 1fr); }
      .mission-inner { grid-template-columns: 1fr; gap: 48px; }
      .quality-inner { grid-template-columns: 1fr; gap: 48px; }
      .values-grid { grid-template-columns: repeat(2, 1fr); }
      /* 2-column: reset 3-column rules, apply 2-column borders */
      .val-card:nth-child(-n+3) { border-bottom: none; }
      .val-card:not(:nth-child(3n)) { border-right: none; }
      .val-card:nth-child(-n+4) { border-bottom: 1px solid #bbb4b4; }
      .val-card:not(:nth-child(2n)) { border-right: 1px solid #bbb4b4; }
      .val-card:nth-child(5), .val-card:nth-child(6) { border-bottom: none; }
    }
    @media (max-width: 992px) {
      .co-hero { padding: 64px 32px; }
      .sec-wrap { padding: 0 32px; }
      .sec-h2 { font-size: 40px; }
      .co-hero-h1 { font-size: 54px; }
      .co-stat-grid { grid-template-columns: repeat(2, 1fr); }
      .footer { padding: 48px 32px 0; }
      .footer-main { grid-template-columns: 1fr; gap: 40px; }
      .cta-sec { padding: 64px 32px; }
      .cta-h2 { font-size: 40px; }
      .co-news-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .values-grid { grid-template-columns: 1fr; }
      /* Single column: only bottom borders */
      .val-card:not(:nth-child(3n)) { border-right: none; }
      .val-card:nth-child(-n+3) { border-bottom: none; }
      .val-card { border-bottom: 1px solid #bbb4b4; }
      .val-card:last-child { border-bottom: none; }
      .footer-cols { grid-template-columns: repeat(2, 1fr); }
      .co-news-header { flex-direction: column; align-items: flex-start; gap: 16px; }
      .co-news-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 480px) {
      .co-hero-h1 { font-size: 40px; }
      .sec-h2 { font-size: 30px; }
      .cta-btns { flex-direction: column; align-items: center; }
      .footer-cols { grid-template-columns: 1fr; }
    }
  