﻿/* ============================================================
   🏢 ABOUT PAGE STYLES
   ============================================================ */

/* ──── About Hero ──────────────────────────────────────── */
._hXHYp1m {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Breadcrumb */
._jNLWMHs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  margin-bottom: var(--hero-path-mb);
}
._jNLWMHs svg {
  color: rgba(255,255,255,0.5);
  flex-shrink: 0;
}
._jNLWMHs span {
  color: rgba(255,255,255,0.7);
}
._jNLWMHs a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}
._jNLWMHs a:hover { color: #38bdf8; }
._jNLWMHs span[aria-hidden] {
  color: rgba(255,255,255,0.4);
}
._jNLWMHs span[aria-current] {
  color: #fff;
}

/* Blobs */
._TdqPa26 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.kc-about-hero__blob--1 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(59,130,246,0.3) 0%, transparent 70%);
  top: -100px; left: -80px;
}
.kc-about-hero__blob--2 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(99,102,241,0.25) 0%, transparent 70%);
  bottom: -60px; right: -40px;
}

/* ── Page banner ─────────────────────────────────────────── */
._uhQe-wy {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a1628 0%, #0f2d5e 55%, #1a4a9e 100%);
  padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 6vw, 80px);
  text-align: center;
}
._hD-MSPT {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
}
._GlwhKvS {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}
._GlwhKvS a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}
._GlwhKvS a:hover { color: #fff; }
._GlwhKvS span[aria-current] { color: rgba(255,255,255,0.9); }
._edxG4m8 {
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
._iXFFE7D {
  font-size: clamp(15px, 1.3vw, 17px);
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-word;
}
._BOfe2d2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.kc-about-banner__blob--1 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(59,130,246,0.3) 0%, transparent 70%);
  top: -100px; left: -80px;
}
.kc-about-banner__blob--2 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(99,102,241,0.25) 0%, transparent 70%);
  bottom: -60px; right: -40px;
}

/* ── Shared section wrappers ─────────────────────────────── */
._5ZXfTJD {
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 34%, #f5f9ff 68%, #ffffff 100%);
}

._VJU0xwe {
  padding: clamp(64px, 8vw, 104px) 0;
}
.kc-about-section--alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(248,251,255,0.86));
}

._az5S3WQ {
  max-width: var(--body-inner-max);
  margin: 0 auto;
  padding: 0 var(--body-px);
}

._QCE1DPF {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: rgba(239, 246, 255, 0.88);
  border: 1px solid rgba(191, 219, 254, 0.78);
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82);
}

._FYsQtAB {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 20px;
}

