/* ============ Mission + pillars + platform ============ */

/* Mission: Technology + Kinetic Energy */
.mission {
  padding: clamp(80px, 9vw, 130px) 0;
  background: var(--surface-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
@media (max-width: 900px) { .mission-grid { grid-template-columns: 1fr; } }
.mission h2 { margin-top: 20px; }
.mission h2 .grad-text { display: inline; }
.mission p.lede { margin-top: 22px; }
.mission-promise {
  margin-top: 30px;
  padding: 22px 24px;
  border-radius: var(--r-md);
  background: var(--surface-alt);
  border: 1px solid var(--border);
}
.mission-promise .k {
  font-family: var(--font-display);
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand-vibrant); font-weight: 600; margin-bottom: 8px;
}
.mission-promise p { font-size: 15.5px; color: var(--text-2); line-height: 1.55; }

/* Kinetic visual — two words fusing */
.fusion {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: var(--r-xl);
  background: radial-gradient(120% 100% at 50% 0%, #EAF1FA, #fff 70%);
  border: 1px solid var(--border-2);
  box-shadow: 0 24px 60px rgba(10,32,92,.10);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.fusion svg { width: 100%; height: 100%; }

/* Pillars grid */
.pillars2 { padding: clamp(80px, 9vw, 130px) 0; }
.pillars2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
}
@media (max-width: 900px) { .pillars2-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .pillars2-grid { grid-template-columns: 1fr; } }
.pcard {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  box-shadow: 0 10px 30px rgba(10,32,92,.05);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pcard:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(10,32,92,.10); }
.pcard .chip { margin-bottom: 18px; }
.pcard h3 { font-size: 20px; }
.pcard p { margin-top: 10px; font-size: 14.5px; color: var(--text-3); line-height: 1.55; }
.pcard .pnum {
  float: right;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--border-2); font-weight: 500;
}

/* Platform section */
.platform {
  padding: clamp(80px, 9vw, 130px) 0;
  background: var(--surface-2);
  border-top: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.platform::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 90% 0%, rgba(149,185,255,.22), transparent 60%);
  pointer-events: none;
}
.platform-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
}
@media (max-width: 980px) { .platform-grid { grid-template-columns: 1fr; } }
.platform-feats { margin-top: 34px; display: flex; flex-direction: column; gap: 8px; }
.pfeat {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 16px;
  border-radius: var(--r-md);
  transition: background .2s var(--ease);
}
.pfeat:hover { background: var(--surface-alt); }
.pfeat .chip { width: 42px; height: 42px; border-radius: 12px; }
.pfeat h4 { font-family: var(--font-display); font-size: 16.5px; font-weight: 600; color: var(--text); }
.pfeat p { margin-top: 3px; font-size: 14px; color: var(--text-3); line-height: 1.5; }
.platform-cta { margin-top: 26px; }

/* Platform mock UI */
.pmock {
  position: relative;
  border-radius: var(--r-xl);
  background: #fff;
  border: 1px solid var(--border-2);
  box-shadow: 0 30px 80px rgba(10,32,92,.14);
  overflow: hidden;
}
.pmock-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  background: var(--surface-alt);
}
.pmock-bar .dots { display: flex; gap: 6px; }
.pmock-bar .dots i { width: 10px; height: 10px; border-radius: 999px; background: var(--border-2); }
.pmock-bar .dots i:nth-child(1){ background:#E9857F;} .pmock-bar .dots i:nth-child(2){ background:#EEC170;} .pmock-bar .dots i:nth-child(3){ background:#7FC79A;}
.pmock-bar .title { font-family: var(--font-display); font-size: 12.5px; color: var(--text-3); font-weight: 500; margin-left: 6px; display: flex; align-items: center; gap: 8px; }
.pmock-body { padding: 20px; display: grid; gap: 12px; }
.pmock-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: #fff;
  opacity: 0; transform: translateY(8px);
  animation: pmockIn .6s var(--ease) forwards;
}
.pmock-row .ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #DEEAF7; color: var(--brand-vibrant); flex-shrink: 0; }
.pmock-row.g .ic { background: rgba(90,204,155,.16); color: #1F7A4D; }
.pmock-row .tt { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--text); }
.pmock-row .ss { font-size: 12.5px; color: var(--text-3); margin-top: 2px; }
.pmock-row .nn { font-family: var(--font-mono); font-size: 12.5px; color: var(--brand-vibrant); background: var(--surface-alt); border: 1px solid var(--border); padding: 4px 8px; border-radius: 8px; }
.pmock-row .nn.g { color: #1F7A4D; background: rgba(90,204,155,.1); border-color: rgba(90,204,155,.28); }
@keyframes pmockIn { to { opacity: 1; transform: none; } }
