/* MetaCore intro clarity layer v26 · 2026-09-05 */
.mc-intro-clarity {
  position: relative;
  margin: 0 0 34px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(0, 240, 255, 0.18);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 240, 255, 0.10), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(168, 85, 247, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(8, 18, 42, 0.86), rgba(3, 9, 24, 0.92));
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
}
.mc-intro-clarity::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, #00f0ff, transparent);
}
.mc-intro-eyebrow {
  margin: 0 0 10px;
  color: #5ee7f0;
  font: 800 .72rem/1.2 Orbitron, Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mc-intro-clarity h2 {
  max-width: 980px;
  margin: 0;
  color: #f8fafc;
  font: 800 clamp(1.65rem, 3vw, 2.7rem)/1.08 Inter, sans-serif;
  letter-spacing: -.035em;
}
.mc-intro-clarity h2 em { color: #78f6ff; font-style: normal; }
.mc-intro-lead {
  max-width: 940px;
  margin: 14px 0 0;
  color: #b8c7dc;
  font-size: clamp(.96rem, 1.3vw, 1.08rem);
  line-height: 1.72;
}
.mc-intro-formula {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 8px;
  margin: 26px 0 18px;
}
.mc-intro-formula span {
  position: relative;
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(2, 8, 23, .64);
  color: #e6f8ff;
  text-align: center;
  font: 800 .69rem/1.35 Orbitron, Inter, sans-serif;
  letter-spacing: .05em;
}
.mc-intro-formula span:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  z-index: 2;
  color: #00f0ff;
  font-family: Inter, sans-serif;
}
.mc-intro-tech {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 24px;
  padding: 13px 16px;
  border-left: 2px solid rgba(0,240,255,.55);
  background: rgba(0,240,255,.035);
  color: #93a7c2;
  font-size: .82rem;
  line-height: 1.6;
}
.mc-intro-tech strong { color: #dffbff; }
.mc-intro-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.mc-intro-path {
  --path-accent: #00f0ff;
  display: flex;
  flex-direction: column;
  min-height: 248px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.09);
  border-top: 2px solid color-mix(in srgb, var(--path-accent) 75%, transparent);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--path-accent) 10%, transparent), transparent 35%),
    rgba(4, 11, 28, .70);
}
.mc-intro-path--sme { --path-accent: #a855f7; }
.mc-intro-path--ent { --path-accent: #22c55e; }
.mc-intro-path small {
  color: color-mix(in srgb, var(--path-accent) 78%, white);
  font: 800 .66rem/1.2 Orbitron, Inter, sans-serif;
  letter-spacing: .12em;
}
.mc-intro-path h3 {
  margin: 10px 0 9px;
  color: #f8fafc;
  font-size: 1.08rem;
  line-height: 1.25;
}
.mc-intro-path p {
  margin: 0;
  color: #9fb0c7;
  font-size: .86rem;
  line-height: 1.58;
}
.mc-intro-path a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
  color: color-mix(in srgb, var(--path-accent) 82%, white);
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.mc-intro-vision {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
}
.mc-intro-vision strong {
  color: #78f6ff;
  font: 800 .69rem/1.4 Orbitron, Inter, sans-serif;
  letter-spacing: .11em;
}
.mc-intro-vision p { margin: 0; color: #c5d2e4; font-size: .9rem; line-height: 1.6; }
.mc-intro-mobile-clarity { display: none; }

@media (max-width: 980px) and (min-width: 769px) {
  .mc-intro-formula { grid-template-columns: 1fr; }
  .mc-intro-formula span:not(:last-child)::after { content: "↓"; right: 50%; bottom: -13px; top: auto; }
  .mc-intro-paths { grid-template-columns: 1fr; }
  .mc-intro-path { min-height: 0; }
  .mc-intro-vision { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 768px) {
  .mc-intro-mobile-clarity {
    display: block;
    margin: 12px 0 18px;
    padding: 18px;
    border: 1px solid rgba(0,240,255,.17);
    border-radius: 16px;
    background:
      radial-gradient(circle at 0 0, rgba(0,240,255,.10), transparent 38%),
      rgba(4,12,28,.74);
  }
  .mc-intro-mobile-clarity > small {
    color: #5ee7f0;
    font: 800 .63rem/1.3 Orbitron, Inter, sans-serif;
    letter-spacing: .12em;
  }
  .mc-intro-mobile-clarity h3 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 1.14rem;
    line-height: 1.25;
  }
  .mc-intro-mobile-clarity > p {
    margin: 0;
    color: #aebdd1;
    font-size: .84rem;
    line-height: 1.55;
  }
  .mc-intro-mobile-formula {
    margin: 14px 0;
    color: #dffbff;
    font: 700 .68rem/1.55 Inter, sans-serif;
    letter-spacing: .01em;
  }
  .mc-intro-mobile-paths { display: grid; gap: 8px; }
  .mc-intro-mobile-paths a {
    display: grid;
    grid-template-columns: 88px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 11px 12px;
    border-radius: 11px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(2,8,23,.58);
  }
  .mc-intro-mobile-paths small { color: #78f6ff; font-size: .61rem; font-weight: 800; letter-spacing: .06em; }
  .mc-intro-mobile-paths b { color: #eef8ff; font-size: .78rem; line-height: 1.25; }
  .mc-intro-mobile-paths span { color: #5ee7f0; }
  .mc-intro-mobile-tech {
    margin-top: 13px !important;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.07);
    color: #8092aa !important;
    font-size: .69rem !important;
  }
}
