.elementor-88 .elementor-element.elementor-element-2140672{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-2140672 *//* =========================================
   ABOUT PAGE GLOBAL
========================================= */

.ahgh-about-hero,
.ahgh-about-story,
.ahgh-about-mission,
.ahgh-about-process,
.ahgh-about-audience,
.ahgh-about-trustband,
.ahgh-about-cta{
  background:#05070c;
  color:#ffffff;
}

.ahgh-about__section-title{
  font-size:1.7rem;
  margin:0 0 8px;
  color:#ffffff;
}

.ahgh-about__section-text{
  margin:0;
  font-size:0.96rem;
  color:rgba(255,255,255,0.76);
}

/* ---------- ABOUT HERO ---------- */

.ahgh-about-hero{
  padding:70px 0 60px;
  background:radial-gradient(circle at top left,#182232 0,#05070c 55%,#020308 100%);
}

.ahgh-about-hero__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:minmax(0, 1.4fr) minmax(0, 1fr);
  gap:40px;
  align-items:center;
}

.ahgh-about-hero__eyebrow{
  font-size:0.78rem;
  text-transform:uppercase;
  letter-spacing:0.2em;
  color:rgba(255,255,255,0.7);
  margin:0 0 10px;
}

.ahgh-about-hero__title{
  font-size:2.2rem;
  line-height:1.2;
  margin:0 0 14px;
  color:#ffffff;
}

.ahgh-about-hero__subtitle{
  margin:0 0 18px;
  font-size:0.98rem;
  color:rgba(255,255,255,0.78);
}

.ahgh-about-hero__highlights{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ahgh-about-hero__pill{
  padding:6px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.2);
  font-size:0.78rem;
  color:rgba(255,255,255,0.88);
}

.ahgh-about-hero__side{
  display:flex;
  justify-content:flex-end;
}

.ahgh-about-hero__card{
  max-width:360px;
  width:100%;
  background:linear-gradient(145deg,#0c1118,#151b26);
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.07);
  padding:20px 18px 18px;
  box-shadow:0 18px 40px rgba(0,0,0,0.8);
}

.ahgh-about-hero__card-title{
  margin:0 0 8px;
  font-size:1.1rem;
  color:#ffffff;
}

.ahgh-about-hero__card-text{
  margin:0 0 10px;
  font-size:0.9rem;
  color:rgba(255,255,255,0.78);
}

.ahgh-about-hero__card-list{
  margin:0;
  padding-left:16px;
  font-size:0.86rem;
  color:rgba(255,255,255,0.75);
}

/* ---------- STORY ---------- */

.ahgh-about-story{
  padding:60px 0;
}

.ahgh-about-story__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:minmax(0, 1.7fr) minmax(0, 1fr);
  gap:32px;
  align-items:flex-start;
}

.ahgh-about-story__content p + p{
  margin-top:10px;
}

