/* JJIT Outcomes v25 — isolated production component. No legacy outcome-* selectors. */
.result-cards{
  --o25-blue:#64b9ec;
  --o25-blue-soft:rgba(92,179,230,.28);
  --o25-orange:#ff6500;
  --o25-orange2:#ff8a1f;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(92px,8vw,138px) 0 clamp(96px,8.5vw,148px);
  background:
    radial-gradient(65% 80% at 48% 42%,rgba(15,62,88,.10),transparent 72%),
    linear-gradient(180deg,rgba(1,8,14,.3),rgba(2,10,17,.16));
}
.result-cards::before{
  content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;opacity:.28;
  background-image:radial-gradient(circle,rgba(77,160,211,.22) 1px,transparent 1.15px);
  background-size:24px 24px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.7),transparent 30%,transparent 70%,rgba(0,0,0,.7));
}
.result-cards::after{
  content:"";position:absolute;z-index:-1;pointer-events:none;
  width:min(880px,72vw);height:min(880px,72vw);right:-22%;top:-34%;border-radius:50%;
  border:1px solid rgba(255,101,0,.24);transform:scaleY(.44) rotate(24deg);
  box-shadow:0 0 75px rgba(255,101,0,.055),inset 0 0 50px rgba(255,101,0,.025);
}
.result-cards__wrap{position:relative}
.result-cards__head{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);align-items:end;gap:clamp(48px,7vw,112px);margin-bottom:clamp(44px,5vw,70px)}
.result-cards__titleblock{min-width:0}
.result-cards__title{margin:24px 0 0;max-width:780px;color:#f5f7f9;font-size:clamp(54px,5.55vw,88px);font-weight:780;line-height:.94;letter-spacing:-.065em;text-wrap:balance}
.result-cards__intro{max-width:600px;margin:0 0 6px;color:#9eb0bd;font-size:clamp(18px,1.45vw,23px);line-height:1.62;letter-spacing:-.015em}
.result-cards__intro strong{color:#dbe5eb;font-weight:600}
.result-cards__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.result-cards__card{
  position:relative;min-width:0;min-height:372px;padding:34px 32px 30px;overflow:hidden;
  display:flex;flex-direction:column;
  border:1px solid rgba(81,168,222,.48);border-radius:24px;
  background:
    radial-gradient(170px 170px at 104% 108%,rgba(255,101,0,.12),transparent 70%),
    linear-gradient(155deg,rgba(11,36,50,.90),rgba(2,13,21,.96) 68%);
  box-shadow:inset 0 1px 0 rgba(223,244,255,.055),0 22px 60px rgba(0,0,0,.24);
  transition:transform .45s cubic-bezier(.2,.75,.2,1),border-color .35s ease,box-shadow .45s ease;
}
.result-cards__card::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent 4%,rgba(115,202,255,.74) 28%,rgba(115,202,255,.10) 74%,transparent);opacity:.58}
.result-cards__card::after{content:"";position:absolute;width:150px;height:150px;right:-83px;bottom:-90px;border-radius:50%;background:radial-gradient(circle,rgba(255,101,0,.19),transparent 70%);opacity:.66;transition:transform .55s ease,opacity .4s ease}
.result-cards__card:hover{transform:translateY(-6px);border-color:rgba(99,190,246,.76);box-shadow:inset 0 1px 0 rgba(235,249,255,.08),0 30px 78px rgba(0,0,0,.34),0 0 42px rgba(58,154,213,.045)}
.result-cards__card:hover::after{transform:scale(1.18);opacity:.92}
.result-cards__num{position:absolute;top:35px;right:30px;color:#708da0;font:700 14px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
.result-cards__icon{position:relative;display:grid;place-items:center;width:72px;height:72px;margin:0 0 40px;border:1px solid rgba(102,179,222,.34);border-radius:20px;background:linear-gradient(145deg,rgba(18,49,65,.92),rgba(3,18,27,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 14px 31px rgba(0,0,0,.24)}
.result-cards__icon::after{content:"";position:absolute;top:-1px;right:-1px;width:30px;height:30px;border-top:2px solid var(--o25-orange);border-right:2px solid var(--o25-orange);border-radius:0 19px 0 0;filter:drop-shadow(0 0 7px rgba(255,101,0,.68))}
.result-cards__icon img{display:block;width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(112,199,251,.12))}
.result-cards__copy{margin-top:auto;padding-right:4px}
.result-cards__copy h3{margin:0;max-width:260px;color:#f5f7f9;font-size:clamp(22px,1.65vw,27px);font-weight:720;line-height:1.08;letter-spacing:-.04em}
.result-cards__copy p{margin:16px 0 0;max-width:285px;color:#9caeba;font-size:16px;line-height:1.58;letter-spacing:-.012em}
.result-cards__accent{display:block;width:38px;height:3px;margin-top:28px;border-radius:4px;background:linear-gradient(90deg,var(--o25-orange),var(--o25-orange2));box-shadow:0 0 16px rgba(255,101,0,.34);transition:width .45s cubic-bezier(.2,.75,.2,1)}
.result-cards__card:hover .result-cards__accent{width:62px}
@media (max-width:1180px){
  .result-cards__head{grid-template-columns:1fr;gap:24px}.result-cards__intro{margin:0;max-width:760px}.result-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-cards__card{min-height:330px}
}
@media (max-width:720px){
  .result-cards{padding:76px 0 88px}.result-cards::before{opacity:.18}.result-cards::after{width:680px;height:680px;right:-75%;top:-16%}
  .result-cards__head{margin-bottom:34px}.result-cards__title{margin-top:18px;font-size:clamp(44px,12.7vw,62px);line-height:.96;letter-spacing:-.058em}.result-cards__intro{font-size:17px;line-height:1.58}
  .result-cards__grid{grid-template-columns:1fr;gap:14px}.result-cards__card{min-height:0;padding:24px 24px 23px;display:grid;grid-template-columns:64px 1fr;grid-template-rows:auto auto;column-gap:20px;align-items:start}.result-cards__num{top:25px;right:23px}.result-cards__icon{grid-column:1;grid-row:1 / span 2;width:60px;height:60px;margin:0;border-radius:17px}.result-cards__icon::after{width:25px;height:25px;border-radius:0 16px 0 0}.result-cards__icon img{width:32px;height:32px}.result-cards__copy{grid-column:2;grid-row:1;margin:4px 34px 0 0}.result-cards__copy h3{font-size:22px}.result-cards__copy p{margin-top:9px;font-size:15px;line-height:1.52}.result-cards__accent{grid-column:2;grid-row:2;margin:18px 0 0;width:32px}
}
@media (prefers-reduced-motion:reduce){.result-cards__card,.result-cards__accent,.result-cards__card::after{transition:none!important}.result-cards__card:hover{transform:none}}
