/* About Page Only - Start
   Loaded after landing-styles.css. Nothing here is used by any other page. */

.ab-hero {
  padding: 150px 0 64px;
  text-align: center;
  position: relative;
}
.ab-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(55,114,255,.18) 0%, transparent 70%);
  pointer-events: none;
}
.ab-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  margin-bottom: 20px;
  color: #8FEBD5;
}
.ab-hero h1 {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 900;
  color: #fff;
  margin: 0 auto 16px;
  max-width: 860px;
  line-height: 1.15;
}
.ab-hero p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.6);
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}
.ab-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #3772FF, #5BC729);
  border-radius: 2px;
  margin: 26px auto 0;
}

.ab-wrap {
  max-width: 860px;
  margin: 0 auto 90px;
  padding: 0 24px;
}

.ab-section {
  margin-bottom: 34px;
  padding: 30px 34px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
}
.ab-section h2 {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}
.ab-section h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.ab-section p {
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(255,255,255,.62);
  margin: 0 0 14px;
}
.ab-section p:last-child { margin-bottom: 0; }
.ab-section a { color: #8FEBD5; }

/* Long-form thesis line — short, emphatic statement between paragraphs */
.ab-section p.ab-thesis {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  padding-left: 16px;
  border-left: 3px solid #5BC729;
  margin: 20px 0 18px;
}

/* Definitional pull-quote (reputation graph) */
.ab-section p.ab-pullquote {
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255,255,255,.82);
  background: linear-gradient(135deg, rgba(55,114,255,.14), rgba(91,199,41,.08));
  border: 1px solid rgba(55,114,255,.24);
  border-radius: 12px;
  padding: 20px 22px;
  margin-top: 20px;
}
.ab-section p.ab-pullquote strong { color: #8FEBD5; }

.ab-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.ab-fact {
  flex: 1 1 180px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(55,114,255,.08);
  border: 1px solid rgba(55,114,255,.2);
}
.ab-fact-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 5px;
}
.ab-fact-value {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.ab-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 6px;
}
.ab-product {
  padding: 18px 18px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
}
.ab-product p { font-size: 13.5px; margin: 0 0 10px; }
.ab-product a { font-size: 13px; font-weight: 600; text-decoration: none; }
.ab-product a:hover { text-decoration: underline; }

.ab-founder {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ab-founder-initials {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #3772FF, #5BC729);
}
.ab-founder-body { flex: 1 1 260px; }

/* Founder headshot (replaces the initials avatar) */
.ab-founder-photo {
  width: 93px;
  height: 93px;
  flex: 0 0 93px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(143,235,213,.45);
  background: linear-gradient(135deg, #3772FF, #5BC729);
}

/* Attributed founder quote */
.ab-quote {
  margin: 20px 0 18px;
  padding: 20px 22px;
  border: 0;
  border-left: 3px solid #5BC729;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(135deg, rgba(55,114,255,.14), rgba(91,199,41,.08));
}
.ab-quote p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
}
.ab-quote-by {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #8FEBD5;
}

/* "Coming soon" pill on product cards */
.ab-soon {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8FEBD5;
  background: rgba(143,235,213,.12);
  border: 1px solid rgba(143,235,213,.3);
  vertical-align: middle;
}

.ab-cta {
  text-align: center;
  padding: 40px 30px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(55,114,255,.16), rgba(91,199,41,.12));
  border: 1px solid rgba(255,255,255,.12);
}
.ab-cta h2 { margin-bottom: 10px; }
.ab-cta-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 13px 34px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #011B38, #EA5459);
  box-shadow: 0 4px 16px rgba(234,84,89,.35);
}

.ab-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
  text-decoration: none;
  margin-bottom: 26px;
}
.ab-back:hover { color: #fff; text-decoration: none; }

@media (max-width: 640px) {
  .ab-hero { padding: 120px 0 44px; }
  .ab-section { padding: 22px 20px; }
}

/* About Page Only - End */
