.elementor-1137 .elementor-element.elementor-element-be7c05b{--display:flex;}.elementor-1137 .elementor-element.elementor-element-953b971{width:100%;max-width:100%;}.elementor-1137 .elementor-element.elementor-element-953b971.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-953b971 */<style>
  #eathan-ef{
    --cream:#F8ECE1;
    --lavender:#F2E5EC;
    --white:#FFFFFF;
    --plum:#5A2A63;
    --plum-dark:#3F1D47;
    --pink:#D6336C;
    --ink:#221E24;
    --muted:#6B6270;
    --border:#E7D8CB;
    font-family:'Inter', sans-serif;
    line-height:1.65;
    font-size:16px;
    color:var(--ink);
  }
  #eathan-ef *{box-sizing:border-box;}
  #eathan-ef h1, #eathan-ef h2, #eathan-ef h3{
    font-family:'Playfair Display', serif;
    font-weight:700;
    line-height:1.15;
    color:var(--ink);
    margin:0;
  }
  #eathan-ef a{color:inherit;}
  #eathan-ef p{margin:0;}
  #eathan-ef .wrap{max-width:1080px; margin:0 auto; padding:0 24px;}
  #eathan-ef .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:13px 26px; border-radius:30px;
    font-size:0.9rem; font-weight:600; text-decoration:none;
    cursor:pointer; border:1.5px solid var(--ink);
  }
  #eathan-ef .btn-solid{ background:var(--plum); border-color:var(--plum); color:#fff; }
  #eathan-ef .btn-solid:hover{background:var(--plum-dark);}
  #eathan-ef .btn-outline-light{ background:transparent; border-color:#fff; color:#fff; }
  #eathan-ef .btn-outline-light:hover{background:#fff; color:var(--plum-dark);}
  #eathan-ef .btn-outline{ background:transparent; border-color:var(--plum); color:var(--plum-dark); }
  #eathan-ef .btn-outline:hover{background:var(--plum); color:#fff;}
  #eathan-ef .cta-row{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:8px;}
  #eathan-ef .hero{
    background:linear-gradient(155deg, var(--plum-dark) 0%, var(--plum) 55%, #7A3B84 100%);
    padding:64px 0 56px; color:#fff; border-radius:14px; margin-top:24px;
  }
  #eathan-ef .hero-eyebrow{
    display:inline-flex; align-items:center; gap:9px;
    background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.35);
    padding:8px 16px; border-radius:30px; font-size:0.78rem; font-weight:600;
    letter-spacing:0.04em; text-transform:uppercase; margin-bottom:26px;
  }
  #eathan-ef .hero h1{ font-size:clamp(2rem, 5vw, 3rem); max-width:14ch; color:#fff; margin-bottom:18px; }
  #eathan-ef .hero p.lede{ max-width:56ch; font-size:1.06rem; color:#EFE2EC; margin-bottom:30px; }
  #eathan-ef .hero .cta-row{margin-bottom:40px;}
  #eathan-ef .hero .hero-stats{ border-top:1px solid rgba(255,255,255,0.25); padding-top:24px; }
  #eathan-ef .hero .hero-stats .label{color:#D9C3D6;}
  #eathan-ef .hero .hero-stats .val{color:#fff;}
  #eathan-ef .hero-stats{ display:flex; flex-wrap:wrap; gap:0; padding-top:24px; }
  #eathan-ef .hero-stats div{flex:1 1 220px; padding-right:20px;}
  #eathan-ef .hero-stats .label{font-size:0.72rem; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:6px; display:block;}
  #eathan-ef .hero-stats .val{font-weight:600; font-size:1rem; color:var(--ink);}
  #eathan-ef .dot{
    width:8px; height:8px; border-radius:50%; background:#F2A354;
    display:inline-block; flex-shrink:0; position:relative;
    animation:eathanblink 1.4s ease-in-out infinite;
  }
  @keyframes eathanblink{
    0%, 100%{ opacity:1; }
    50%{ opacity:0.25; }
  }
  #eathan-ef section{padding:60px 0;}
  #eathan-ef section.cream{background:var(--cream); border-radius:14px;}
  #eathan-ef section.lavender{background:var(--lavender); border-radius:14px;}
  #eathan-ef .section-head{margin-bottom:32px;}
  #eathan-ef .section-head .kicker{
    font-size:0.78rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em;
    color:var(--pink); display:block; margin-bottom:10px;
  }
  #eathan-ef .section-head h2{font-size:1.8rem;}
  #eathan-ef .lead-text{color:var(--muted); max-width:66ch; margin-bottom:8px; font-size:1rem;}
  #eathan-ef .split{display:grid; grid-template-columns:1.1fr 0.9fr; gap:40px; align-items:center;}
  @media (max-width:820px){#eathan-ef .split{grid-template-columns:1fr;}}
  #eathan-ef .split-panel{ background:var(--white); border:1px solid var(--border); border-radius:8px; padding:32px; }
  #eathan-ef .grid4{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px;}
  #eathan-ef .icard{ background:var(--white); border:1px solid var(--border); border-radius:10px; padding:26px 24px; }
  #eathan-ef .icon-circle{
    width:48px; height:48px; border-radius:50%; background:var(--lavender);
    display:flex; align-items:center; justify-content:center; margin-bottom:16px;
    font-size:1.2rem; color:var(--plum);
  }
  #eathan-ef .icard h3{font-family:'Inter',sans-serif; font-size:1.04rem; font-weight:700; margin-bottom:8px;}
  #eathan-ef .icard p{color:var(--muted); font-size:0.9rem;}
  #eathan-ef .taglist{display:flex; flex-wrap:wrap; gap:10px;}
  #eathan-ef .tag{
    border:1.5px solid var(--plum); color:var(--plum-dark); background:var(--white);
    padding:9px 16px; border-radius:30px; font-size:0.85rem; font-weight:600;
  }
  #eathan-ef .procgrid{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px;}
  #eathan-ef .proccard{ background:var(--white); border:1px solid var(--border); border-radius:10px; overflow:hidden; }
  #eathan-ef .proccard .bar{ height:6px; background:linear-gradient(90deg, var(--pink), var(--plum)); }
  #eathan-ef .proccard .body{padding:22px 22px 24px;}
  #eathan-ef .proccard .step-n{ font-family:'Playfair Display', serif; font-size:1.5rem; font-weight:700; color:var(--pink); margin-bottom:8px; }
  #eathan-ef .proccard h3{font-family:'Inter',sans-serif; font-size:1rem; font-weight:700; margin-bottom:6px;}
  #eathan-ef .proccard p{color:var(--muted); font-size:0.88rem;}
  #eathan-ef .proccard .fine{ display:block; margin-top:10px; font-size:0.78rem; font-weight:600; color:var(--plum-dark); }
  #eathan-ef .twocol{display:grid; grid-template-columns:1fr 1fr; gap:32px;}
  @media (max-width:760px){#eathan-ef .twocol{grid-template-columns:1fr;}}
  #eathan-ef .twocol h3{font-size:1.02rem; margin-bottom:14px; font-family:'Inter',sans-serif; font-weight:700; color:var(--plum-dark);}
  #eathan-ef .checklist{list-style:none; margin:0; padding:0;}
  #eathan-ef .checklist li{ padding-left:24px; position:relative; margin-bottom:12px; font-size:0.94rem; }
  #eathan-ef .checklist li::before{ content:"✓"; position:absolute; left:0; top:0; color:var(--pink); font-weight:700; }
  #eathan-ef .banner{
    background:var(--plum-dark); color:#fff; border-radius:10px; padding:30px 32px;
    display:flex; gap:16px; align-items:flex-start;
  }
  #eathan-ef .banner .dot{margin-top:8px; flex-shrink:0;}
  #eathan-ef .banner p{color:#E9DCE8; font-size:0.96rem;}
  #eathan-ef .banner strong{color:#fff;}
  #eathan-ef .contact-inner{
    background:var(--white); border:1px solid var(--border); border-radius:12px;
    padding:40px 32px; text-align:center;
  }
  #eathan-ef .contact-inner h2{font-size:1.7rem; margin-bottom:12px;}
  #eathan-ef .contact-line{
    font-weight:700; color:var(--plum-dark); font-size:1.02rem;
    display:inline-block; margin:16px 0 24px;
  }
