/* ─── TRACTION (dark bg image) ─── */
.traction-section {
  position: relative;
  overflow: hidden;
  min-height: 526px;
}
.traction-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.traction-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13,27,42,0.6);
}
.traction-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 80px;
}
.traction-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-shadow: 0 0 4px rgba(0,0,0,0.25);
  margin-bottom: 24px;
  text-align: center;
}
.traction-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 0 4px rgba(0,0,0,0.25);
  max-width: 500px;
  margin: 0 auto 60px;
  text-align: center;
}
.partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.partner-logo-badge {
  background: #FFFFFF;
  border-radius: 55.5px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
  width: 146px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  box-sizing: border-box;
}
.partner-logo-badge img {
  max-height: 56px;
  max-width: 100%;
  object-fit: contain;
}

/* ─── WHY meatOS ─── */
.why-section {
  padding: 100px 0;
}
.why-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.why-card {
  background: var(--card-bg);
  border-radius: 30px;
  padding: 60px 60px;
}
.why-card-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin-bottom: 20px;
}
.why-card-body {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: var(--body);
}
.why-card.span-full {
  grid-column: 1 / -1;
  max-width: 552px;
}

/* ─── TEAM ─── */
/* ─── TEAM / NCREDIBLE (Figma: Ncredible section) ─── */
.team-section {
  background: #E6F4FF;
  width: 100%;
}
.team-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 64px;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  box-sizing: border-box;
}
.team-left {
  flex: 0 0 324px;
  width: 324px;
}
.team-left-img {
  width: 324px;
  height: auto;
  display: block;
}
.team-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.team-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #242F3D;
  margin: 0;
}
.team-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #2C3C52;
  margin: 0;
}
.team-history {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 60px 0 0;
}
.team-history-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #242F3D;
  margin: 0;
}
.team-timeline {
  position: relative;
}
.team-timeline::before {
  content: '';
  position: absolute;
  left: 73px;
  top: 21px;
  bottom: 21px;
  width: 2px;
  background: #242F3D;
}
.team-tl-row {
  display: flex;
  align-items: center;
  min-height: 42px;
}
.team-tl-date {
  flex: 0 0 53px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #2C3C52;
  white-space: nowrap;
  align-self: flex-start;
  padding-top: 14px;
}
.team-tl-dot-wrap {
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  padding: 0 33px 0 17px;
  align-self: flex-start;
  padding-top: 17px;
  position: relative;
  z-index: 1;
}
.team-tl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #242F3D;
  flex-shrink: 0;
}
.team-tl-event {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #2C3C52;
}

/* ─── INVESTORS / PARTNERS ─── */
.investors-section {
  background: #FFFFFF;
}
.investors-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
}
.investors-title {
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #242F3D;
}
.investors-logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 7px;
}
.investor-logo-card {
  width: 181px;
  height: 66px;
  display: block;
  object-fit: contain;
}

/* ─── CONTACT ─── */
/* ─── FOOTER (contact + copyright, Figma Footer 1) ─── */
.footer-section {
  background: #242F3D;
  padding: 0 64px 120px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 120px;
  padding: 80px 0 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  align-items: flex-start;
}
.footer-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}
.footer-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}
.footer-nav {
  flex: 0 0 402px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 282px;
}
.footer-emails {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 24px;
  align-items: baseline;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 30px;
}
.footer-email-label {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  white-space: nowrap;
}
.footer-email-link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-email-link:hover { text-decoration: underline; }
.footer-copy {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.02em;
  color: #8A8A8A;
  margin: 0;
}
