/* ================= GLOBAL ================= */

.page-about .about-section {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 80px 20px;
}

.page-about .about-section + .about-section {
  margin-top: 40px;
}

.page-about .about-section h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #0f172a;
  font-weight: 700;
}

.page-about .about-section p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 15px;
  line-height: 1.75;
}

.page-about .about-hero {
  position: relative;
  text-align: center;
  padding: 130px 20px 110px;

  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.04), transparent 40%),
    linear-gradient(135deg, #041817, #0c2f2b, #041817);

  color: #ffffff;
  overflow: hidden;
}

.page-about .about-hero::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(34, 197, 94, 0.08);
  filter: blur(120px);
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.page-about .about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.page-about .about-hero .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}

.page-about .about-hero h1 {
  font-size: 44px;
  margin-bottom: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-shadow: 0 4px 18px rgba(0,0,0,0.6);
}

.page-about .about-hero p {
  font-size: 18px;
  color: #e2e8f0;
  max-width: 720px;
  margin: auto;
}

.page-about .hero-cta {
  margin-top: 26px;
}

.page-about .cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  padding: 15px 30px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 10px 30px rgba(34,197,94,0.4);
  transition: all 0.25s ease;
}

.page-about .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(34,197,94,0.5);
}

.page-about .trust-strip {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.page-about .trust-strip span {
  background: rgba(255,255,255,0.08);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: #e2e8f0;
  backdrop-filter: blur(6px);
}

.page-about .about-founder {
  margin-top: 70px;
}

.page-about .founder-card {
  display: flex;
  gap: 40px;
  align-items: flex-start;

  background: #ffffff;
  padding: 50px;
  border-radius: 22px;

  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
  flex-wrap: wrap;

  transition: 0.3s ease;
}

.page-about .founder-card:hover {
  transform: translateY(-6px);
}

.page-about .founder-left {
  width: 240px;
  text-align: center;
}

.page-about .founder-left img {
  width: 180px;
  height: 180px;
  object-fit: cover;

  border-radius: 50%;
  border: 6px solid #f1f5f9;
}

.page-about .founder-meta {
  margin-top: 14px;
}

.page-about .founder-name {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.page-about .founder-role {
  font-size: 14px;
  color: #16a34a;
  font-weight: 600;
  margin-top: 5px;
}

.page-about .founder-badge {
  margin-top: 10px;
  display: inline-block;
  background: #ecfdf5;
  color: #065f46;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
}

.page-about .founder-right {
  flex: 1;
  text-align: left;
}

.page-about .founder-right h2 {
  margin-bottom: 12px;
}

.page-about .founder-highlights {
  margin: 16px 0;
}

.page-about .founder-highlights span {
  display: inline-block;
  background: #f1f5f9;
  padding: 6px 10px;
  border-radius: 6px;
  margin: 4px;
  font-size: 12px;
}

.page-about .founder-right p {
  color: #475569;
}

.page-about .about-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.page-about .about-list li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #334155;
}

.page-about .legal-card {
  background: #f8fafc;
  border-left: 4px solid #94a3b8;
  padding: 24px;
  border-radius: 14px;
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
  text-align: left;

  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.page-about .legal-card h3 {
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 18px;
}

.page-about .final-cta {
  text-align: center;
  padding: 100px 20px;

  background: linear-gradient(135deg, #0c2f2b, #041817);
  color: #ffffff;
}

.page-about .final-cta h2 {
  margin-bottom: 12px;
}

.page-about .final-cta p {
  color: #cbd5f5;
  margin-bottom: 25px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .page-about .about-hero {
    padding: 95px 20px 80px;
  }

  .page-about .about-hero h1 {
    font-size: 28px;
  }

  .page-about .about-hero p {
    font-size: 16px;
  }

  .page-about .about-section {
    padding: 50px 16px;
  }

  .page-about .founder-card {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .page-about .founder-left {
    width: 100%;
  }

  .page-about .founder-right {
    text-align: center;
  }

}