


 .gh-about .about-hero {
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 223, 0, 0.12), rgba(15, 15, 18, 0.0));
    border: 1px solid rgba(255, 223, 0, 0.20);
  }

  .gh-about .about-card {
    border-radius: 20px;
    background: rgba(22, 23, 27, 0.90);
    border: 1px dashed rgba(255, 223, 0, 0.25);
  }

  .gh-about .about-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 223, 0, 0.25);
    background: rgba(15, 15, 18, 0.65);
    font-size: .9rem;
    color: rgba(255, 255, 255, 0.85);
  }

  .gh-about .about-title {
    letter-spacing: .2px;
    line-height: 1.1;
  }

  .gh-about .text-soft {
    color: rgba(255, 255, 255, 0.82);
  }

  .gh-about .text-muted-soft {
    color: rgba(255, 255, 255, 0.65);
  }

  .gh-about .highlight {
    color: #FFDF00;
    font-weight: 800;
  }

  .gh-about .divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(255,223,0,0.0), rgba(255,223,0,0.35), rgba(255,223,0,0.0));
    border: 0;
    margin: 1.25rem 0;
  }

  .gh-about .about-section-title {
    font-weight: 800;
    letter-spacing: .2px;
    margin: 0;
  }

  .gh-about .icon-badge {
    /* width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background: rgba(255, 223, 0, 0.12); */
    /* border: 1px solid rgba(255, 223, 0, 0.25); */
    color: #FFDF00;
  }

  .gh-about .feature-list li {
    padding: .55rem .75rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(15, 15, 18, 0.45);
  }

  .gh-about .feature-list li i {
    color: #FFDF00;
  }

  .gh-about .cta-box {
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,223,0,0.18), rgba(22,23,27,0.75));
    border: 1px solid rgba(255,223,0,0.25);
  }

  .gh-about .cta-btn {
    border-radius: 14px;
    font-weight: 800;
    letter-spacing: .2px;
  }