</style>/* End custom CSS */
/* Start custom CSS */<style>
  #eathan-ef{
    --cream:#F8ECE1;
    --lavender:#F2E5EC;
    --white:#FFFFFF;
    --plum:#5A2A63;
    --plum-dark:#3F1D47;
    --pink:#D6336C;
    --ink:#221E24;
    --muted:#6B6270;
    --border:#E7D8CB;
    font-family:'Inter', sans-serif;
    line-height:1.65;
    font-size:16px;
    color:var(--ink);
  }
  #eathan-ef *{box-sizing:border-box;}
  #eathan-ef h1, #eathan-ef h2, #eathan-ef h3{
    font-family:'Playfair Display', serif;
    font-weight:700;
    line-height:1.15;
    color:var(--ink);
    margin:0;
  }
  #eathan-ef a{color:inherit;}
  #eathan-ef p{margin:0;}
  #eathan-ef .wrap{max-width:1080px; margin:0 auto; padding:0 24px;}
  #eathan-ef .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:13px 26px; border-radius:30px;
    font-size:0.9rem; font-weight:600; text-decoration:none;
    cursor:pointer; border:1.5px solid var(--ink);
  }
  #eathan-ef .btn-solid{ background:var(--plum); border-color:var(--plum); color:#fff; }
  #eathan-ef .btn-solid:hover{background:var(--plum-dark);}
  #eathan-ef .btn-outline-light{ background:transparent; border-color:#fff; color:#fff; }
  #eathan-ef .btn-outline-light:hover{background:#fff; color:var(--plum-dark);}
  #eathan-ef .btn-outline{ background:transparent; border-color:var(--plum); color:var(--plum-dark); }
  #eathan-ef .btn-outline:hover{background:var(--plum); color:#fff;}
  #eathan-ef .cta-row{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:8px;}
  #eathan-ef .hero{
    background:linear-gradient(155deg, var(--plum-dark) 0%, var(--plum) 55%, #7A3B84 100%);
    padding:64px 0 56px; color:#fff; border-radius:14px; margin-top:24px;
  }
  #eathan-ef .hero-eyebrow{
    display:inline-flex; align-items:center; gap:9px;
    background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.35);
    padding:8px 16px; border-radius:30px; font-size:0.78rem; font-weight:600;
    letter-spacing:0.04em; text-transform:uppercase; margin-bottom:26px;
  }
  #eathan-ef .hero h1{ font-size:clamp(2rem, 5vw, 3rem); max-width:14ch; color:#fff; margin-bottom:18px; }
  #eathan-ef .hero p.lede{ max-width:56ch; font-size:1.06rem; color:#EFE2EC; margin-bottom:30px; }
  #eathan-ef .hero .cta-row{margin-bottom:40px;}
  #eathan-ef .hero .hero-stats{ border-top:1px solid rgba(255,255,255,0.25); padding-top:24px; }
  #eathan-ef .hero .hero-stats .label{color:#D9C3D6;}
  #eathan-ef .hero .hero-stats .val{color:#fff;}
  #eathan-ef .hero-stats{ display:flex; flex-wrap:wrap; gap:0; padding-top:24px; }
  #eathan-ef .hero-stats div{flex:1 1 220px; padding-right:20px;}
  #eathan-ef .hero-stats .label{font-size:0.72rem; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:6px; display:block;}
  #eathan-ef .hero-stats .val{font-weight:600; font-size:1rem; color:var(--ink);}
  #eathan-ef .dot{
    width:8px; height:8px; border-radius:50%; background:#F2A354;
    display:inline-block; flex-shrink:0; position:relative;
    animation:eathanblink 1.4s ease-in-out infinite;
  }
  @keyframes eathanblink{
    0%, 100%{ opacity:1; }
    50%{ opacity:0.25; }
  }
  #eathan-ef section{padding:60px 0;}
  #eathan-ef section.cream{background:var(--cream); border-radius:14px;}
  #eathan-ef section.lavender{background:var(--lavender); border-radius:14px;}
  #eathan-ef .section-head{margin-bottom:32px;}
  #eathan-ef .section-head .kicker{
    font-size:0.78rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em;
    color:var(--pink); display:block; margin-bottom:10px;
  }
  #eathan-ef .section-head h2{font-size:1.8rem;}
  #eathan-ef .lead-text{color:var(--muted); max-width:66ch; margin-bottom:8px; font-size:1rem;}
  #eathan-ef .split{display:grid; grid-template-columns:1.1fr 0.9fr; gap:40px; align-items:center;}
  @media (max-width:820px){#eathan-ef .split{grid-template-columns:1fr;}}
  #eathan-ef .split-panel{ background:var(--white); border:1px solid var(--border); border-radius:8px; padding:32px; }
  #eathan-ef .grid4{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px;}
  #eathan-ef .icard{ background:var(--white); border:1px solid var(--border); border-radius:10px; padding:26px 24px; }
  #eathan-ef .icon-circle{
    width:48px; height:48px; border-radius:50%; background:var(--lavender);
    display:flex; align-items:center; justify-content:center; margin-bottom:16px;
    font-size:1.2rem; color:var(--plum);
  }
  #eathan-ef .icard h3{font-family:'Inter',sans-serif; font-size:1.04rem; font-weight:700; margin-bottom:8px;}
  #eathan-ef .icard p{color:var(--muted); font-size:0.9rem;}
  #eathan-ef .taglist{display:flex; flex-wrap:wrap; gap:10px;}
  #eathan-ef .tag{
    border:1.5px solid var(--plum); color:var(--plum-dark); background:var(--white);
    padding:9px 16px; border-radius:30px; font-size:0.85rem; font-weight:600;
  }
  #eathan-ef .procgrid{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px;}
  #eathan-ef .proccard{ background:var(--white); border:1px solid var(--border); border-radius:10px; overflow:hidden; }
  #eathan-ef .proccard .bar{ height:6px; background:linear-gradient(90deg, var(--pink), var(--plum)); }
  #eathan-ef .proccard .body{padding:22px 22px 24px;}
  #eathan-ef .proccard .step-n{ font-family:'Playfair Display', serif; font-size:1.5rem; font-weight:700; color:var(--pink); margin-bottom:8px; }
  #eathan-ef .proccard h3{font-family:'Inter',sans-serif; font-size:1rem; font-weight:700; margin-bottom:6px;}
  #eathan-ef .proccard p{color:var(--muted); font-size:0.88rem;}
  #eathan-ef .proccard .fine{ display:block; margin-top:10px; font-size:0.78rem; font-weight:600; color:var(--plum-dark); }
  #eathan-ef .twocol{display:grid; grid-template-columns:1fr 1fr; gap:32px;}
  @media (max-width:760px){#eathan-ef .twocol{grid-template-columns:1fr;}}
  #eathan-ef .twocol h3{font-size:1.02rem; margin-bottom:14px; font-family:'Inter',sans-serif; font-weight:700; color:var(--plum-dark);}
  #eathan-ef .checklist{list-style:none; margin:0; padding:0;}
  #eathan-ef .checklist li{ padding-left:24px; position:relative; margin-bottom:12px; font-size:0.94rem; }
  #eathan-ef .checklist li::before{ content:"✓"; position:absolute; left:0; top:0; color:var(--pink); font-weight:700; }
  #eathan-ef .banner{
    background:var(--plum-dark); color:#fff; border-radius:10px; padding:30px 32px;
    display:flex; gap:16px; align-items:flex-start;
  }
  #eathan-ef .banner .dot{margin-top:8px; flex-shrink:0;}
  #eathan-ef .banner p{color:#E9DCE8; font-size:0.96rem;}
  #eathan-ef .banner strong{color:#fff;}
  #eathan-ef .contact-inner{
    background:var(--white); border:1px solid var(--border); border-radius:12px;
    padding:40px 32px; text-align:center;
  }
  #eathan-ef .contact-inner h2{font-size:1.7rem; margin-bottom:12px;}
  #eathan-ef .contact-line{
    font-weight:700; color:var(--plum-dark); font-size:1.02rem;
    display:inline-block; margin:16px 0 24px;
  }
