/* style/about.css (uses universal .page-bg from main.css) */

.pad{ padding:18px; }
.title{ margin:0; font-size:26px; font-weight:950; }
.subtitle{ margin:8px 0 0; color: rgba(255,255,255,.70); font-size:14px; line-height:1.6; }
.block{ margin-top:14px; }

.sec{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  color: rgba(252,211,77,.95);
}

.p{
  margin:0 0 14px;
  color: rgba(255,255,255,.82);
  line-height:1.7;
  font-size:14px;
}

.list{
  margin: 0 0 12px;
  padding-left: 18px;
  color: rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.7;
}

.cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(245,158,11,.30);
  background: linear-gradient(180deg, rgba(252,211,77,.95), rgba(245,158,11,.95));
  color:#111;
  font-weight:900;
  text-decoration:none;
  box-shadow: 0 14px 35px rgba(245,158,11,.16);
}
.btn.ghost{
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.90);
  border-color: rgba(255,255,255,.10);
  box-shadow:none;
}
.btn:hover{ filter: brightness(1.03); }
