/* Innovate Community — Fundraising expertise navigation — 11.08.2026 */
html body.page-service .fundraising-expertise-block{
  width:100%;
  margin:0 0 clamp(70px,8vw,112px);
  padding:0;
}
html body.page-service .fundraising-expertise-head{
  display:grid;
  grid-template-columns:minmax(150px,230px) minmax(0,1fr);
  gap:clamp(30px,6vw,86px);
  padding:0 0 clamp(34px,4vw,54px);
  align-items:start;
}
html body.page-service .fundraising-expertise-kicker{
  margin:0;
  font-family:"Space Grotesk",Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:.14em;
  text-transform:uppercase;
}
html body.page-service .fundraising-expertise-heading{
  max-width:830px;
  margin:0;
  font-family:"Space Grotesk",Arial,sans-serif;
  font-size:clamp(31px,3.4vw,54px);
  font-weight:500;
  line-height:1.04;
  letter-spacing:-.045em;
}
html body.page-service .fundraising-expertise-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(17,17,17,.28);
  border-left:1px solid rgba(17,17,17,.28);
}
html body.page-service a.fundraising-expertise-card{
  min-height:250px;
  padding:clamp(28px,3.2vw,44px);
  border-right:1px solid rgba(17,17,17,.28);
  border-bottom:1px solid rgba(17,17,17,.28);
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  text-decoration:none !important;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:34px;
  background:transparent;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
html body.page-service .fundraising-expertise-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
html body.page-service .fundraising-expertise-card-index{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:"Space Grotesk",Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
html body.page-service .fundraising-expertise-card-index::before{
  content:"";
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#ccff00;
  border:1px solid #111;
}
html body.page-service .fundraising-expertise-card-arrow{
  font-family:"Space Grotesk",Arial,sans-serif;
  font-size:24px;
  line-height:1;
  transition:transform .22s ease;
}
html body.page-service .fundraising-expertise-card h3{
  margin:0 0 15px !important;
  max-width:15ch;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(27px,2.6vw,42px) !important;
  font-weight:500 !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
}
html body.page-service .fundraising-expertise-card p{
  margin:0 !important;
  max-width:35ch;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:clamp(18px,1.25vw,22px) !important;
  line-height:1.43 !important;
}
html body.page-service a.fundraising-expertise-card:hover,
html body.page-service a.fundraising-expertise-card:focus-visible{
  background:#111;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  outline:none;
}
html body.page-service a.fundraising-expertise-card:hover *,
html body.page-service a.fundraising-expertise-card:focus-visible *{
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
}
html body.page-service a.fundraising-expertise-card:hover .fundraising-expertise-card-arrow,
html body.page-service a.fundraising-expertise-card:focus-visible .fundraising-expertise-card-arrow{
  transform:translate(4px,-4px);
}
html body.page-service a.fundraising-expertise-card:hover .fundraising-expertise-card-index::before,
html body.page-service a.fundraising-expertise-card:focus-visible .fundraising-expertise-card-index::before{
  border-color:#ccff00;
}
@media(max-width:760px),(hover:none),(pointer:coarse){
  html body.page-service .fundraising-expertise-head{
    grid-template-columns:1fr;
    gap:18px;
  }
  html body.page-service .fundraising-expertise-grid{
    grid-template-columns:1fr;
  }
  html body.page-service a.fundraising-expertise-card{
    min-height:210px;
    padding:28px 24px;
  }
  html body.page-service .fundraising-expertise-card h3{
    font-size:clamp(28px,9vw,40px) !important;
  }
}
