:root{
      --navy:#08253c;
      --navy-2:#0f324b;
      --green:#0d5a4f;
      --green-2:#0a4e45;
      --gold:#c39a4a;
      --text:#64737b;
      --ink:#133342;
      --line:#e8e3da;
      --soft:#f7f4ef;
      --white:#ffffff;
      --shadow:0 16px 40px rgba(8,37,60,.08);
      --radius:18px;
      --max:1240px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"DM Sans",sans-serif;
      color:var(--ink);
      background:#fff;
      -webkit-font-smoothing:antialiased;
      overflow-x:hidden;
    }

    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}

    .container{width:min(var(--max),calc(100% - 40px));margin:auto}
    .eyebrow{
      display:flex;align-items:center;gap:10px;
      margin:0 0 18px;
      font-size:13px;
      font-weight:700;
      color:#bc8c37;
      text-transform:uppercase;
      letter-spacing:.16em;
    }
    .eyebrow .line-icon{
      width:26px;height:18px;border:1.6px solid #bc8c37;border-radius:18px 22px 18px 22px;
      border-right-color:transparent;
      transform:rotate(-10deg);
    }
    .heading{
      margin:0;
      font-family:"Playfair Display",serif;
      font-size:64px;
      line-height:.98;
      font-weight:600;
      letter-spacing:-.045em;
      color:#123742;
    }
    .heading .gold{color:var(--gold)}
    .desc{
      margin:22px 0 0;
      font-size:16px;
      line-height:1.9;
      color:var(--text);
    }

    .btn{
      min-height:56px;
      padding:0 24px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      font-size:18px;
      font-weight:700;
      border:0;
      cursor:pointer;
      transition:.25s ease;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(90deg,var(--green),#0c6a59);
      box-shadow:0 12px 30px rgba(10,94,78,.18);
    }
    .btn-primary:hover{transform:translateY(-1px)}
    .btn-circle{
      width:44px;height:44px;border-radius:50%;
      display:grid;place-items:center;
      background:#fff;color:var(--green);
      font-size:20px;
      flex:0 0 44px;
    }

    .header{
      height:86px;background:#fff;border-bottom:1px solid rgba(0,0,0,.03);
      position:sticky;top:0;z-index:40;
    }
    .nav{
      height:100%;
      display:flex;align-items:center;justify-content:space-between;gap:22px;
    }
    .brand{display:flex;align-items:center;gap:10px;min-width:max-content}
    .brand-name{
      font-family:"Playfair Display",serif;
      font-size:24px;line-height:1;letter-spacing:.03em;
    }
    .brand-sub{
      display:block;
      margin-top:4px;
      font-size:7px;
      color:#7b8b92;
      letter-spacing:.03em;
    }
    .nav-links{
      display:flex;align-items:center;gap:30px;
      font-size:13px;font-weight:600;color:#173745;
    }
    .nav-links a{position:relative;padding:30px 0}
    .nav-links a.active::after,
    .nav-links a:hover::after{
      content:"";position:absolute;left:50%;bottom:17px;transform:translateX(-50%);
      width:16px;height:1px;background:var(--gold);
    }
    .nav-actions{display:flex;align-items:center;gap:12px}
    .mini-btn{
      min-height:44px;padding:0 18px;border-radius:10px;
      background:var(--navy);color:#fff;font-size:12px;font-weight:700;
      display:inline-flex;align-items:center;gap:8px;
    }
    .menu-btn{
      display:none;width:40px;height:40px;border-radius:50%;
      border:1px solid #d8dfe3;background:#fff;cursor:pointer;
    }
    .mobile-nav{display:none;background:#fff;border-top:1px solid #eee}

    .page-banner{
      min-height:360px;
      position:relative;
      display:flex;align-items:center;
      background:
        linear-gradient(180deg,rgba(7,32,48,.46),rgba(7,32,48,.58)),
        url("https://images.unsplash.com/photo-1524499982521-1ffd58dd89ea?auto=format&fit=crop&w=2200&q=90") center center / cover no-repeat;
      overflow:hidden;
    }
    .page-banner::before{
      content:"";
      position:absolute;inset:0;
      background:radial-gradient(circle at 78% 20%, rgba(255,255,255,.13), transparent 28%);
    }
    .banner-content{
      position:relative;z-index:2;
      color:#fff;
      padding:38px 0;
    }
    .banner-kicker{
      margin:0 0 14px;
      font-size:12px;
      text-transform:uppercase;
      letter-spacing:.17em;
      font-weight:700;
      color:#efcf92;
    }
    .banner-content h1{
      margin:0;
      font-family:"Playfair Display",serif;
      font-size:62px;
      line-height:1.02;
      font-weight:600;
      letter-spacing:-.045em;
    }
    .banner-content p{
      margin:18px 0 0;
      max-width:650px;
      font-size:17px;
      line-height:1.8;
      color:rgba(255,255,255,.9);
    }

    .page-wrap{
      background:#fbfaf8;
      padding:18px 0 38px;
    }
    .section-card{
      background:linear-gradient(180deg,#fbfaf8 0%, #f9f7f2 100%);
      border:1px solid #efebe4;
      border-radius:24px;
      box-shadow:0 10px 26px rgba(13,32,48,.035);
      overflow:hidden;
      margin-bottom:18px;
    }

    /* WHY INVEST IN ETHIOPIA — REFERENCE LAYOUT */
    .opportunity-section{
      padding:34px 30px;
      display:grid;
      grid-template-columns:.68fr 1.32fr;
      gap:38px;
      align-items:center;
      background:
        radial-gradient(circle at 16% 45%,rgba(236,225,207,.24),transparent 30%),
        linear-gradient(180deg,#fbfaf8 0%,#f8f6f1 100%);
    }

    .opportunity-intro{
      padding:14px 4px 12px 4px;
      align-self:center;
    }

    .opportunity-intro .eyebrow{
      margin-bottom:15px;
      font-size:12px;
      letter-spacing:.13em;
    }

    .opportunity-intro .heading{
      max-width:430px;
      font-size:42px;
      line-height:1.1;
      letter-spacing:-.035em;
    }

    .opportunity-intro .heading .line-break{
      display:block;
    }

    .opportunity-intro .desc{
      max-width:390px;
      margin-top:18px;
      font-size:16px;
      line-height:1.72;
    }

    .mini-divider{
      width:48px;
      height:3px;
      border-radius:3px;
      background:#c99c42;
      margin:24px 0 23px;
    }

    .investment-stats{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      margin-top:24px;
      max-width:430px;
    }

    .investment-stat{
      position:relative;
      padding-right:12px;
      min-height:86px;
    }

    .investment-stat:not(:last-child)::after{
      content:"";
      position:absolute;
      right:0;
      top:12px;
      width:4px;
      height:4px;
      border-radius:50%;
      background:#d8b56d;
    }

    .stat-icon{
      width:34px;
      height:34px;
      display:grid;
      place-items:center;
      margin-bottom:8px;
      color:#b78a38;
      font-size:22px;
    }

    .investment-stat strong{
      display:block;
      font-family:"Playfair Display",serif;
      font-size:25px;
      line-height:1.05;
      color:#174a43;
      margin-bottom:5px;
    }

    .investment-stat span{
      display:block;
      font-size:11px;
      line-height:1.45;
      color:#31474f;
      font-weight:600;
    }

    .opportunity-intro .btn{
      margin-top:24px;
      border-radius:6px;
      min-height:46px;
      padding:0 18px;
      font-size:13px;
      gap:14px;
      background:#0c4d46;
    }

    .opportunity-intro .btn-circle{
      width:auto;
      height:auto;
      min-width:0;
      background:transparent;
      color:#d6ad59;
      flex:0 0 auto;
      font-size:18px;
    }

    .opportunity-cards{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      grid-template-rows:repeat(2,210px);
      gap:12px;
      align-self:center;
    }

    .op-card{
      position:relative;
      min-height:0;
      overflow:hidden;
      border-radius:12px;
      border:1px solid rgba(255,255,255,.55);
      background:#173544;
      box-shadow:0 12px 28px rgba(10,37,54,.09);
      isolation:isolate;
    }

    .op-card .media{
      position:absolute;
      inset:0;
      height:auto;
    }

    .op-card .media img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .4s ease;
    }

    .op-card::before{
      content:"";
      position:absolute;
      inset:0;
      z-index:1;
      background:
        linear-gradient(180deg,rgba(6,31,45,.12) 0%,rgba(6,31,45,.12) 38%,rgba(6,31,45,.72) 100%);
    }

    .op-card:hover .media img{
      transform:scale(1.045);
    }

    .op-card-body{
      position:absolute;
      inset:0;
      z-index:2;
      padding:22px 20px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      color:#fff;
    }

    .op-card h3{
      margin:0;
      max-width:180px;
      font-family:"DM Sans",sans-serif;
      font-size:20px;
      line-height:1.22;
      font-weight:700;
      letter-spacing:-.02em;
      color:#fff;
      text-shadow:0 2px 12px rgba(0,0,0,.24);
    }

    .op-line,
    .op-card p,
    .op-card a{
      display:none;
    }

    .tile-arrow{
      align-self:flex-end;
      width:38px;
      height:38px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:#d6a23c;
      color:#fff;
      font-size:20px;
      box-shadow:0 8px 18px rgba(0,0,0,.16);
      transition:.25s ease;
    }

    .op-card:hover .tile-arrow{
      transform:translateX(3px);
      background:#e0ad48;
    }

    .journey-section{
      padding:0;
      display:grid;
      grid-template-columns:1.03fr .97fr;
      gap:0;
      align-items:stretch;
    }
    .journey-collage{
      min-height:690px;
      position:relative;
      overflow:hidden;
      border-right:1px solid #efebe4;
      background:#e8eef1;
    }
    .journey-collage-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      grid-template-rows:62% 38%;
      height:100%;
    }
    .journey-collage-grid img{
      width:100%;height:100%;object-fit:cover;
    }
    .journey-collage-grid .big{
      grid-column:1 / 3;
      grid-row:1 / 2;
    }
    .population-card{
      position:absolute;
      left:50%;
      bottom:112px;
      transform:translateX(-50%);
      width:188px;height:178px;
      border-radius:24px;
      background:linear-gradient(180deg,#0f6052,#0a403a);
      color:#fff;
      display:grid;
      place-items:center;
      text-align:center;
      box-shadow:0 18px 40px rgba(7,29,52,.22);
      border:5px solid rgba(255,255,255,.28);
    }
    .population-card .icon{
      font-size:34px;color:#d1a34f;margin-bottom:6px
    }
    .population-card b{
      display:block;font-family:"Playfair Display",serif;
      font-size:54px;line-height:1;margin-bottom:5px;
    }
    .population-card span{
      font-size:15px;font-weight:600;color:#f1f4f4;
    }

    .journey-copy{
      padding:46px 44px 34px;
      display:flex;flex-direction:column;justify-content:center;
    }
    .journey-copy .heading{
      font-size:66px;
      line-height:.98;
      max-width:580px;
    }
    .journey-copy .desc{max-width:560px}
    .opportunity-box{
      margin-top:28px;
      padding:34px 28px;
      background:rgba(255,255,255,.55);
      border:1px solid #eee8df;
      border-radius:22px;
    }
    .opportunity-box h4{
      margin:0 0 16px;
      font-family:"Playfair Display",serif;
      font-size:30px;
      font-weight:600;
      color:#22363d;
    }
    .check-list{
      display:grid;gap:18px;
    }
    .check-item{
      display:flex;align-items:center;gap:14px;
      font-size:18px;line-height:1.55;color:#30444d;
    }
    .check-icon{
      width:30px;height:30px;border-radius:50%;
      background:#0b5a4d;color:#fff;
      display:grid;place-items:center;
      font-size:16px;flex:0 0 30px;
    }
    .copy-bottom{
      display:flex;align-items:center;justify-content:space-between;gap:18px;
      margin-top:30px;
      padding-top:4px;
    }
    .glocal-sign{
      display:flex;align-items:center;gap:16px;min-width:max-content;
    }
    .glocal-sign .g{
      font-family:"Playfair Display",serif;font-size:74px;line-height:1;color:#1b574b
    }
    .glocal-sign .t1{
      font-size:18px;letter-spacing:.36em;font-weight:700;color:#27404a
    }
    .glocal-sign .t2{
      margin-top:4px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#6c7a80
    }

    /* INVESTMENT OPPORTUNITY FEATURE SECTION */
    .cta-section{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      align-items:stretch;
      min-height:610px;
      padding:0;
      overflow:hidden;
      background:linear-gradient(180deg,#fbfaf8 0%,#f9f7f2 100%);
    }

    .cta-copy{
      padding:86px 58px 70px 56px;
      position:relative;
      z-index:2;
      background:transparent;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }

    .cta-copy .eyebrow{
      margin-bottom:18px;
      font-size:13px;
      letter-spacing:.15em;
    }

    .cta-copy .heading{
      font-size:76px;
      max-width:540px;
      line-height:.98;
      letter-spacing:-.045em;
    }

    .cta-copy .desc{
      max-width:470px;
      margin-top:24px;
      font-size:16px;
      line-height:1.78;
    }

    .cta-copy .btn{
      margin-top:34px;
      min-height:54px;
      padding:0 22px;
      border-radius:999px;
      font-size:14px;
      background:linear-gradient(90deg,#0b4d45,#0d6a59);
      box-shadow:0 12px 28px rgba(10,94,78,.18);
    }

    .cta-copy .btn-circle{
      width:40px;
      height:40px;
      flex:0 0 40px;
      font-size:18px;
      color:#123742;
      background:#fff;
    }

    .insight-panel-wrap{
      position:relative;
      overflow:hidden;
      display:flex;
      align-items:center;
      justify-content:center;
      min-height:610px;
      padding:28px 26px 28px 0;
      background:
        radial-gradient(circle at 62% 44%, rgba(7,132,99,.22), transparent 22%),
        linear-gradient(135deg,#072235 0%,#06493f 54%,#082133 100%);
      isolation:isolate;
    }

    .insight-panel-wrap::before{
      content:"";
      position:absolute;
      left:-160px;
      top:-46px;
      bottom:-46px;
      width:520px;
      border-radius:280px;
      background:linear-gradient(180deg,#0d5d53 0%,#0b423b 100%);
      z-index:0;
    }

    .insight-panel-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 85% 50%, rgba(255,196,91,.08), transparent 22%);
      z-index:0;
    }

    .insight-panel{
      position:relative;
      z-index:2;
      width:min(90%,760px);
      border-radius:22px;
      border:1px solid rgba(205,164,80,.32);
      background:linear-gradient(180deg,rgba(3,16,26,.38),rgba(3,16,26,.30));
      box-shadow:
        0 24px 60px rgba(0,0,0,.22),
        inset 0 0 0 1px rgba(255,255,255,.03);
      overflow:hidden;
      backdrop-filter:blur(2px);
    }

    .insight-head{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding:28px 30px 18px;
      border-bottom:1px solid rgba(205,164,80,.14);
    }

    .insight-head small{
      display:block;
      margin-bottom:12px;
      color:#d8ae58;
      font-size:12px;
      letter-spacing:.15em;
      text-transform:uppercase;
      font-weight:700;
    }

    .insight-head h4{
      margin:0;
      font-family:"Playfair Display",serif;
      color:#fff;
      font-size:54px;
      line-height:.98;
      letter-spacing:-.04em;
      font-weight:600;
    }

    .insight-head p{
      margin:10px 0 0;
      color:#d9b05f;
      font-size:18px;
      font-weight:600;
      line-height:1.35;
    }

    .ethiopia-mark{
      min-width:148px;
      display:grid;
      place-items:center;
      color:#d9b05f;
      font-size:76px;
      line-height:1;
      opacity:.98;
    }

    .panel-row{
      display:grid;
      grid-template-columns:92px 1.1fr .9fr;
      gap:18px;
      padding:22px 30px;
      align-items:center;
      border-bottom:1px solid rgba(255,255,255,.08);
      color:#fff;
    }

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

    .panel-icon{
      width:74px;
      height:74px;
      border-radius:16px;
      border:1px solid rgba(205,164,80,.28);
      display:grid;
      place-items:center;
      color:#d4ad5c;
      font-size:34px;
      background:rgba(255,255,255,.015);
    }

    .panel-meta small{
      display:block;
      margin-bottom:8px;
      color:#fff;
      opacity:.97;
      font-size:13px;
      font-weight:700;
      letter-spacing:.12em;
      text-transform:uppercase;
    }

    .panel-meta b{
      display:block;
      font-size:50px;
      line-height:1;
      font-family:"Playfair Display",serif;
      font-weight:600;
      margin-bottom:6px;
      color:#fff;
    }

    .panel-meta p,
    .panel-right p{
      margin:0;
      font-size:16px;
      line-height:1.55;
      color:#f0f3f3;
    }

    .growth-graph{
      position:relative;
      height:92px;
      border-left:1px solid rgba(255,255,255,.10);
      padding-left:22px;
      display:flex;
      align-items:center;
    }

    .growth-graph svg{
      width:100%;
      height:88px;
      overflow:visible;
    }

    .panel-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px 14px;
      color:#fff;
      font-size:15px;
      line-height:1.55;
    }

    .panel-tags span::before{
      content:"•";
      color:#d4ad5c;
      margin-right:8px;
    }

    .panel-cta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      border-left:1px solid rgba(255,255,255,.10);
      padding-left:22px;
    }

    .panel-cta .route-text{
      font-size:16px;
      line-height:1.6;
      color:#f0f4f4;
      max-width:290px;
    }

    .learn-link{
      color:#ebb850;
      font-size:18px;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      gap:14px;
      white-space:nowrap;
    }

    .learn-link .arrow{
      width:42px;
      height:42px;
      border-radius:50%;
      border:1px solid #d3a64f;
      display:grid;
      place-items:center;
      font-size:20px;
    }

    .footer{
      background:var(--navy);color:#fff;padding:34px 0 14px;margin-top:26px;
    }
    .footer-grid{
      display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr 1.05fr;gap:28px;
    }
    .footer h4{margin:0 0 12px;font-size:14px}
    .footer p,.footer a,.footer li{
      margin:0;
      font-size:12px;line-height:1.65;color:#d0d9df;
    }
    .footer ul{list-style:none;padding:0;margin:0}
    .footer-brand .subcopy{max-width:200px;margin-top:12px}
    .socials{display:flex;gap:8px;margin-top:14px}
    .socials a{
      width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.22);
      display:grid;place-items:center;
    }
    .newsletter{display:flex;margin-top:10px}
    .newsletter input{
      width:100%;min-width:0;height:38px;border:0;border-radius:6px 0 0 6px;padding:8px 12px;
    }
    .newsletter button{
      width:44px;border:1px solid rgba(255,255,255,.18);background:#0d3350;color:#fff;border-radius:0 6px 6px 0;
    }
    .footer-bottom{
      margin-top:24px;padding-top:14px;border-top:1px solid rgba(255,255,255,.14);
      display:flex;align-items:center;justify-content:space-between;gap:20px;
      color:#b3c2ca;font-size:10px;
    }
    .legal{display:flex;gap:18px;flex-wrap:wrap}

    @media (max-width:1200px){
      .heading{font-size:56px}
      .banner-content h1{font-size:56px}
      .opportunity-section{grid-template-columns:330px 1fr}
      .opportunity-intro .heading{font-size:58px}
      .journey-copy .heading{font-size:56px}
      .cta-copy .heading{font-size:56px}
      .insight-head h4{font-size:40px}
    }

    @media (max-width:1020px){
      .menu-btn{display:block}
      .nav-links{display:none}
      .page-banner{min-height:320px}
      .banner-content h1{font-size:48px}
      .opportunity-section,
      .journey-section,
      .cta-section{
        grid-template-columns:1fr;
      }
      .opportunity-intro{
        padding:34px 22px 24px;
      }
      .opportunity-intro .heading,
      .journey-copy .heading,
      .cta-copy .heading{
        font-size:48px;
        max-width:none;
      }
      .opportunity-cards{
        grid-template-columns:1fr;
        gap:12px;
      }
      .op-card .media{height:300px}
      .journey-collage{
        min-height:560px;border-right:none;border-bottom:1px solid #efebe4;
      }
      .journey-copy{
        padding:36px 28px 30px;
      }
      .copy-bottom{
        flex-direction:column;align-items:flex-start;
      }
      .cta-copy{
        padding:44px 32px 34px;
      }
      .insight-panel-wrap{
        min-height:560px;
      }
      .panel-row{
        grid-template-columns:84px 1fr;
      }
      .panel-right{
        grid-column:2;
      }
      .footer-grid{grid-template-columns:repeat(3,1fr)}
    }

    @media (max-width:720px){
      .container{width:min(var(--max),calc(100% - 28px))}
      .header{height:74px}
      .brand-name{font-size:21px}
      .nav-actions .mini-btn{display:none}
      .page-banner{min-height:280px}
      .banner-content h1{font-size:38px}
      .banner-content p{font-size:14px;line-height:1.7}
      .opportunity-section{padding:14px}
      .opportunity-intro .heading,
      .journey-copy .heading,
      .cta-copy .heading{
        font-size:38px;
      }
      .desc{font-size:14px;line-height:1.75}
      .btn{
        min-height:48px;padding:0 18px;font-size:15px;
      }
      .btn-circle{
        width:36px;height:36px;font-size:17px;flex-basis:36px;
      }
      .journey-collage{min-height:450px}
      .population-card{
        width:145px;height:138px;bottom:80px;
      }
      .population-card b{font-size:40px}
      .population-card span{font-size:12px}
      .opportunity-box{
        padding:24px 18px;
      }
      .opportunity-box h4{font-size:24px}
      .check-item{font-size:16px}
      .glocal-sign .g{font-size:58px}
      .glocal-sign .t1{font-size:15px;letter-spacing:.26em}
      .glocal-sign .t2{font-size:10px}
      .insight-panel-wrap{
        min-height:auto;padding:34px 12px;
      }
      .insight-panel{
        width:100%;
      }
      .insight-head{
        padding:20px 18px 14px;
      }
      .insight-head h4{font-size:31px}
      .insight-head p{font-size:15px}
      .ethiopia-mark{min-width:78px;font-size:48px}
      .panel-row{
        grid-template-columns:1fr;
        gap:14px;
        padding:18px;
      }
      .panel-icon{width:62px;height:62px;font-size:30px}
      .panel-meta small{font-size:14px}
      .panel-meta b{font-size:40px}
      .panel-meta p,
      .panel-right p,
      .panel-tags,
      .panel-cta .route-text{
        font-size:15px;
      }
      .panel-right{grid-column:auto}
      .learn-link{font-size:18px}
      .learn-link .arrow{width:38px;height:38px;font-size:18px}
      .footer-grid{grid-template-columns:1fr 1fr}
      .footer-bottom{flex-direction:column;align-items:flex-start}
    }

    @media (max-width:520px){
      .banner-content h1{font-size:34px}
      .opportunity-intro .heading,
      .journey-copy .heading,
      .cta-copy .heading{
        font-size:32px;
      }
      .journey-collage-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:56% 44%;
      }
      .journey-collage{min-height:390px}
      .population-card{
        width:128px;height:122px;
      }
      .population-card b{font-size:32px}
      .footer-grid{grid-template-columns:1fr}
    }
  
    /* Responsive adjustments for redesigned Why Invest section */
    @media (max-width:1020px){
      .opportunity-section{
        grid-template-columns:1fr;
        gap:24px;
        padding:26px;
      }

      .opportunity-intro{
        padding:8px 2px 2px;
      }

      .opportunity-intro .heading{
        font-size:38px;
        max-width:620px;
      }

      .opportunity-intro .desc{
        max-width:680px;
        font-size:15px;
      }

      .investment-stats{
        max-width:620px;
      }

      .opportunity-cards{
        grid-template-columns:repeat(3,1fr);
        grid-template-rows:repeat(2,190px);
      }
    }

    @media (max-width:720px){
      .opportunity-section{
        padding:18px;
      }

      .opportunity-intro .heading{
        font-size:30px;
      }

      .opportunity-intro .desc{
        font-size:14px;
      }

      .investment-stats{
        grid-template-columns:1fr 1fr;
        gap:18px 12px;
      }

      .investment-stat:not(:last-child)::after{
        display:none;
      }

      .opportunity-cards{
        grid-template-columns:1fr 1fr;
        grid-template-rows:repeat(3,180px);
        gap:10px;
      }

      .op-card h3{
        font-size:17px;
      }
    }

    @media (max-width:520px){
      .investment-stats{
        grid-template-columns:1fr;
      }

      .opportunity-cards{
        grid-template-columns:1fr;
        grid-template-rows:repeat(6,190px);
      }

      .op-card h3{
        font-size:18px;
      }
    }


    /* CTA section responsive refinements */
    @media (max-width:1200px){
      .cta-copy .heading{font-size:62px}
      .insight-head h4{font-size:46px}
    }

    @media (max-width:1020px){
      .cta-section{
        grid-template-columns:1fr;
      }
      .cta-copy{
        padding:52px 34px 38px;
      }
      .cta-copy .heading{
        font-size:48px;
        max-width:none;
      }
      .insight-panel-wrap{
        min-height:auto;
        padding:26px 18px 28px;
      }
      .insight-panel-wrap::before{
        left:-120px;
        width:420px;
        top:-30px;
        bottom:-30px;
      }
      .panel-row{
        grid-template-columns:84px 1fr;
      }
      .panel-right{
        grid-column:2;
      }
      .growth-graph,
      .panel-cta{
        border-left:none;
        padding-left:0;
      }
    }

    @media (max-width:720px){
      .cta-copy{
        padding:34px 22px 28px;
      }
      .cta-copy .heading{
        font-size:36px;
      }
      .cta-copy .desc{
        font-size:14px;
      }
      .cta-copy .btn{
        min-height:48px;
        font-size:14px;
      }
      .insight-panel{
        width:100%;
      }
      .insight-head{
        padding:20px 18px 14px;
      }
      .insight-head h4{
        font-size:34px;
      }
      .insight-head p{
        font-size:15px;
      }
      .ethiopia-mark{
        min-width:76px;
        font-size:52px;
      }
      .panel-row{
        grid-template-columns:1fr;
        gap:14px;
        padding:18px;
      }
      .panel-icon{
        width:62px;
        height:62px;
        font-size:30px;
      }
      .panel-meta b{
        font-size:38px;
      }
      .panel-meta p,
      .panel-tags,
      .learn-link{
        font-size:15px;
      }
      .panel-right{
        grid-column:auto;
      }
      .growth-graph{
        height:72px;
      }
      .panel-cta{
        justify-content:flex-start;
      }
      .learn-link .arrow{
        width:38px;
        height:38px;
        font-size:18px;
      }
    }


    /* FINAL FAQ + INVESTMENT FORM SECTION */
    .final-invest-section{
      padding:10px 0px;
    }

    .final-invest-grid{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:22px;
      align-items:stretch;
    }

    .faq-panel{
      position:relative;
      overflow:hidden;
      border-radius:22px;
      border:1px solid rgba(205,164,80,.20);
      background:
        radial-gradient(circle at 40% 30%, rgba(11,123,95,.18), transparent 30%),
        linear-gradient(135deg,#082339 0%,#0b5a4e 54%,#08253c 100%);
      box-shadow:0 18px 40px rgba(7,29,52,.10);
      padding:28px 22px 22px;
      color:#fff;
    }

    .faq-panel::before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:22px;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
      pointer-events:none;
    }

    .faq-title{
      margin:0 0 18px;
      color:#d8ae58;
      font-size:13px;
      text-transform:uppercase;
      letter-spacing:.14em;
      font-weight:700;
    }

    .faq-list{
      display:grid;
      gap:12px;
    }

    .faq-item{
      border:1px solid rgba(210,171,90,.35);
      border-radius:14px;
      background:rgba(255,255,255,.02);
      overflow:hidden;
      transition:.25s ease;
    }

    .faq-question{
      width:100%;
      background:none;
      border:0;
      color:#fff;
      text-align:left;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      font-size:18px;
      font-weight:600;
      cursor:pointer;
    }

    .faq-question span:last-child{
      color:#f1c266;
      font-size:28px;
      line-height:1;
      flex:0 0 auto;
      transition:transform .25s ease;
    }

    .faq-answer{
      max-height:0;
      overflow:hidden;
      transition:max-height .3s ease;
    }

    .faq-answer p{
      margin:0;
      padding:0 20px 18px;
      color:rgba(255,255,255,.84);
      font-size:14px;
      line-height:1.7;
    }

    .faq-item.active{
      background:rgba(255,255,255,.045);
      box-shadow:0 10px 24px rgba(0,0,0,.10);
    }

    .faq-item.active .faq-question span:last-child{
      transform:rotate(45deg);
    }

    .invest-form-panel{
      border-radius:22px;
      background:linear-gradient(180deg,#ffffff 0%,#fbfaf8 100%);
      border:1px solid #ece6dc;
      box-shadow:0 16px 36px rgba(7,29,52,.06);
      padding:28px 26px 24px;
      position:relative;
      overflow:hidden;
    }

    .invest-form-panel::after{
      content:"";
      position:absolute;
      right:-40px;
      top:-34px;
      width:160px;
      height:160px;
      border:1px solid rgba(212,174,88,.20);
      border-radius:50%;
      pointer-events:none;
    }

    .invest-form-title{
      margin:0;
      font-family:"Playfair Display",serif;
      font-size:52px;
      line-height:1.02;
      letter-spacing:-.035em;
      color:#152f39;
    }

    .invest-form-desc{
      margin:18px 0 26px;
      max-width:620px;
      color:#52636b;
      font-size:16px;
      line-height:1.75;
    }

    .invest-form-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }

    .field-group{
      display:flex;
      flex-direction:column;
      gap:8px;
    }

    .field-group.col-span-2{
      grid-column:span 2;
    }

    .field-group label{
      font-size:13px;
      font-weight:600;
      color:#31454e;
    }

    .field-group label .req{
      color:#c08f3b;
    }

    .field-group input,
    .field-group select,
    .field-group textarea{
      width:100%;
      min-width:0;
      height:52px;
      border:1px solid #e6e1d8;
      border-radius:10px;
      padding:12px 14px;
      font-size:15px;
      color:#223842;
      background:#fff;
      outline:none;
      transition:border-color .2s ease, box-shadow .2s ease;
    }

    .field-group textarea{
      height:52px;
      resize:vertical;
      min-height:52px;
    }

    .field-group input:focus,
    .field-group select:focus,
    .field-group textarea:focus{
      border-color:#caa054;
      box-shadow:0 0 0 3px rgba(202,160,84,.10);
    }

    .phone-wrap{
      display:grid;
      grid-template-columns:92px 1fr;
      gap:10px;
    }

    .submit-invest{
      margin-top:18px;
      width:100%;
      min-height:54px;
      border:0;
      border-radius:10px;
      background:linear-gradient(90deg,#0a4b43,#0c6b58);
      color:#fff;
      font-size:15px;
      font-weight:700;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:12px;
      cursor:pointer;
      box-shadow:0 12px 28px rgba(10,94,78,.16);
    }

    .submit-invest span{
      color:#e2b45a;
      font-size:19px;
    }

    @media (max-width:1200px){
      .invest-form-title{font-size:44px}
    }

    @media (max-width:1020px){
      .final-invest-grid{
        grid-template-columns:1fr;
      }
      .invest-form-title{
        font-size:40px;
      }
      .invest-form-grid{
        grid-template-columns:1fr 1fr;
      }
      .field-group.col-span-2{
        grid-column:span 2;
      }
    }

    @media (max-width:720px){
      .faq-panel,
      .invest-form-panel{
        padding:22px 18px 18px;
      }
      .faq-question{
        font-size:16px;
        padding:16px 16px;
      }
      .invest-form-title{
        font-size:32px;
      }
      .invest-form-desc{
        font-size:14px;
        margin:14px 0 18px;
      }
      .invest-form-grid{
        grid-template-columns:1fr;
      }
      .field-group.col-span-2{
        grid-column:auto;
      }
      .phone-wrap{
        grid-template-columns:82px 1fr;
      }
      .submit-invest{
        min-height:50px;
      }
    }


    /* ===== COMPACT INVESTMENT FEATURE SECTION ===== */
    .cta-section{
      min-height:470px !important;
    }

    .cta-copy{
      padding:54px 42px 46px !important;
    }

    .cta-copy .eyebrow{
      font-size:11px !important;
      margin-bottom:12px !important;
    }

    .cta-copy .heading{
      font-size:52px !important;
      line-height:1.02 !important;
      max-width:500px !important;
    }

    .cta-copy .mini-divider{
      margin-top:18px !important;
      margin-bottom:18px !important;
    }

    .cta-copy .desc{
      font-size:14px !important;
      line-height:1.7 !important;
      margin-top:16px !important;
      max-width:430px !important;
    }

    .cta-copy .btn{
      margin-top:24px !important;
      min-height:48px !important;
      font-size:13px !important;
      padding:0 18px !important;
    }

    .cta-copy .btn-circle{
      width:34px !important;
      height:34px !important;
      flex-basis:34px !important;
      font-size:16px !important;
    }

    .insight-panel-wrap{
      min-height:470px !important;
      padding:20px 22px 20px 0 !important;
    }

    .insight-panel{
      width:min(90%,700px) !important;
    }

    .insight-head{
      padding:20px 24px 14px !important;
    }

    .insight-head small{
      font-size:10px !important;
      margin-bottom:8px !important;
    }

    .insight-head h4{
      font-size:40px !important;
    }

    .insight-head p{
      font-size:15px !important;
      margin-top:6px !important;
    }

    .ethiopia-mark{
      min-width:105px !important;
      font-size:58px !important;
    }

    .panel-row{
      grid-template-columns:76px 1.08fr .92fr !important;
      gap:14px !important;
      padding:16px 24px !important;
    }

    .panel-icon{
      width:58px !important;
      height:58px !important;
      font-size:27px !important;
      border-radius:12px !important;
    }

    .panel-meta small{
      font-size:11px !important;
      margin-bottom:6px !important;
    }

    .panel-meta b{
      font-size:38px !important;
      margin-bottom:4px !important;
    }

    .panel-meta p,
    .panel-right p{
      font-size:13px !important;
      line-height:1.5 !important;
    }

    .growth-graph{
      height:70px !important;
      padding-left:16px !important;
    }

    .growth-graph svg{
      height:68px !important;
    }

    .panel-tags{
      font-size:13px !important;
      gap:7px 12px !important;
    }

    .panel-cta{
      padding-left:16px !important;
    }

    .learn-link{
      font-size:15px !important;
      gap:10px !important;
    }

    .learn-link .arrow{
      width:34px !important;
      height:34px !important;
      font-size:16px !important;
    }

    @media (max-width:1020px){
      .cta-section{
        min-height:auto !important;
      }
      .cta-copy .heading{
        font-size:42px !important;
      }
      .insight-panel-wrap{
        min-height:auto !important;
        padding:22px 18px !important;
      }
    }

    @media (max-width:720px){
      .cta-copy{
        padding:30px 20px 24px !important;
      }
      .cta-copy .heading{
        font-size:32px !important;
      }
      .cta-copy .desc{
        font-size:14px !important;
      }
      .insight-head h4{
        font-size:30px !important;
      }
      .panel-row{
        grid-template-columns:1fr !important;
        padding:15px 16px !important;
      }
      .panel-right{
        grid-column:auto !important;
      }
    }


    /* ===== GLOBAL POLISH: HOVERS + CONSISTENT SECTION SPACING ===== */

    /* Consistent vertical rhythm between all main content sections */
    .page-wrap{
      padding:48px 0 !important;
    }

    .page-wrap > .container{
      display:flex;
      flex-direction:column;
      gap:36px;
    }

    .section-card{
      margin-bottom:0 !important;
    }

    .final-invest-section{
      padding:0 0 48px !important;
    }

    /* Give each major section balanced internal breathing room */
    .opportunity-section{
      padding-top:34px !important;
      padding-bottom:34px !important;
    }

    .journey-section{
      min-height:560px;
    }

    .cta-section{
      min-height:470px !important;
    }

    /* Smooth transitions globally for interactive elements */
    .op-card,
    .journey-collage-grid img,
    .page-banner,
    .btn,
    .tile-arrow,
    .population-card,
    .insight-panel,
    .faq-item,
    .investment-stat{
      transition:
        transform .38s cubic-bezier(.2,.7,.2,1),
        box-shadow .38s ease,
        filter .38s ease,
        opacity .38s ease,
        border-color .38s ease;
    }

    /* Opportunity image cards */
    .op-card{
      overflow:hidden;
      transform:translateZ(0);
    }

    .op-card .media img{
      transition:transform .55s cubic-bezier(.2,.7,.2,1), filter .45s ease !important;
      will-change:transform;
    }

    .op-card::before{
      transition:background .4s ease, opacity .4s ease;
    }

    .op-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 34px rgba(10,37,54,.16);
    }

    .op-card:hover .media img{
      transform:scale(1.08) !important;
      filter:saturate(1.08) contrast(1.03);
    }

    .op-card:hover::before{
      background:
        linear-gradient(180deg,rgba(6,31,45,.06) 0%,rgba(6,31,45,.10) 34%,rgba(6,31,45,.78) 100%);
    }

    .op-card:hover .tile-arrow{
      transform:translateX(4px) scale(1.06);
      box-shadow:0 10px 22px rgba(0,0,0,.22);
    }

    /* Journey collage hover */
    .journey-collage{
      overflow:hidden;
    }

    .journey-collage-grid{
      overflow:hidden;
    }

    .journey-collage-grid img{
      transform:scale(1);
      will-change:transform;
    }

    .journey-collage-grid img:hover{
      transform:scale(1.045);
      filter:saturate(1.06) contrast(1.02);
      z-index:2;
      position:relative;
    }

    .population-card:hover{
      transform:translateX(-50%) translateY(-6px) scale(1.025);
      box-shadow:0 24px 46px rgba(7,29,52,.26);
    }

    /* Investment panel gets a subtle premium interaction */
    .insight-panel:hover{
      transform:translateY(-4px);
      box-shadow:
        0 30px 70px rgba(0,0,0,.28),
        inset 0 0 0 1px rgba(255,255,255,.04);
    }

    /* Stat micro-interactions */
    .investment-stat:hover{
      transform:translateY(-3px);
    }

    .investment-stat:hover .stat-icon{
      transform:scale(1.08);
    }

    .stat-icon{
      transition:transform .3s ease;
    }

    /* CTA button polish */
    .btn:hover,
    .submit-invest:hover{
      transform:translateY(-2px);
      box-shadow:0 14px 30px rgba(10,94,78,.20);
    }

    .btn-circle,
    .learn-link .arrow{
      transition:transform .3s ease, background .3s ease;
    }

    .btn:hover .btn-circle,
    .learn-link:hover .arrow{
      transform:translateX(3px);
    }

    /* FAQ hover */
    .faq-item:hover{
      border-color:rgba(210,171,90,.55);
      transform:translateY(-2px);
    }

    /* Banner subtle depth without making it homepage-like */
    .page-banner{
      background-position:center center !important;
    }

    .page-banner:hover{
      background-size:103% auto;
    }

    /* Equal desktop spacing around content blocks */
    @media (min-width:1021px){
      .page-wrap{
        padding-top:52px !important;
        padding-bottom:52px !important;
      }

      .page-wrap > .container{
        gap:40px;
      }

      .final-invest-section{
        padding:50px 50px !important;
      }
    }

    /* Tablet */
    @media (max-width:1020px){
      .page-wrap{
        padding:36px 0 !important;
      }

      .page-wrap > .container{
        gap:30px;
      }

      .opportunity-section{
        padding-top:26px !important;
        padding-bottom:26px !important;
      }

      .final-invest-section{
        padding-bottom:36px !important;
      }

      .journey-section{
        min-height:auto;
      }
    }

    /* Mobile: keep spacing even, lighter hover/touch movement */
    @media (max-width:720px){
      .page-wrap{
        padding:26px 0 !important;
      }

      .page-wrap > .container{
        gap:22px;
      }

      .section-card{
        border-radius:18px;
      }

      .final-invest-section{
        padding-bottom:26px !important;
      }

      .op-card:hover{
        transform:translateY(-3px);
      }

      .journey-collage-grid img:hover{
        transform:scale(1.025);
      }

      .page-banner:hover{
        background-size:cover;
      }
    }

    /* Respect reduced-motion preference */
    @media (prefers-reduced-motion: reduce){
      .op-card,
      .op-card .media img,
      .journey-collage-grid img,
      .btn,
      .tile-arrow,
      .population-card,
      .insight-panel,
      .faq-item,
      .investment-stat{
        transition:none !important;
      }

      .op-card:hover,
      .journey-collage-grid img:hover,
      .population-card:hover,
      .insight-panel:hover,
      .investment-stat:hover,
      .btn:hover{
        transform:none !important;
      }
    }
