.elementor-656 .elementor-element.elementor-element-85ab5d1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5d1ea1d *//* ===== ABOUT PAGE BASE ===== */

.po-about-page {
  /* One global gradient for the whole page */
  background:
    radial-gradient(circle at 50% 0%,
      rgba(56, 189, 248, 0.22) 0,
      transparent 60%)
    ,
    radial-gradient(circle at 82% 18%,
      rgba(34, 197, 94, 0.18),
      transparent 60%);
  background-color: #020617; /* base near-black */
  background-attachment: fixed;
  color: #E5E7EB;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.po-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* General sections */

.po-about-section {
  padding: 64px 0;
}

/* Keep alt sections transparent so the global gradient shows through */
.po-about-section-alt {
  background: transparent;
}

.po-about-section h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.po-section-intro {
  max-width: 640px;
  font-size: 15px;
  color: #9CA3AF;
  margin-bottom: 32px;
}

/* ===== HERO ===== */

.po-about-hero {
  padding: 80px 0 40px;
  background: transparent; /* use global gradient instead */
}

.po-about-hero h1 {
  font-size: 36px;
  line-height: 1.15;
  margin: 8px 0 16px;
}

.po-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #60A5FA;
}

.po-hero-subtitle {
  max-width: 640px;
  font-size: 16px;
  color: #CBD5F5;
}

.po-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.po-hero-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.4);
  font-size: 12px;
  color: #E5E7EB;
}

/* ===== GRID HELPERS ===== */

.po-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 40px;
}

/* ===== TEXT & LISTS ===== */

.po-list {
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0;
}

.po-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #E5E7EB;
}

.po-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #1D4ED8; /* blue-700 */
}

.po-muted {
  font-size: 13px;
  color: #9CA3AF;
  margin-top: 12px;
}

/* ===== PRINCIPLES ===== */

.po-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.po-card {
  background: rgba(15, 23, 42, 0.8);
  border-radius: 16px;
  padding: 20px 18px;
  border: 1px solid rgba(148, 163, 184, 0.26);
}

.po-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.po-card p {
  font-size: 14px;
  color: #CBD5F5;
}

/* ===== TEAM ===== */

.po-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.po-team-card {
  display: flex;
  gap: 14px;
  background: rgba(15, 23, 42, 0.85);
  border-radius: 18px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(148, 163, 184, 0.24);
}

.po-team-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
}

.po-team-avatar-initials {
  background: radial-gradient(circle at 30% 0%, #22C55E 0, #16A34A 40%, #0F766E 100%);
  color: #ECFEFF;
}

.po-team-avatar-outline {
  border: 1px dashed rgba(148, 163, 184, 0.7);
  color: #9CA3AF;
}

.po-team-body {
  min-width: 0;
}

.po-team-name {
  margin: 0 0 2px;
  font-size: 15px;
}

.po-team-role {
  margin: 0 0 6px;
  font-size: 13px;
  color: #9CA3AF;
}

.po-team-bio {
  margin: 0;
  font-size: 13px;
  color: #CBD5F5;
}

.po-team-card-future {
  opacity: 0.9;
}

/* ===== ROADMAP ===== */

.po-roadmap-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.po-roadmap-item {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.9);
}

.po-roadmap-item p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #E5E7EB;
}

.po-roadmap-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background-color: rgba(37, 99, 235, 0.15);
  color: #BFDBFE;
}

/* ===== CTA ===== */

.po-about-cta {
  padding: 56px 0 72px;
}

.po-cta-inner {
  border-radius: 20px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(37, 99, 235, 0.5);
  background-color: rgba(15, 23, 42, 0.96); /* solid card, global glow stays behind */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.po-cta-inner h2 {
  font-size: 22px;
  margin-bottom: 6px;
}

.po-cta-inner p {
  font-size: 14px;
  color: #E5E7EB;
}

.po-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.po-btn-primary,
.po-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.po-btn-primary {
  background-color: #1D4ED8;
  color: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4);
  transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.po-btn-primary:hover {
  background-color: #2563EB;
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.55);
}

.po-btn-ghost {
  background-color: transparent;
  color: #E5E7EB;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.po-btn-ghost:hover {
  border-color: #60A5FA;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
  .po-grid-2 {
    grid-template-columns: 1fr;
  }

  .po-principles-grid {
    grid-template-columns: 1fr;
  }

  .po-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .po-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .po-about-hero {
    padding-top: 64px;
  }

  .po-about-hero h1 {
    font-size: 28px;
  }

  .po-team-grid {
    grid-template-columns: 1fr;
  }

  .po-about-section,
  .po-about-cta {
    padding: 48px 0;
  }
}/* End custom CSS */