.ahgh-about-story__meta{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.ahgh-about-stat{
  background:linear-gradient(145deg,#0c1118,#151b26);
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.06);
  padding:14px 14px 12px;
}

.ahgh-about-stat__value{
  font-size:1.3rem;
  font-weight:600;
  color:#00b4ff;
}

.ahgh-about-stat__label{
  font-size:0.86rem;
  color:rgba(255,255,255,0.7);
}

/* ---------- MISSION & VALUES ---------- */

.ahgh-about-mission{
  padding:60px 0;
}

.ahgh-about-mission__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

.ahgh-about-mission__header{
  max-width:640px;
  margin:0 0 24px;
}

.ahgh-about-mission__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.ahgh-about-tile{
  background:linear-gradient(145deg,#0c1118,#151b26);
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.06);
  padding:18px 16px 16px;
  font-size:0.9rem;
  color:rgba(255,255,255,0.78);
}

.ahgh-about-tile__title{
  margin:0 0 6px;
  font-size:1.02rem;
  color:#ffffff;
}

/* ---------- PROCESS ---------- */

.ahgh-about-process{
  padding:60px 0;
}

.ahgh-about-process__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

.ahgh-about-process__header{
  max-width:540px;
  margin:0 0 22px;
}

.ahgh-about-process__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.ahgh-step{
  background:linear-gradient(145deg,#0c1118,#151b26);
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.06);
  padding:18px 16px 16px;
}

.ahgh-step__badge{
  width:28px;
  height:28px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0.82rem;
  font-weight:600;
  background:#00b4ff;
  color:#05070c;
  margin-bottom:10px;
}

.ahgh-step__title{
  margin:0 0 6px;
  font-size:1.02rem;
  color:#ffffff;
}

.ahgh-step__text{
  margin:0;
  font-size:0.9rem;
  color:rgba(255,255,255,0.78);
}

/* ---------- AUDIENCE ---------- */

.ahgh-about-audience{
  padding:56px 0;
}

.ahgh-about-audience__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

.ahgh-about-audience__header{
  max-width:600px;
  margin:0 0 18px;
}

.ahgh-about-audience__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ahgh-chip{
  padding:6px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.24);
  font-size:0.82rem;
  color:rgba(255,255,255,0.9);
}

/* ---------- TRUST BAND ---------- */

.ahgh-about-trustband{
  padding:40px 0 50px;
  border-top:1px solid rgba(255,255,255,0.07);
  border-bottom:1px solid rgba(255,255,255,0.07);
}

.ahgh-about-trustband__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.ahgh-about-trustband__item{
  font-size:0.9rem;
}

.ahgh-about-trustband__label{
  font-size:0.8rem;
  text-transform:uppercase;
  letter-spacing:0.15em;
  color:rgba(255,255,255,0.7);
  margin-bottom:4px;
}

.ahgh-about-trustband__value{
  color:#ffffff;
}

/* ---------- CTA ---------- */

.ahgh-about-cta{
  padding:56px 0 70px;
}

.ahgh-about-cta__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  background:linear-gradient(145deg,#0c1118,#151b26);
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.1);
  box-shadow:0 18px 40px rgba(0,0,0,0.85);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.ahgh-about-cta__title{
  margin:0 0 6px;
  font-size:1.6rem;
  color:#ffffff;
}

.ahgh-about-cta__text{
  margin:0;
  font-size:0.95rem;
  color:rgba(255,255,255,0.78);
}

.ahgh-about-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ahgh-about-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 22px;
  border-radius:999px;
  font-size:0.9rem;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
  border:2px solid transparent;
}

.ahgh-about-cta__btn--primary{
  background:#00b4ff;
  color:#05070c;
  box-shadow:0 14px 32px rgba(0,180,255,0.45);
}

.ahgh-about-cta__btn--outline{
  background:transparent;
  color:#00b4ff;
  border-color:#00b4ff;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width:1024px){
  .ahgh-about-hero__inner{
    grid-template-columns:1fr;
  }
  .ahgh-about-hero__side{
    justify-content:flex-start;
  }
  .ahgh-about-story__inner{
    grid-template-columns:1fr;
  }
  .ahgh-about-mission__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ahgh-about-process__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ahgh-about-trustband__inner{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:600px){
  .ahgh-about-hero,
  .ahgh-about-story,
  .ahgh-about-mission,
  .ahgh-about-process,
  .ahgh-about-audience,
  .ahgh-about-trustband,
  .ahgh-about-cta{
    padding-left:0;
    padding-right:0;
  }
  .ahgh-about-hero__inner,
  .ahgh-about-story__inner,
  .ahgh-about-mission__inner,
  .ahgh-about-process__inner,
  .ahgh-about-audience__inner,
  .ahgh-about-trustband__inner,
  .ahgh-about-cta__inner{
    padding:0 16px;
  }
  .ahgh-about-mission__grid,
  .ahgh-about-process__grid,
  .ahgh-about-trustband__inner{
    grid-template-columns:1fr;
  }
}/* End custom CSS */