  /* ─── HERO ─────────────────────────────────────────── */
  .hero {
      background: #134523;
      position: relative;
      overflow: hidden;
      padding: 0;
  }

  .hero-inner {
      margin: 0 auto;
      padding: 80px 15px 64px;
      position: relative;
      z-index: 2;
  }

  .hero-eyebrow {
      padding-top: 90px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: "BDO Grotesk";
      font-weight: 500;
      font-size: 11px;
      line-height: 19.25px;
      letter-spacing: 0px;
      text-transform: uppercase;
      background: linear-gradient(301.96deg, #5FF595 36.23%, #468EFF 82.46%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 32px;
  }

  .hero-eyebrow::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 1px;
      background: #59DBB0;
  }

  .hero h1 {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 46px;
      line-height: 57px;
      letter-spacing: -1.38px;
      color: #FFFFFF;
      margin-bottom: 24px;
  }

  .hero h1 em {
      background: linear-gradient(301.96deg, #5FF595 36.23%, #468EFF 82.46%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-style: normal;
  }

  .hero-sub {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 18px;
      line-height: 30.24px;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #FFFFFFA6;
      margin-bottom: 48px;
  }

  .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
  }

  .hero-tag {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 13px;
      line-height: 20.13px;
      letter-spacing: 0.57px;
      vertical-align: middle;
      color: #FFFFFFB2;
      padding: 6px 16px;
      border: 1px solid #FFFFFF21;
      border-radius: 2px;
  }

  .hero-deco {
      position: absolute;
      top: -80px;
      right: -80px;
      width: 500px;
      height: 500px;
      border: 1px solid rgba(196, 154, 60, 0.08);
      border-radius: 50%;
      z-index: 1;
  }

  .hero-deco2 {
      position: absolute;
      top: 40px;
      right: 40px;
      width: 300px;
      height: 300px;
      border: 1px solid rgba(196, 154, 60, 0.06);
      border-radius: 50%;
      z-index: 1;
  }

  .hero-line {
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, var(--gold) 0%, rgba(196, 154, 60, 0.1) 60%, transparent 100%);
  }

  /* ─── IMPACT NUMBERS ──────────────────────────────── */
  .metrics-strip {
      background: #134523;
      padding: 48px 15px;
      border-top: 1px solid #FFFFFF26
  }

  .metrics-inner {
      margin: 0 auto;
      display: flex;
      gap: 1px;
      background: none;
      padding-inline: 0;
  }

  .metric-cell {
      padding: 32px 28px;
      position: relative;
      width: 100%;
  }

  .metric-cell::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      background: transparent;
      transition: background 0.3s ease;
  }

  .metric-cell:not(:first-child)::before {
    background: #FFFFFF26;
  }

  .metric-num {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 51.2px;
      line-height: 51.2px;
      letter-spacing: 0%;
      color: #49BD73;
      margin-bottom: 15px;
      display: block;
  }

  .metric-label {
    display: inline-block;
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      color: #FFFFFF80;
  }

  /* ─── SECTIONS ────────────────────────────────────── */
  .section-main {
      background: #EBF4EE;
  }

  .section {
      margin: 0 auto;
      padding: 80px 15px;
  }

  .section+.section {
      padding-top: 0;
  }

  .section-label {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 10.5px;
      line-height: 18.38px;
      letter-spacing: 0.525px;
      text-transform: uppercase;
      margin-bottom: 16px;
      color: #45A367;
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .section-label::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #45A36742;
      max-width: 60px;
  }

  .section-heading {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 46px;
      line-height: 57px;
      letter-spacing: -1.38px;
      color: #08366D;
      margin-bottom: 24px;
  }

  .section-heading em {
      font-style: normal;
      color: #45A367;
  }

  .prose {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: -0.32px;
      color: #0F336AC4;
  }

  .prose+.prose {
      margin-top: 16px;
  }

  /* ─── GLOBAL REACH ────────────────────────────────── */
  .reach-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      border: 1px solid #F0EAE0;
      margin-top: 40px;
  }

  .reach-card {
      background: #FFFFFF;
      padding: 28px 24px;
      transition: background 0.3s ease;
  }

  .reach-card:hover {
      background: #FFFFFF;
  }

  .reach-flag {
      font-weight: 300;
      font-size: 28.8px;
      line-height: 50.4px;
      letter-spacing: 0%;
      margin-bottom: 10px;
      display: block;
  }

  .reach-country {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 22px;
      line-height: 110%;
      letter-spacing: -0.44px;
      color: #08366DE5;
      margin-bottom: 6px;
  }

  .reach-cities {
      font-family: "BDO Grotesk";
      font-weight: 500;
      font-size: 11.5px;
      line-height: 16px;
      letter-spacing: 0.69px;
      text-transform: uppercase;
      color: #058F2A;
      margin-bottom: 12px;
  }

  .reach-detail {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 13px;
      line-height: 22px;
      letter-spacing: -0.26px;
      color: #0F336AC4;
  }

  /* ─── CLIENT BRIEF TABLE ─────────────────────────── */
  .section-client {
      background: #EBF4EE;
  }

  .brief-block {
      border-radius: 17px;
      background: #FFFFFF;
      overflow: hidden;
      margin-top: 40px;
  }

  .brief-row {
      display: grid;
      grid-template-columns: 210px 1fr;
      border-bottom: 1px solid #0F336A0A;
  }

  .brief-row:last-child {
      border-bottom: none;
  }

  .brief-key {
      font-family: "BDO Grotesk";
      font-weight: 500;
      font-size: 14px;
      line-height: 19.25px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #45A367;
      padding: 16px 24px;
      display: flex;
      align-items: center;
  }

  .brief-val {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 16px;
      line-height: 24.5px;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #0E2A54C4;
      padding: 16px 24px;
      display: flex;
      align-items: center;
  }

  /* ─── CHALLENGES ──────────────────────────────────── */
  .section-challenges {
      background: #134523;
  }

  .challenges-bg {
      padding: 80px 0;
  }

  .challenge-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: #194E29;
      margin-top: 40px;
  }

  @media (max-width: 700px) {
      .challenge-list {
          grid-template-columns: 1fr;
      }
  }

  .challenge-item {
      background: #103E1E;
      padding: 32px 28px;
      transition: background #103E1E;
      position: relative;
  }

  .challenge-item:hover {
      background: #194E29;
  }

  /* .challenge-item::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: #EBF4EE;
      transition: width 0.4s ease;
  }

  .challenge-item:hover::before {
      width: 100%;
  } */

  .ch-icon {
      width: 36px;
      height: 36px;
      border: 1px solid #49BD7340;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 14px;
      line-height: 24.5px;
      letter-spacing: 0%;
      text-align: center;
      color: #45A367;
  }

  .ch-title {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 19.2px;
      line-height: 24.96px;
      letter-spacing: 0%;
      color: #FFFFFF;
  }

  .ch-body {
      font-family: "BDO Grotesk";
      font-weight: 300;
      font-size: 16px;
      line-height: 23.63px;
      letter-spacing: 0%;
      color: #FFFFFF8C;
  }

  /* ─── APPROACH ────────────────────────────────────── */
  .section-approach {
      background: #EBF4EE;
  }

  .approach-steps {
      margin-top: 48px;
      display: flex;
      flex-direction: column;
      gap: 0;
  }

  .step {
      display: grid;
      grid-template-columns: 56px 1fr;
      gap: 36px;
      padding: 32px 0;
      border-bottom: 1px solid #45A36742;
      align-items: start;
  }

  .step:last-child {
      border-bottom: none;
  }

  .step-num {
      width: 44px;
      height: 44px;
      background: #FFFFFF;
      border: 1px solid #45A36742;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0%;
      text-align: center;
      color: #6B7A8D;
      flex-shrink: 0;
      margin-top: 2px;
  }

  .step-title {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 22px;
      line-height: 110%;
      letter-spacing: -0.44px;
      color: #08366DE5;
      margin-bottom: 12px;
  }

  .step-body {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.28px;
      color: #0F336AC4;
  }

  /* ─── OUTCOMES ────────────────────────────────────── */
  .outcomes-bg {
      background: #EBF4EE;
      padding: 80px 0;
  }

  .outcomes-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 16px;
      margin-top: 40px;
  }

  .outcome-card {
      background: #FFFFFF;
      border: 1px solid #45A36742;
      border-left: 3px solid #45A36742;
      padding: 28px 24px;
  }

  .outcome-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 40px rgba(13, 27, 42, 0.08);
  }

  .outcome-title {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 19px;
      line-height: 110%;
      letter-spacing: -0.36px;
      color: #08366DE5;
      margin-bottom: 10px;
  }

  .outcome-body {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.28px;
      color: #0F336AC4;
  }

  /* ─── QUOTE ───────────────────────────────────────── */
  .quote-section {
      background: #134523;
      padding: 72px 0;
  }

  .quote-inner {
      max-width: 860px;
      margin: 0 auto;
      text-align: center;
  }

  .quote-mark {
      font-family: "BDO Grotesk";
      font-weight: 300;
      font-size: 96px;
      line-height: 48px;
      letter-spacing: 0%;
      text-align: center;
      color: #45A367;
      display: block;
      margin-bottom: 16px;
  }

  .quote-text {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-style: Italic;
      font-size: 30.4px;
      line-height: 48.64px;
      letter-spacing: 0%;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 24px;
  }

  .quote-attr {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 12px;
      line-height: 21px;
      letter-spacing: 0.6px;
      text-align: center;
      text-transform: uppercase;
      color: #49BD73;
  }

  /* ─── CTA ─────────────────────────────────────────── */
  .cta-section {
      background: #FAF7F2;
      padding: 80px 0;
      text-align: center;
  }

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

  .cta-heading {
      font-family: "BDO Grotesk";
      font-weight: 600;
      font-size: 46px;
      line-height: 57px;
      letter-spacing: -1.38px;
      color: #08366D;
      margin-bottom: 20px;
  }

  .cta-title-2 {
      color: #45A367;
  }

  .cta-sub {
      font-family: "BDO Grotesk";
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: -0.32px;
      color: #0F336AC4;
      margin-bottom: 36px;
  }

  .cta-btn {
      display: inline-block;
      background: linear-gradient(90.02deg, #01549F 0.02%, #036E6B 44.33%, #058F2A 88.64%);
      padding: 20px 28px;
      border-radius: 7px;
      font-family: "BDO Grotesk";
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #FFFFFF;
      text-decoration: none;
      transition: all;
  }

  .cta-btn:hover {
      color: #FFFFFF;
  }

  /* ─── DIVIDER ─────────────────────────────────────── */
  .gold-rule {
      width: 100%;
      height: 1px;
      background: #D9D9D9;
      opacity: 0.25;
  }

  /* ─── RESPONSIVE ──────────────────────────────────── */
  @media (min-width: 1025px) {

      .hero-inner,
      .section{
          max-width: 1100px;
          padding-inline: 48px;
      }
      
      .cta-section {
          padding-inline: 48px;
      }
      
      .metrics-inner {
          max-width: 1100px;
      }
  }

  @media (max-width: 1024px) {
      .reach-grid {
          grid-template-columns: repeat(2, 1fr);
      }
      .metrics-inner {
        flex-direction: column;
    }
    .metric-cell {
        text-align: center;
    }
    .metric-cell::before {
      content: none;
  }

  .metric-cell:not(:first-child) {
    border-top: 1px solid #FFFFFF26;
  }
  }

  @media (max-width: 768px) {

    .section {
      margin: 0 auto;
      padding: 50px 15px;
  }

      .hero h1 {
          font-size: 32px;
          line-height: 34px;
          letter-spacing: -0.96px;
      }

      .metric-num {
          font-size: 32px;
          line-height: 34px;
          letter-spacing: -0.96px;
      }

      .section-heading,
      .cta-heading {
          font-size: 32px;
          line-height: 40px;
      }

      .brief-row {
          grid-template-columns: 120px 1fr;
      }

      .step {
          grid-template-columns: 44px 1fr;
          gap: 16px;
      }
      .reach-card{
        padding: 16px;
      }
      .brief-key,.brief-val,.challenge-item,.outcome-card{
        padding: 16px;
      }
  }

  @media (max-width: 550px) {
      .reach-grid {
          grid-template-columns: repeat(1, 1fr);
      }
  }