</style>

<div id="eathan-ef">

  <header class="hero" id="ef-about">
    <div class="wrap">
      <span class="hero-eyebrow"><span class="dot"></span> Fund open — accepting applications through Oct 31, 2026</span>
      <h1>Africa LGBTIQ+ Human Rights Emergency Fund</h1>
      <p class="lede">
        Rapid, flexible, community-led support for LGBTIQ+ activists, groups, and organisations
        across Africa facing crisis — because in moments of danger, how fast help arrives can
        decide what happens next.
      </p>
      <div class="cta-row">
        <a class="btn btn-solid" href="https://forms.gle/4Hpdj4B5a8Sa7xL1A" target="_blank" rel="noopener">Apply Now →</a>
        <a class="btn btn-outline-light" href="#ef-contact">Contact The Fund</a>
      </div>
      <div class="hero-stats">
        <div><span class="label">Application window</span><span class="val">Jul 15 – Oct 31, 2026</span></div>
        <div><span class="label">Fast-track review</span><span class="val">24–72 hrs for high-risk cases</span></div>
        <div><span class="label">Coverage</span><span class="val">Eastern, Southern, Western &amp; Central Africa</span></div>
      </div>
    </div>
  </header>

  <section>
    <div class="wrap">
      <div class="split">
        <div>
          <span class="kicker">About the fund</span>
          <h2 style="margin-bottom:16px;">No one faces a crisis alone</h2>
          <p class="lead-text">
            Across Africa, LGBTIQ+ activists, organisations, and communities continue to face violence,
            forced displacement, arrest, online harassment, blackmail, restrictive laws, and humanitarian
            crises. EATHAN's Africa LGBTIQ+ Emergency Response Fund is a seven-month rapid response
            mechanism built to get urgent, flexible, community-led support to the people and movements
            who need it most — protecting lives, strengthening resilience, and sustaining the ongoing
            struggle for dignity, safety, and human rights.
          </p>
        </div>
        <div class="split-panel">
          <span class="kicker">Who can apply</span>
          <h3 style="font-family:'Inter',sans-serif; font-size:1.1rem; margin-bottom:12px;">Open across the region</h3>
          <ul class="checklist">
            <li>Individual LGBTIQ+ activists</li>
            <li>Grassroots CBOs, CSOs &amp; NGOs</li>
            <li>Registered or unregistered organisations, networks, or collectives — local, national, or regional</li>
          </ul>
        </div>
      </div>
    </div>
  </section>

  <section class="cream">
    <div class="wrap">
      <div class="section-head">
        <span class="kicker">What the fund supports</span>
        <h2>Emergencies we respond to</h2>
      </div>
      <div class="grid4">
        <div class="icard"><div class="icon-circle">⚖</div><h3>Arrest &amp; detention</h3><p>Police crackdowns, arrests, and detention support.</p></div>
        <div class="icard"><div class="icon-circle">🏠</div><h3>Displacement &amp; shelter</h3><p>Forced displacement, emergency relocation, safe shelter and housing.</p></div>
        <div class="icard"><div class="icon-circle">✚</div><h3>Medical &amp; wellbeing</h3><p>Medical emergencies, HIV treatment access, and psychosocial support.</p></div>
        <div class="icard"><div class="icon-circle">🛡</div><h3>Legal &amp; security</h3><p>Legal support, bail assistance, and digital security against online attacks.</p></div>
        <div class="icard"><div class="icon-circle">🏢</div><h3>Organisational continuity</h3><p>Support after office attacks or organisational shutdowns.</p></div>
        <div class="icard"><div class="icon-circle">✊</div><h3>Defender protection</h3><p>Protection for LGBTIQ+ human rights defenders under threat.</p></div>
      </div>
    </div>
  </section>

  <section>
    <div class="wrap">
      <div class="section-head">
        <span class="kicker">What can be covered</span>
        <h2>Flexible, tiered support</h2>
      </div>
      <p class="lead-text" style="margin-bottom:24px;">
        Funding amounts vary with the urgency, scale, and nature of the emergency, aligned to the Fund's tiered grant structure.
      </p>
      <div class="taglist">
        <span class="tag">Emergency crisis grants</span>
        <span class="tag">Temporary relocation</span>
        <span class="tag">Shelter &amp; accommodation</span>
        <span class="tag">Medical &amp; psychosocial care</span>
        <span class="tag">Legal support</span>
        <span class="tag">Emergency transportation</span>
        <span class="tag">Security &amp; safety support</span>
        <span class="tag">Organisational continuity</span>
        <span class="tag">Digital protection &amp; emergency comms</span>
      </div>
    </div>
  </section>

  <section class="lavender" id="ef-apply">
    <div class="wrap">
      <div class="section-head">
        <span class="kicker">How to apply</span>
        <h2>Application process</h2>
      </div>
      <div class="procgrid">
        <div class="proccard">
          <div class="bar"></div>
          <div class="body">
            <div class="step-n">01</div>
            <h3>Submit your request</h3>
            <p>Apply through the secure online form or by email — whichever is safer for your situation. Direct referrals from trusted partners are also welcome.</p>
            <span class="fine">forms.gle/4Hpdj4B5a8Sa7xL1A · emergency@eathan.org</span>
          </div>
        </div>
        <div class="proccard">
          <div class="bar"></div>
          <div class="body">
            <div class="step-n">02</div>
            <h3>Internal review</h3>
            <p>Every application, direct or referred, is reviewed against the Fund's eligibility and safeguarding criteria.</p>
          </div>
        </div>
        <div class="proccard">
          <div class="bar"></div>
          <div class="body">
            <div class="step-n">03</div>
            <h3>Fast-track for high risk</h3>
            <p>Where danger is immediate, fast-track mechanisms allow decisions within 24–72 hours.</p>
          </div>
        </div>
        <div class="proccard">
          <div class="bar"></div>
          <div class="body">
            <div class="step-n">04</div>
            <h3>Support is issued</h3>
            <p>Approved requests receive support matched to the scale and urgency of the emergency.</p>
          </div>
        </div>
      </div>
    </div>
  </section>

  <section id="ef-eligibility">
    <div class="wrap">
      <div class="section-head">
        <span class="kicker">Eligibility</span>
        <h2>What we look for</h2>
      </div>
      <div class="twocol">
        <div>
          <h3>Applicants must show</h3>
          <ul class="checklist">
            <li>A genuine emergency or protection concern</li>
            <li>Clear connection to LGBTIQ+ advocacy, organising, or community support</li>
            <li>Immediate or emerging risk</li>
            <li>A feasible response plan</li>
            <li>Commitment to safeguarding and confidentiality</li>
          </ul>
        </div>
        <div>
          <h3>Applications should include</h3>
          <ul class="checklist">
            <li>Background on the individual or organisation</li>
            <li>Description of the emergency</li>
            <li>Proposed response activities</li>
            <li>Estimated budget, in USD or local currency</li>
            <li>Expected outcomes</li>
            <li>At least two references (individuals or organisations)</li>
          </ul>
        </div>
      </div>
    </div>
  </section>

  <section class="cream">
    <div class="wrap">
      <div class="section-head">
        <span class="kicker">Confidentiality &amp; security</span>
        <h2>Your safety comes first</h2>
      </div>
      <div class="banner">
        <span class="dot"></span>
        <p>
          <strong>All applications are handled through secure, confidential processes.</strong>
          Sensitive information is only accessed by authorised reviewers and emergency response
          personnel. EATHAN applies survivor-centred safeguarding, digital security, and protection
          protocols throughout review and grantmaking.
        </p>
      </div>
    </div>
  </section>

  <section>
    <div class="wrap">
      <div class="section-head">
        <span class="kicker">Reporting &amp; accountability</span>
        <h2>Light-touch, by design</h2>
      </div>
      <p class="lead-text">
        Reporting stays proportionate to an emergency response. Successful applicants may be asked for a short
        narrative report, simplified financial accountability, and basic updates on outcomes and beneficiary
        safety — kept flexible so documentation never puts applicants or beneficiaries at further risk.
      </p>
    </div>
  </section>

  <section id="ef-contact">
    <div class="wrap">
      <div class="contact-inner">
        <span class="kicker">Get in touch</span>
        <h2>Need to apply, refer someone, or ask a question first?</h2>
        <p class="lead-text" style="margin:0 auto 4px; text-align:center;">Reach the Fund directly — every message is treated as confidential.</p>
        <span class="contact-line">emergency@eathan.org</span>
        <div class="cta-row" style="justify-content:center;">
          <a class="btn btn-solid" href="https://forms.gle/4Hpdj4B5a8Sa7xL1A" target="_blank" rel="noopener">Go to secure application form →</a>
        </div>
      </div>
    </div>
  </section>

</div>/* End custom CSS */