._ilxN2gs {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
._vaKDALq {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* ── Story section ───────────────────────────────────────── */
._N-qziml {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(52px, 7vw, 92px);
  align-items: center;
}
._D9_6ft8 p {
  font-size: 16px;
  color: #334155;
  line-height: 1.82;
  margin: 0 0 18px;
  text-align: justify;
}
._zYbuQGH {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--body-card-gap);
}
._chvFgm6 {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
._pCqCKPu {
  display: block;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 800;
  color: #2563eb;
  line-height: 1.1;
}
._-cOa4KO {
  display: block;
  font-size: 13px;
  color: #64748B;
  margin-top: 6px;
  line-height: 1.4;
}

/* ── Mission/Vision ──────────────────────────────────────── */
._P0PaJtn {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
._hkJOsbR {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 38px 34px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.84),
    0 14px 42px rgba(15, 23, 42, 0.055);
}
._hkJOsbR::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  opacity: 0.55;
  pointer-events: none;
}
.kc-about-mv-card--mission { background: linear-gradient(135deg, #eff6ff, #f8fbff); border-color: #bfdbfe; }
.kc-about-mv-card--vision  { background: linear-gradient(135deg, #ecfdf5, #f8fffb); border-color: #bbf7d0; }
.kc-about-mv-card--values  { background: linear-gradient(135deg, #fff7ed, #fffaf5); border-color: #fed7aa; }
.kc-about-mv-card--mission::after { background: #dbeafe; }
.kc-about-mv-card--vision::after  { background: #dcfce7; }
.kc-about-mv-card--values::after  { background: #ffedd5; }
._Z_V5HMI {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #ffffff;
  border-radius: 18px;
  background: linear-gradient(145deg, #60a5fa 0%, #2563eb 55%, #1d4ed8 100%);
  border: 1px solid rgba(29, 78, 216, 0.55);
  box-shadow:
    0 6px 20px rgba(37, 99, 235, 0.42),
    0 0 0 4px rgba(37, 99, 235, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  position: relative;
  z-index: 1;
}
.kc-about-mv-card--vision ._Z_V5HMI {
  background: linear-gradient(145deg, #34d399 0%, #059669 55%, #047857 100%);
  border-color: rgba(4, 120, 87, 0.55);
  box-shadow:
    0 6px 20px rgba(5, 150, 105, 0.42),
    0 0 0 4px rgba(5, 150, 105, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.kc-about-mv-card--values ._Z_V5HMI {
  background: linear-gradient(145deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
  border-color: rgba(234, 88, 12, 0.55);
  box-shadow:
    0 6px 20px rgba(249, 115, 22, 0.42),
    0 0 0 4px rgba(249, 115, 22, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
._Z_V5HMI svg {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}
._hkJOsbR h3 {
  font-size: 18px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 14px;
  position: relative;
  z-index: 1;
}
._hkJOsbR p, ._hkJOsbR li {
  font-size: 15px;
  color: #334155;
  line-height: 1.72;
  text-align: justify;
  position: relative;
  z-index: 1;
}
._hkJOsbR ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._hkJOsbR li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  padding-left: 0;
}
._hkJOsbR li::before {
  content: "✓";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fed7aa;
  color: #f97316;
  font-size: 11px;
  font-weight: 900;
  margin-top: 2px;
}

/* ── Capabilities ────────────────────────────────────────── */
._QsUkZNO {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--body-card-gap);
}
._eVJlv2h {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
._eVJlv2h:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(37,99,235,0.1);
}
._aMdf3aX {
  font-size: 28px;
  margin-bottom: 14px;
}
._eVJlv2h h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 10px;
}
._eVJlv2h p {
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
  text-align: justify;
}

/* ── Company Info ────────────────────────────────────────── */
._sQ1JDGt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: clamp(48px, 7vw, 84px);
  align-items: center;
}
._RpPR6ID {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
._pUIv0mk {
  display: grid;
  grid-template-columns: 32px 150px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.96);
}
._pUIv0mk:last-child { border-bottom: none; }
._qScHioF {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  background: #eef5ff;
  border: 1px solid #dbeafe;
}
._qScHioF svg {
  width: 16px;
  height: 16px;
}
._pUIv0mk dt {
  font-size: 14px;
  font-weight: 700;
  color: #64748B;
}
._pUIv0mk dd {
  font-size: 15px;
  color: #0F172A;
  margin: 0;
}
._pUIv0mk dd a {
  color: #2563eb;
  text-decoration: none;
}
._pUIv0mk dd a:hover { text-decoration: underline; }

._gb9Oyu5 {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background:
    radial-gradient(440px 190px at 100% 100%, rgba(14, 165, 233, 0.22), transparent 72%),
    radial-gradient(280px 120px at 0% 0%, rgba(96, 165, 250, 0.18), transparent 70%),
    linear-gradient(135deg, #061839 0%, #0b2d69 58%, #0f4aa4 100%);
  border: 1px solid rgba(147, 197, 253, 0.34);
  border-radius: 22px;
  padding: 38px 230px 34px 34px;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 24px 70px rgba(15, 23, 42, 0.16);
}
._gb9Oyu5::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 20px;
  width: min(210px, 42%);
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  background:
    linear-gradient(150deg, rgba(147, 197, 253, 0.34), rgba(37, 99, 235, 0.08)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(191, 219, 254, 0.22);
  box-shadow:
    -46px 34px 0 -20px rgba(14, 165, 233, 0.2),
    -82px 66px 0 -38px rgba(59, 130, 246, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: rotate(-8deg);
  opacity: 0.78;
  pointer-events: none;
  z-index: 1;
}
._gb9Oyu5::before {
  content: "";
  position: absolute;
  inset: auto -50px -70px auto;
  width: 280px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.34), transparent 68%);
  pointer-events: none;
  z-index: 0;
}
._sf-Nodq {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}
._gb9Oyu5 h3 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}
._gb9Oyu5 p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin: 0 0 24px;
  position: relative;
  z-index: 2;
}
._gb9Oyu5 ._X3C8NOw {
  text-align: center;
}
._7VW_TpD {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
  max-width: 260px;
  position: relative;
  z-index: 2;
}
/* ════════════════════════════════════════════════════════════
   ABOUT HERO
   ════════════════════════════════════════════════════════════ */
._FVwwskm {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4,14,44,0.62) 0%, rgba(7,24,68,0.46) 48%, rgba(12,38,108,0.25) 100%),
    var(--kc-hero-bg) center center / cover no-repeat;
}
._nKm8JFC {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--hero-pt) var(--hero-px) var(--hero-pb);
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

/* ROW 2: Main grid */
._RgRhiEd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--hero-grid-gap);
  align-items: start;
}
._AZP4i3b {
}

/* Badge */
._UtQMJhn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  margin: 0;
  letter-spacing: 0.02em;
}
._jLMr1CP {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 3px rgba(52,211,153,0.25);
  animation: kc-pulse-dot 2.5s ease-in-out infinite;
}
@keyframes kc-pulse-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(52,211,153,0.25); }
  50%       { box-shadow: 0 0 0 6px rgba(52,211,153,0.1); }
}

/* Title */
._meUwVs6 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
  max-width: 540px;
}
._u8yvPQ1 {
  background: linear-gradient(90deg, #60a5fa, #a5f3fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
._cfgD5pt {
  font-size: clamp(15px, 1.3vw, 17px);
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin: 0 0 20px;
  max-width: 520px;
  text-align: justify;
  text-justify: inter-word;
}

/* Trust row */
._xUxr5k8 {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 16px 24px;
  margin-bottom: 32px;
  width: fit-content;
}
._mFGBDDn {
  text-align: center;
  padding: 0 20px;
}
._eXC8wsr {
  display: none;
}
._vTgWM7X {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
._ciV4lzo {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
  white-space: nowrap;
}
._elPAaYv {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

/* CTAs */
._GKbL928 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Blobs */
._TdqPa26 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.kc-about-hero__blob--1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(59,130,246,0.25) 0%, transparent 70%);
  top: -150px; left: -100px;
}
.kc-about-hero__blob--2 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(99,102,241,0.2) 0%, transparent 70%);
  bottom: -80px; right: -60px;
}

/* ────────────────────────────────────────────────────────────
   Credibility card (hero right)
   ────────────────────────────────────────────────────────── */
._XPBlXrj {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.28);
}
._TswhtiH {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
._7tEMquH {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(96,165,250,0.24) 0%, rgba(59,130,246,0.12) 100%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._M6i8S1K {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
._NfiSGJv {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 3px;
}
._yzEx1C2 {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 18px 0;
}
._SZ6QwkF {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
._RZMstUC {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
}
._X75rpmV {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(96, 165, 250, 0.7);
}
._X75rpmV svg {
  width: 20px;
  height: 20px;
}
._BZEIT8S {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
._L0p1AW5 {
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
._L0p1AW5:last-child { border-right: none; }
._s4bV_vP {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
._BHc9mf1 {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
  line-height: 1.3;
}

/* ════════════════════════════════════════════════════════════
   STORY: differentiator grid
   ════════════════════════════════════════════════════════════ */
._R5po5Nf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}
._B2B3bBJ {
  background:
    radial-gradient(220px 120px at 100% 0%, rgba(219, 234, 254, 0.52), transparent 72%),
    rgba(255,255,255,0.9);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  padding: 28px 26px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 16px 42px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
._B2B3bBJ:hover {
  transform: translateY(-3px);
  border-color: rgba(147, 197, 253, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.94),
    0 22px 54px rgba(37, 99, 235, 0.10);
}
._2bDUJVr {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
._2bDUJVr svg {
  width: 26px;
  height: 26px;
}
.kc-about-diff-icon--blue   { color: #2563eb; background: #eff6ff; border: 1px solid #bfdbfe; }
.kc-about-diff-icon--green  { color: #16a34a; background: #f0fdf4; border: 1px solid #bbf7d0; }
.kc-about-diff-icon--purple { color: #7c3aed; background: #f5f3ff; border: 1px solid #ddd6fe; }
.kc-about-diff-icon--orange { color: #f97316; background: #fff7ed; border: 1px solid #fed7aa; }
._B2B3bBJ h4 {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px;
}
._B2B3bBJ p {
  font-size: 14px;
  color: #475569;
  line-height: 1.68;
  margin: 0;
}

/* Blockquote */
._cXBzq4f {
  margin: 28px 0 0;
  padding: 18px 22px;
  background: linear-gradient(90deg, rgba(239, 246, 255, 0.92), rgba(255,255,255,0));
  border-left: 3px solid #2563eb;
  border-radius: 0;
  font-size: 15px;
  font-weight: 800;
  color: #1d4ed8;
  font-style: italic;
  line-height: 1.6;
}

/* ════════════════════════════════════════════════════════════
   CAPABILITIES: execution strength grid
   ════════════════════════════════════════════════════════════ */
._rHNE5LB {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,251,255,0.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    0 18px 48px rgba(15, 23, 42, 0.07);
}
._ZfyLNYf {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  border-right: 1px solid rgba(226, 232, 240, 0.92);
  transition: background 0.16s;
}
._ZfyLNYf:hover { background: rgba(239, 246, 255, 0.54); }
._ZfyLNYf:nth-child(even) { border-right: none; }
._ZfyLNYf:nth-last-child(-n+2) { border-bottom: none; }
._F3ZHkwY {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid transparent;
}
._F3ZHkwY svg {
  width: 31px;
  height: 31px;
}
.kc-about-strength-icon--blue   { color: #2563eb; background: #eff6ff; border-color: #bfdbfe; }
.kc-about-strength-icon--red    { color: #7c3aed; background: #f5f3ff; border-color: #ddd6fe; }
.kc-about-strength-icon--teal   { color: #16a34a; background: #f0fdf4; border-color: #bbf7d0; }
.kc-about-strength-icon--purple { color: #f97316; background: #fff7ed; border-color: #fed7aa; }
.kc-about-strength-icon--orange { color: #7c3aed; background: #faf5ff; border-color: #e9d5ff; }
.kc-about-strength-icon--green  { color: #0891b2; background: #ecfeff; border-color: #a5f3fc; }
._I90A6x2 h3 {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 7px;
}
._Gwk4P_p {
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  margin: 0 0 8px;
}
._I90A6x2 > p:last-child {
  font-size: 13px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* ── Responsive ──────────────────────────────────────────── */

/* ── Tablet ──────────────────────────────────────────────── */
@media (min-width: 641px) and (max-width: 1024px) {
  ._az5S3WQ {
    max-width: var(--body-tablet-rail-max);
    padding: 0px;
  }

  ._N-qziml,
  ._sQ1JDGt {
    grid-template-columns: 1fr;
    gap: var(--body-grid-gap);
  }
  ._gb9Oyu5 {
    padding-right: 230px;
  }
  ._P0PaJtn,
  ._QsUkZNO {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  ._RgRhiEd {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  ._AZP4i3b {
    /* width/max-width/margin-inline handled by B19 in base.css */
    padding-top: 0;
  }
  ._xUxr5k8 { width: 100%; }
  ._mFGBDDn { flex: 1; }
  ._rHNE5LB { grid-template-columns: 1fr; }
  ._ZfyLNYf { border-right: none !important; }
  ._ZfyLNYf:nth-last-child(-n+2) { border-bottom: 1px solid #E2E8F0; }
  ._ZfyLNYf:last-child { border-bottom: none; }

  ._XPBlXrj {
    width: 100%;
    padding: 18px 20px;
    border-radius: 18px;
  }

  ._TswhtiH {
    gap: 12px;
    margin-bottom: 12px;
  }

  ._yzEx1C2 {
    margin: 12px 0;
  }

  ._SZ6QwkF {
    gap: 9px;
  }

  ._RZMstUC {
    gap: 9px;
    font-size: 12px;
    line-height: 1.35;
  }

  ._BZEIT8S {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  ._s4bV_vP {
    font-size: 1.18rem;
  }

  ._BHc9mf1 {
    font-size: 10px;
    margin-top: 3px;
  }
}

/* ── Mobile ──────────────────────────────────────────────── */
@media (max-width: 640px) {
  ._az5S3WQ {
    padding: 0 var(--body-px);
  }

  ._N-qziml,
  ._sQ1JDGt {
    grid-template-columns: 1fr;
    gap: var(--body-grid-gap);
  }
  ._P0PaJtn,
  ._QsUkZNO { grid-template-columns: 1fr; }
  ._zYbuQGH { grid-template-columns: 1fr 1fr; }
  ._pUIv0mk {
    grid-template-columns: 28px 1fr;
    gap: 6px 12px;
    align-items: start;
  }
  ._pUIv0mk dt {
    grid-column: 2;
    font-size: 13px;
  }
  ._pUIv0mk dd {
    grid-column: 2;
  }
  ._R5po5Nf { grid-template-columns: 1fr; }
  ._B2B3bBJ,
  ._hkJOsbR {
    padding: 26px 22px;
  }

  ._gb9Oyu5 {
    min-height: 0;
    padding: 30px 22px 36px;
  }

  ._7VW_TpD {
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
  }

  ._gb9Oyu5::after {
    right: -32px;
    bottom: 28px;
    width: 160px;
    max-width: 52%;
    transform: rotate(-8deg);
    opacity: 0.58;
  }

  ._rHNE5LB { grid-template-columns: 1fr; }
  ._ZfyLNYf { border-right: none !important; }
  ._ZfyLNYf:nth-last-child(-n+2) { border-bottom: 1px solid #E2E8F0; }
  ._ZfyLNYf:last-child { border-bottom: none; }

  ._FVwwskm {
    overflow: clip;
  }

  ._nKm8JFC,
  ._RgRhiEd,
  ._hXHYp1m,
  ._AZP4i3b,
  ._jNLWMHs,
  ._xUxr5k8,
  ._GKbL928 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  ._nKm8JFC {
    padding-top: 54px;
    padding-bottom: 58px;
    overflow: hidden;
  }

  ._RgRhiEd {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  ._meUwVs6 {
    font-size: clamp(2.28rem, 9vw, 2.75rem);
    line-height: 1.12;
    letter-spacing: -0.018em;
    text-wrap: balance;
  }

  ._cfgD5pt {
    font-size: 1.02rem;
    line-height: 1.72;
    max-width: 100%;
  }

  ._jNLWMHs {
    width: fit-content;
    max-width: calc(100vw - 48px);
    padding: 8px 14px;
  }

  ._xUxr5k8 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 26px;
    padding: 22px 14px;
    border-radius: 18px;
    background: rgba(7, 18, 50, 0.48);
    border-color: rgba(147, 197, 253, 0.35);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      inset 0 -1px 0 rgba(56, 189, 248, 0.22),
      0 18px 48px rgba(2, 8, 23, 0.26);
  }

  ._elPAaYv {
    display: none;
  }

  ._mFGBDDn {
    min-width: 0;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }

  ._mFGBDDn:last-child {
    border-right: none;
  }

  ._eXC8wsr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    color: #38d5ff;
    filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.42));
  }

  ._vTgWM7X {
    font-size: clamp(1.75rem, 6.8vw, 2.35rem);
  }

  ._ciV4lzo {
    white-space: normal;
    line-height: 1.3;
  }

  ._GKbL928 {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }

  ._GKbL928 ._s02TpC8 {
    flex: 1;
    min-width: 0;
    min-height: var(--btn-h);
    padding: 0 8px 0 14px;
    border-radius: var(--btn-r);
    font-size: 0.95rem;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
  }

  ._BZEIT8S { gap: 4px; }
  ._XPBlXrj {
    width: 100%;
    padding: 20px;
    border-radius: 18px;
  }
  ._TswhtiH {
    margin-bottom: 14px;
  }
  ._yzEx1C2 {
    margin: 14px 0;
  }
  ._SZ6QwkF {
    gap: 10px;
  }
  ._RZMstUC {
    font-size: 12px;
    line-height: 1.35;
  }
}