/* =========================================================
   Cloud Security Pros — About Page Styles
   File: static/css/about.css
   ========================================================= */

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */
section h1, section h2, section h3 {
  color:rgb(234, 235, 239)
}

.about-hero {
  max-width: 820px;
  margin: 0 auto;
  padding: 5rem 2rem 3rem;
  text-align: center;
}

.about-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: 1.25rem;
}

.about-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  color:rgb(234, 235, 239)
}

.about-hero-sub {
  font-size: 1.15rem;
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---------------------------------------------------------
   DIVIDER
   --------------------------------------------------------- */
.about-divider {
  width: 48px;
  height: 3px;
  background: #2563eb;
  margin: 3rem auto;
  border-radius: 2px;
}

/* ---------------------------------------------------------
   FOUNDING STORY
   --------------------------------------------------------- */
.about-story {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

.about-story h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.about-story p {
  font-size: 1.05rem;
  color: #94a3b8;
  margin-bottom: 1.25rem;
  line-height: 1.75;
}

.about-story p strong {
  color: #e2e8f0;
  font-weight: 600;
}

.about-quote {
  border-left: 3px solid #2563eb;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: rgba(37, 99, 235, 0.07);
  border-radius: 0 8px 8px 0;
}

.about-quote p {
  font-size: 1.15rem;
  color: #e2e8f0;
  font-style: italic;
  margin: 0;
}

/* ---------------------------------------------------------
   FOUNDER
   --------------------------------------------------------- */
.about-founder-section {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 4rem 2rem;
}

.about-founder-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: start;
}

/* Actual photo — swap in when you have the image */
.about-founder-photo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.about-founder-linkedin {
  display: inline-flex;
  align-items: center;
  opacity: 0.65;
  transition: opacity 0.2s ease;
}

.about-founder-linkedin:hover {
  opacity: 1;
}

.about-founder-photo-wrap img {
  width: 200px;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Placeholder shown until photo is added */
.about-photo-placeholder {
  width: 200px;
  height: 220px;
  background: rgba(37, 99, 235, 0.1);
  border: 2px dashed rgba(37, 99, 235, 0.35);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 0.8rem;
  text-align: center;
  padding: 1rem;
  gap: 0.75rem;
  line-height: 1.4;
}

.about-photo-placeholder svg {
  opacity: 0.5;
}

.about-founder-name {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
  color:rgb(234, 235, 239)
}

.about-founder-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 1.5rem;
}

.about-founder-bio p {
  font-size: 1rem;
  color: #94a3b8;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.about-founder-bio p strong {
  color: #e2e8f0;
  font-weight: 600;
}

.about-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.about-cred-tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 999px;
  color: #60a5fa;
  letter-spacing: 0.03em;
}

/* ---------------------------------------------------------
   STATS
   --------------------------------------------------------- */
.about-stats {
  padding: 3.5rem 2rem;
}

.about-stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}

.about-stat-number {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.5rem;
  color:rgb(234, 235, 239)
}

.about-stat-label {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
}

/* ---------------------------------------------------------
   BELIEFS
   --------------------------------------------------------- */
.about-beliefs {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 2rem 4rem;
}

.about-beliefs h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}

.about-belief {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  align-items: flex-start;
}

.about-belief-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: rgba(37, 99, 235, 0.35);
  min-width: 32px;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.about-belief-text h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 0.35rem;
}

.about-belief-text p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.65;
}

/* ---------------------------------------------------------
   CTA BLOCK
   --------------------------------------------------------- */
.about-cta-wrap {
  padding: 0 2rem 5rem;
}

.about-cta {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 16px;
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  text-align: center;
}

.about-cta h2 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.about-cta p {
  font-size: 1rem;
  color: #94a3b8;
  margin-bottom: 2rem;
  line-height: 1.65;
}

.about-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.about-btn-primary {
  background: #2563eb;
  color: #fff;
  padding: 0.85rem 1.75rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
}

.about-btn-primary:hover {
  background: #1d4ed8;
  color: #fff;
}

.about-btn-secondary {
  background: transparent;
  color: #94a3b8;
  padding: 0.85rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
  display: inline-block;
}

.about-btn-secondary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 768px) {
  .about-founder-inner {
    grid-template-columns: 1fr;
  }

  .about-founder-photo-wrap img,
  .about-photo-placeholder {
    width: 100%;
    height: 200px;
  }

  .about-stats-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-hero {
    padding: 3rem 1.5rem 2rem;
  }

  .about-story,
  .about-beliefs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-cta {
    padding: 2rem 1.5rem;
  }
}
