
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    color:#000000;
    font-size: 16px;
    word-wrap: break-word;
    background:#fff;

}


body.lang_en-GB{
 font-family: 'Noto Sans','Arial', sans-serif;
}

body.lang_hy-AM {
    font-family: 'Arial', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size:24px;
    
}
a, a:focus, a:hover{
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none!important;
    color: #000;
}
p{
   
    line-height: 1.4;
}
ul{
    list-style: none;
}
.fixwidth{
    width:1440px;
    margin:0 auto;
}

ol{
    padding: 0px 0px 0px 40px;
}



 :root{
    --dark-green:#0b3d2e;
    --green:#3fa25a;
    --green-light:#e6f4ea;
    --gray-bg:#f4f5f4;
    --card-bg:#f6f7f6;
    --text-dark:#0b1f16;
    --text-muted:#6b756f;
    --border:#e6e8e6;
    --radius:14px;
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  body{
    font-family:'Segoe UI', Arial, sans-serif;
    color:var(--text-dark);
    background:#fff;
    line-height:1.5;
  }
  img.placeholder{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    background:#e2e5e2;
  }
  a{text-decoration:none;color:inherit;}
  ul{list-style:none;}
  .container{
    max-width:1666px;
    margin:0 auto;
    padding:0 40px;
  }
  section{padding:100px 0;}

  /* ===== HEADER ===== */
  header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:24px 40px;
    max-width:1666px;
    margin:0 auto;
  }
  .logo{
    font-size:22px;
    font-weight:800;
    color:var(--dark-green);
    letter-spacing:1px;
  }
  .logo span{color:var(--green);}
  .logo small{
    display:block;
    font-size:9px;
    font-weight:600;
    letter-spacing:2px;
    color:var(--text-muted);
  }
  nav ul{
    display:flex;
    gap:36px;
    font-size:14px;
    font-weight:500;
  }
  .lang-switch{
    display:flex;
    gap:6px;
  }
  .lang-switch button{
    border:1px solid var(--border);
    background:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    cursor:pointer;
  }
  .lang-switch button.active{
    border-color:var(--dark-green);
  }

  /* ===== HERO ===== */
  .hero{
    position:relative;
    text-align:center;
    padding:60px 40px 0;
    overflow:hidden;
  }
  .hero .eyebrow{
    color:var(--green);
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
    margin-bottom:20px;
  }
  .hero h1{
    font-size:56px;
    font-weight:800;
    color:var(--dark-green);
    line-height:1.15;
    letter-spacing:1px;
  }
  .btn-primary{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:var(--green);
    color:#fff;
    border:none;
    padding:14px 24px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-top:32px;
    cursor:pointer;
  }
  .btn-primary .arrow-circle{
    background:rgba(255,255,255,0.25);
    width:22px;
    height:22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
  }
  .hero-bg{
    margin-top:40px;
    width:100%;
    height:340px;
    border-radius:var(--radius);
    overflow:hidden;
  }
  .hero-fab{
    position:absolute;
    right:60px;
    bottom:0;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    border:1px solid var(--border);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.06);
  }

  /* ===== SECTION HEADINGS ===== */
  .section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 50px;
  }
  .section-heading h2{
    font-size:40px;
    font-weight:800;
    color:var(--dark-green);
    margin-bottom:14px;
  }
  .section-heading p{
    color:var(--text-muted);
    font-size:15px;
  }

  /* ===== ABOUT ===== */
  .about-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
  }
  .about-card{
    background:var(--card-bg);
    border-radius:var(--radius);
    padding:28px;
  }
  .dots{
    display:flex;
    gap:6px;
    margin-bottom:24px;
  }
  .dots span{
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--green);
    opacity:0.4;
  }
  .dots span:first-child{opacity:1;}
  .about-card h3{
    font-size:17px;
    margin-bottom:10px;
    color:var(--dark-green);
  }
  .about-card p{
    font-size:13.5px;
    color:var(--text-muted);
  }

  /* ===== FUND CARDS (shared) ===== */
  .fund-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    position:relative;
  }
  .fund-card{
    background:var(--card-bg);
    border-radius:var(--radius);
    padding:24px;
    display:flex;
    flex-direction:column;
    min-height:340px;
  }
  .fund-tag{
    color:var(--green);
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
  }
  .fund-card h3{
    font-size:19px;
    color:var(--dark-green);
    margin-bottom:10px;
  }
  .fund-card p{
    font-size:13px;
    color:var(--text-muted);
    margin-bottom:16px;
  }
  .fund-image{
    flex:1;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:16px;
    min-height:140px;
  }
  .fund-link{
    font-size:13px;
    font-weight:600;
    color:var(--dark-green);
  }

  section.funds-section, section.private-funds-section{
    position:relative;
  }

  /* ===== APPROACH ===== */
  .approach-section{
    background:var(--green-light);
    position:relative;
    overflow:hidden;
  }
  .approach-flow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
  }
  .approach-step{
    background:#fff;
    border-radius:12px;
    padding:20px 22px;
    font-size:13px;
    font-weight:600;
    color:var(--text-dark);
    max-width:220px;
    text-align:left;
  }
  .approach-arrow{
    color:var(--green);
    font-size:20px;
  }

  /* ===== PRINCIPLES ===== */
  .principles-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
  }
  .principle-card{
    background:var(--card-bg);
    border:1px solid var(--border);
    border-radius:var(--radius);
    padding:26px;
  }
  .principle-icon{
    width:38px;
    height:38px;
    border-radius:10px;
    background:var(--green);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    font-size:16px;
  }
  .principle-card h3{
    font-size:16px;
    color:var(--dark-green);
    margin-bottom:8px;
  }
  .principle-card p{
    font-size:13px;
    color:var(--text-muted);
  }

  /* ===== GOVERNANCE BAR ===== */
  .governance-bar{
    background:var(--dark-green);
    border-radius:var(--radius);
    margin:0 40px;
    padding:36px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    max-width:1120px;
    margin-inline:auto;
  }
  .governance-bar h3{
    font-size:20px;
    margin-bottom:6px;
  }
  .governance-bar p{
    font-size:13px;
    color:#c9d8d0;
  }
  .btn-light{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:var(--green);
    color:#fff;
    border:none;
    padding:12px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    white-space:nowrap;
  }
  .btn-light .arrow-circle{
    background:rgba(255,255,255,0.25);
    width:20px;height:20px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    font-size:11px;
  }

  /* ===== REQUEST FORM ===== */
  .request-form{
    max-width:900px;
    margin:0 auto;
  }
  .form-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-bottom:16px;
  }
  .form-row input, .request-form textarea{
    width:100%;
    border:1px solid var(--border);
    background:var(--card-bg);
    border-radius:10px;
    padding:14px 16px;
    font-size:13px;
    font-family:inherit;
  }
  .request-form textarea{
    min-height:110px;
    resize:vertical;
  }

  @media(max-width:900px){
    header{flex-wrap:wrap;gap:16px;}
    nav ul{gap:18px;flex-wrap:wrap;}
    .hero h1{font-size:36px;}
    .about-cards, .fund-grid, .principles-grid, .form-row{
      grid-template-columns:1fr;
    }
    .governance-bar{flex-direction:column;gap:20px;align-items:flex-start;}
    section{padding:60px 0;}
  }