/**
 * About page — Figma mobile Frame 241 (408:1771) + desktop About (256:642)
 */

body.about-page {
  background: var(--proto-bg, #050508);
  font-family: 'Istok Web', ui-sans-serif, system-ui, sans-serif;
}

body.about-page::before {
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(72, 165, 247, 0.14), transparent 70%);
}

.about-main {
  max-width: 412px;
  margin: 0 auto;
  padding: 0 0 48px;
}

.about-block {
  padding: 44px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── Back + hero ── */
.about-top {
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.about-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: rgba(217, 217, 217, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1;
  transition: background 0.15s ease;
}

.about-back:hover {
  background: rgba(217, 217, 217, 0.2);
  text-decoration: none;
}

.about-hero {
  text-align: center;
  color: #fff;
}

.about-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(1.75rem, 5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-hero p {
  margin: 0;
  font-size: clamp(1.1rem, 3.5vw, 1.5rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

/* ── Typography ── */
.about-heading-gradient {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  background: linear-gradient(90deg, #48a5f7, #1fb0cb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-lead {
  margin: 0;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  line-height: 1.5;
  color: #fff;
}

.about-sublead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.about-quote {
  margin: 0;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  line-height: 1.45;
  color: #fff;
}

/* ── Numbered lists (mission / why now) ── */
.about-numbered-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-numbered-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #fff;
}

.about-numbered-list--gradient {
  padding: 24px;
  border-radius: 12px;
  background: linear-gradient(102deg, #242424 8.76%, #48a5f7 33.32%, #1fb0cb 71.82%);
  align-items: center;
}

.about-numbered-list--gradient li {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.about-num-badge {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  color: #48a5f7;
}

/* ── Feature cards ── */
.about-feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-feature-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(180deg, rgba(72, 165, 247, 0.08), rgba(31, 176, 203, 0.08));
}

.about-feature-card h3 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.about-feature-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

/* ── Founder story ── */
.about-founder-story {
  position: relative;
  margin-top: 44px;
  padding: 44px 24px;
  background: #242424;
  overflow: hidden;
}

.about-founder-story::before {
  content: '';
  position: absolute;
  width: min(692px, 140vw);
  height: min(692px, 140vw);
  left: calc(50% + 32px);
  top: 50%;
  transform: translate(-50%, -40%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 165, 247, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.about-founder-story-grid {
  position: relative;
  z-index: 1;
  max-width: 364px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-founder-story .about-subhead {
  margin: 0;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  color: #fff;
}

.about-founder-story-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
}

.about-founder-story-copy p {
  margin: 0;
}

.about-team-names {
  background: linear-gradient(90deg, #48a5f7, #1fb0cb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

/* ── Founder cards ── */
.about-team {
  padding: 44px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-founder-card {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid #48a5f7;
  background: #161515;
  color: #fff;
}

.about-founder-card-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-founder-card-head h3 {
  margin: 0 0 12px;
  font-size: 1.75rem;
  font-weight: 700;
}

.about-founder-role {
  margin: 0;
  font-size: 1.25rem;
  background: linear-gradient(90deg, #48a5f7, #1fb0cb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-founder-photo-wrap {
  border: 1px solid #fff;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 296 / 233;
  max-width: 100%;
}

.about-founder-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-founder-photo-wrap .founder-photo--rajesh {
  object-position: center 20%;
}

.about-founder-bio {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.about-founder-bio p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.about-founder-bio .about-founder-highlight {
  font-weight: 700;
  background: linear-gradient(90deg, #48a5f7, #1fb0cb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ── Investors ── */
.about-investors {
  padding: 44px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.about-investors-tagline {
  margin: 0 0 24px;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  color: #fff;
  line-height: 1.45;
}

.about-investors-body {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.about-investor-cards {
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.about-investor-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(180deg, rgba(72, 165, 247, 0.08), rgba(31, 176, 203, 0.08));
}

.about-investor-card h3 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.about-investor-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.about-investors-cta {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

body.about-page .about-investors-cta .btn-primary {
  width: 100%;
  max-width: 305px;
  text-align: center;
  background: linear-gradient(182deg, #48a5f7 22%, #1fb0cb 77%);
  border: 1px solid transparent;
  border-radius: 24px;
  font-size: 1.05rem;
  padding: 12px 24px;
}

/* ── Header / footer ── */
body.about-page .site-header {
  background: rgba(5, 5, 8, 0.85);
  backdrop-filter: blur(12px);
}

body.about-page .btn-header-cta,
body.about-page .btn-primary {
  background: linear-gradient(105deg, rgba(31, 176, 203, 0.66), #49a6f8);
  border: 1px solid #48a5f7;
  color: #fff;
}

body.about-page .site-footer {
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #03101c;
}

body.about-page .footer-links a:hover {
  color: #48a5f7;
}

/* ══════════════════════════════════════════════════════════
   Desktop — Figma About 256:642 (1440px)
   ══════════════════════════════════════════════════════════ */
@media (min-width: 1024px) {
  .about-main {
    max-width: 1280px;
    padding: 0 80px 80px;
  }

  .about-top {
    padding: 56px 0 0;
    gap: 56px;
  }

  .about-back {
    display: none;
  }

  .about-hero h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 24px;
  }

  .about-hero p {
    font-size: 1.35rem;
  }

  .about-block {
    padding: 80px 0 0;
    gap: 44px;
  }

  /* Vision + mission side by side */
  .about-vision-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: start;
  }

  .about-vision-statement {
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.35;
  }

  .about-mission-col .about-numbered-list--gradient {
    background: none;
    padding: 0;
    align-items: stretch;
    gap: 12px;
  }

  .about-mission-col .about-numbered-list--gradient li {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
    font-size: 1.05rem;
  }

  /* Feature grid: 3 + 2 */
  .about-feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .about-feature-card:nth-child(4) {
    grid-column: 1;
  }

  .about-feature-card:nth-child(5) {
    grid-column: 2;
  }

  .about-quote {
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.35;
  }

  /* Founder story — two columns, no mobile glow panel */
  .about-founder-story {
    margin-top: 80px;
    padding: 0;
    background: transparent;
  }

  .about-founder-story::before {
    display: none;
  }

  .about-founder-story-grid {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(280px, 433px) 1fr;
    gap: 24px;
    align-items: start;
  }

  .about-founder-story-left .about-subhead {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.35;
  }

  .about-founder-story-copy {
    font-size: 1.1rem;
  }

  /* Founder cards — wide, photo right */
  .about-team {
    padding: 80px 0 0;
    gap: 44px;
  }

  .about-founder-card {
    max-width: 1065px;
    padding: 24px;
  }

  .about-founder-card--offset {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(115px);
  }

  .about-founder-card-inner {
    display: grid;
    grid-template-columns: 1fr 296px;
    grid-template-rows: auto 1fr;
    gap: 24px;
    align-items: start;
  }

  .about-founder-card-head {
    grid-column: 1;
    grid-row: 1;
  }

  .about-founder-card-head h3 {
    font-size: clamp(2rem, 3.5vw, 3.5rem);
  }

  .about-founder-photo-wrap {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    width: 296px;
    justify-self: end;
  }

  .about-founder-bio {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.15rem;
  }

  /* Investors split */
  .about-investors {
    padding: 80px 0 0;
    max-width: none;
  }

  .about-investors-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: start;
  }

  .about-investors-tagline {
    font-size: clamp(1.75rem, 2.8vw, 2.75rem);
    line-height: 1.25;
    font-weight: 400;
  }

  .about-why-now-col .about-numbered-list--gradient {
    background: none;
    padding: 0;
    align-items: stretch;
  }

  .about-why-now-col .about-numbered-list--gradient li {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    font-size: 1.1rem;
  }

  .about-num-badge {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    font-size: 1.35rem;
    background: linear-gradient(180deg, rgba(72, 165, 247, 0.16), rgba(31, 176, 203, 0.16));
    color: #48a5f7;
    border: none;
  }

  .about-investor-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 43px;
  }

  .about-investor-card {
    min-height: 255px;
  }

  .about-investors-cta {
    justify-content: flex-start;
  }

  body.about-page .about-investors-cta .btn-primary {
    width: auto;
    min-width: 305px;
  }
}

@media (min-width: 1280px) {
  .about-main {
    max-width: 1440px;
  }
}

@media (max-width: 1023px) {
  .about-investors-split {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
}
