/* Outcomes band (Platform) + team grid (Story) — shared section styles */

#outcomes,
#team {
  scroll-margin-top: 72px;
}

/* Split hero (Impact) */
.hero {
  position: relative;
  background: #0b152c;
  overflow: hidden;
  padding: clamp(72px, 9vh, 96px) clamp(18px, 4vw, 52px) clamp(40px, 6vh, 64px);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 78% 18%, rgba(74, 140, 160, 0.11), transparent 58%),
    radial-gradient(ellipse 50% 45% at 8% 55%, rgba(15, 39, 68, 0.22), transparent 55%),
    linear-gradient(165deg, #152e66 0%, var(--dark) 48%, #0a162e 100%);
  pointer-events: none;
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vh, 40px);
}
@media (min-width: 900px) {
  .hero-inner {
    display: grid;
    grid-template-columns: minmax(260px, 0.92fr) minmax(320px, 1.08fr);
    align-items: center;
    column-gap: clamp(40px, 5vw, 64px);
  }
}
.hero-text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.hero h1 {
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.06;
  color: #f0ede8;
  margin-bottom: 16px;
  text-wrap: balance;
  max-width: 14em;
}
.hero-sub {
  font-size: clamp(15px, 1.65vw, 17px);
  line-height: 1.58;
  color: rgba(240, 237, 232, 0.58);
  max-width: 36rem;
  margin-bottom: 22px;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-visual-col {
  min-width: 0;
  width: 100%;
}
.hero-figure {
  margin: 0;
  border-radius: clamp(12px, 1.8vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(246, 242, 236, 0.09);
  box-shadow: 0 12px 36px -14px rgba(0, 0, 0, 0.38);
  background: #081426;
}
.hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 899px) {
  .hero-text-col {
    align-items: center;
    text-align: center;
    max-width: 40rem;
    margin: 0 auto;
  }
  .hero h1 { max-width: none; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
}

/* Centered hero (Team) */
.hero--center {
  text-align: center;
}
.hero--center .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
}
.hero--center .hero-text-col {
  align-items: center;
  text-align: center;
}
.hero--center h1 {
  max-width: none;
}

/* Light content band */
.band-light {
  background: var(--off);
  color: var(--ink);
  padding: clamp(56px, 8vh, 80px) clamp(20px, 4vw, 52px);
}
.band-light .kicker {
  color: var(--ink3);
}
.band-light h2 {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 12px;
}
.band-light .section-dek {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink2);
  max-width: 42ch;
  margin-bottom: 32px;
}
.section-head {
  max-width: 1160px;
  margin: 0 auto 32px;
}

/* Outcome cards */
.outcomes-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .outcomes-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.outcome-card {
  background: var(--white);
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 2px 8px rgba(15, 39, 68, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.outcome-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.08);
}
.outcome-card .card-kicker {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 10px;
}
.outcome-card h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.3;
}
.outcome-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink2);
  margin: 0;
}
.outcome-card a {
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Flow strip */
.flow-strip {
  max-width: 1160px;
  margin: 48px auto 0;
  padding-top: 40px;
  border-top: 1px solid rgba(15, 39, 68, 0.1);
}
.flow-strip img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
  border-radius: 12px;
}

/* Team grid */
.team-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: clamp(14px, 2vw, 22px);
}
@media (max-width: 520px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team-member {
  background: var(--white);
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 16px;
  padding: 20px 16px 18px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.team-member:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.1);
}
.team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 9999px;
  margin: 0 auto 12px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #f0ede8;
}
.team-avatar[data-initials]::after {
  content: attr(data-initials);
}
.team-avatar:has(img)::after,
.team-avatar:has(picture)::after {
  content: none;
}
.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-avatar picture {
  display: block;
  width: 100%;
  height: 100%;
}
.team-member h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.team-member p {
  font-size: 13px;
  color: var(--ink2);
  margin: 0;
}
.team-mission {
  max-width: 1160px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 17px;
  color: var(--ink2);
  line-height: 1.6;
}
.team-cta-row {
  text-align: center;
  margin-top: 28px;
}

/* Bottom CTA band */
.cta-sec {
  background: var(--dark);
  padding: 80px clamp(20px, 4vw, 52px);
  border-top: 1px solid var(--ghost);
}
.cta-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  gap: 48px;
  align-items: center;
}
@media (min-width: 900px) {
  .cta-inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.cta-inner--brand .cta-visual {
  background: linear-gradient(145deg, #0f2744 0%, #1a4a6e 50%, #0a1628 100%);
  border: 1px solid var(--ghost2);
  border-radius: 16px;
  padding: 48px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cta-inner--brand .cta-visual img {
  width: min(200px, 70%);
  height: auto;
}
.cta-brand-line {
  font-size: 15px;
  font-weight: 600;
  color: rgba(240, 237, 232, 0.75);
  margin: 0;
}
.cta-brand-sub {
  font-size: 13px;
  color: rgba(240, 237, 232, 0.45);
  margin: 0;
}
.cta-text h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #f0ede8;
  margin-bottom: 14px;
}
.cta-text h2 i {
  font-style: italic;
  font-weight: 300;
  color: rgba(240, 237, 232, 0.38);
}
.cta-text p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(240, 237, 232, 0.5);
  margin-bottom: 28px;
  max-width: 36ch;
}
.cta-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(246, 242, 236, 0.08);
}

/* OBK strip */
.obk-strip {
  background: var(--dark);
  padding: 0 clamp(20px, 4vw, 52px) 64px;
}
.obk-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 32px;
  border-radius: 14px;
  border: 1px solid var(--ghost2);
}
.obk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ecf6e;
  flex-shrink: 0;
  margin-top: 6px;
}
.obk-logo {
  height: 32px;
  width: auto;
  flex-shrink: 0;
}
.obk-text-block {
  flex: 1;
  min-width: 0;
}
.obk-kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(126, 205, 224, 0.72);
  margin: 0 0 10px;
}
.obk-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(240, 237, 232, 0.45);
}
.obk-text strong {
  color: rgba(240, 237, 232, 0.75);
  font-weight: 700;
}
.obk-text a {
  color: rgba(240, 237, 232, 0.45);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.obk-text a:hover {
  color: rgba(240, 237, 232, 0.7);
}
