/* ===========================
   About page
   =========================== */
.about-page .subtop{margin-top:0}

/* Hero */
.about-hero{padding:26px 0 34px}
.hero-card{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
}
.hero-media{position:absolute; inset:0}
.hero-media img{
  width:100%; height:100%;
  object-fit:cover;
  filter: saturate(.95) brightness(.85);
  transform: scale(1.02);
}
.hero-placeholder{
  width:100%; height:100%;
  background:
    radial-gradient(700px 360px at 50% 20%, rgba(45,140,255,.18), transparent 60%),
    radial-gradient(900px 480px at 60% 10%, rgba(255,255,255,.06), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.10));
}
.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(8,14,18,.25), rgba(8,14,18,.75) 70%);
}
.hero-content{
  position:relative;
  padding:54px 54px 36px;
  text-align:center;
}
.hero-kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(45,140,255,.35);
  background:rgba(45,140,255,.10);
  color:rgba(255,255,255,.86);
  font-weight:800;
  font-size:12px;
}
.hero-kicker .dot{
  width:7px;height:7px;border-radius:50%;
  background:rgba(45,140,255,.95);
  box-shadow:0 0 0 4px rgba(45,140,255,.15);
}
.hero-title{
  margin:18px 0 10px;
  font-size:46px;
  font-weight:950;
  letter-spacing:.6px;
  line-height:1.1;
}
.hero-title .accent{color:rgba(45,140,255,.95)}
.hero-desc{
  width:min(920px, 100%);
  margin:12px auto 0;
  color:rgba(255,255,255,.72);
  line-height:1.95;
  font-size:14px;
}
.hero-actions{
  margin-top:20px;
  display:flex; gap:12px;
  justify-content:center; flex-wrap:wrap;
}
.hero-trust{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.hero-trust .trust-pill{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.68);
  font-size:12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.hero-trust .trust-pill i{color:rgba(45,140,255,.95)}

/* Stats */
.about-stats{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
}
.about-stats .stat{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding:16px 16px;
}
.about-stats .stat-label{
  color: rgba(255,255,255,.55);
  font-size:12px;
  font-weight:800;
}
.about-stats .stat-num{
  margin-top:8px;
  font-size:26px;
  font-weight:950;
  color: rgba(45,140,255,.95);
  letter-spacing:.3px;
}

/* Two column block */
.about-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:center;
}
.img-card{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  overflow:hidden;
  box-shadow: 0 14px 45px rgba(0,0,0,.25);
}
.img-placeholder{
  aspect-ratio: 16/10;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(255,255,255,.55);
  font-weight:800;
  background:
    radial-gradient(700px 360px at 30% 20%, rgba(45,140,255,.14), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.08));
}
.h2-title{
  margin:0;
  font-size:28px;
  font-weight:950;
  letter-spacing:.4px;
}
.p{
  margin:12px 0 0;
  color: rgba(255,255,255,.68);
  line-height:1.95;
  font-size:14px;
}
.bullet{margin-top:14px; display:flex; flex-direction:column; gap:10px}
.bullet-item{
  display:flex; gap:10px;
  color: rgba(255,255,255,.70);
  font-size:13px;
  line-height:1.8;
}
.bullet-item i{color:rgba(45,140,255,.95); margin-top:2px}

/* Soft section background */
.section-soft{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,0));
}

/* 4 cards grid */
.cols-4{
  grid-template-columns: repeat(4, 1fr);
}

/* Team */
.team-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:18px;
}
.team-card{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding:18px 16px;
  text-align:center;
  box-shadow: 0 12px 35px rgba(0,0,0,.20);
}
.avatar-ring{
  width:88px;height:88px;
  border-radius:999px;
  margin:0 auto 12px;
  padding:6px;
  background: radial-gradient(circle at 30% 30%, rgba(45,140,255,.9), rgba(45,140,255,.18) 60%);
  box-shadow:0 16px 45px rgba(45,140,255,.20);
}
.avatar-ph{
  width:100%; height:100%;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  display:flex; align-items:center; justify-content:center;
  color: rgba(255,255,255,.55);
  font-weight:900;
  font-size:12px;
}
.team-name{font-weight:950; font-size:16px}
.team-role{
  margin-top:6px;
  color: rgba(45,140,255,.92);
  font-weight:900;
  font-size:12px;
}

/* Partners */
.partner-row{
  margin-top:16px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}
.partner-pill{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.72);
  font-weight:900;
  font-size:12px;
  display:inline-flex;
  gap:8px;
  align-items:center;
}
.partner-pill i{color:rgba(255,255,255,.70)}

/* Doc card (long structured content) */
.doc-card{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 55px rgba(0,0,0,.30);
  overflow:hidden;
}
.doc-hd{
  padding:22px 22px 14px;
  border-bottom:1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.doc-title{margin:0; font-size:22px; font-weight:950}
.doc-sub{
  margin:10px 0 0;
  color: rgba(255,255,255,.68);
  line-height:1.9;
  font-size:13px;
}

.doc-body{
  padding:20px 22px 14px;
  color: rgba(255,255,255,.72);
  line-height:1.95;
  font-size:14px;
}
.doc-body h3{
  margin:18px 0 10px;
  font-size:16px;
  font-weight:950;
  color: rgba(255,255,255,.90);
}
.doc-body ul{
  margin:10px 0 0;
  padding-left:18px;
  color: rgba(255,255,255,.68);
}
.doc-body li{margin:8px 0}
.doc-body .note{
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(45,140,255,.18);
  background: rgba(45,140,255,.10);
}

.doc-actions{
  padding:16px 22px 22px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Responsive */
@media (max-width: 1100px){
  .hero-content{padding:44px 24px 28px}
  .hero-title{font-size:40px}
  .about-stats{grid-template-columns: 1fr 1fr}
  .about-grid{grid-template-columns: 1fr}
  .cols-4{grid-template-columns: 1fr 1fr}
  .team-grid{grid-template-columns: 1fr 1fr}
}
@media (max-width: 640px){
  .hero-title{font-size:34px}
  .cols-4{grid-template-columns: 1fr}
  .team-grid{grid-template-columns: 1fr}
}
