/* Slide 11 — The Ask */
.slide[data-index="10"]{
  overflow:hidden;
}
.slide[data-index="10"] .s11-col--game,
.slide[data-index="10"] .s11-game,
.slide[data-index="10"] .s11-stage{
  overflow:visible;
}
.slide[data-index="10"] .s11-col--copy{
  --s11-bright:#fff;
  --s11-lilac:#c8c8ff;
  --s11-blue:#5eb0ff;
  --s11-accent:#4d9bff;
}
.s11-layout{
  display:grid;
  grid-template-columns:minmax(360px,1.15fr) minmax(320px,1fr);
  gap:clamp(20px,3vw,40px);
  align-items:stretch;
  width:100%;
  max-width:min(1280px,98vw);
  margin:0 auto;
  padding:clamp(56px,8vh,72px) clamp(20px,2.5vw,40px) clamp(16px,2vh,24px);
  box-sizing:border-box;
  min-height:calc(100vh - 52px);
}
.s11-head{
  grid-column:1/-1;
  text-align:center;
}
.s11-head--pill-only{
  gap:0;
  margin-bottom:clamp(4px,0.8vh,10px);
}
.s11-col--copy{
  display:flex;
  flex-direction:column;
  gap:clamp(14px,2vh,20px);
  min-width:0;
  align-self:center;
}
.s11-raise--hero{
  text-align:center;
  padding:clamp(24px,3vh,32px) clamp(20px,2.5vw,28px);
  border-radius:24px;
  background:linear-gradient(
    155deg,
    rgba(0,82,245,0.38) 0%,
    rgba(123,123,255,0.22) 48%,
    rgba(0,82,245,0.12) 100%
  );
  border:1px solid rgba(187,187,255,0.42);
  box-shadow:
    0 28px 64px rgba(0,82,245,0.28),
    inset 0 1px 0 rgba(255,255,255,0.18);
}
.s11-raise__eyebrow{
  margin:0 0 6px;
  font-size:10px;
  font-weight:700;
  letter-spacing:0.24em;
  text-transform:uppercase;
  color:var(--s11-lilac,#c8c8ff);
}
.s11-raise__amount{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:0.02em;
  margin:0;
  font-weight:900;
  line-height:0.9;
  letter-spacing:-0.04em;
  filter:drop-shadow(0 6px 28px rgba(94,176,255,0.55));
}
.s11-raise__sym,
.s11-raise__num,
.s11-raise__unit{
  background:linear-gradient(165deg,#fff 8%,var(--s11-lilac,#c8c8ff) 42%,var(--s11-blue,#5eb0ff) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.s11-raise__sym{
  font-size:clamp(44px,5.5vw,68px);
  margin-bottom:0.12em;
}
.s11-raise__num{
  font-size:clamp(88px,12vw,140px);
}
.s11-raise__unit{
  font-size:clamp(52px,7vw,96px);
  margin-bottom:0.08em;
}
.s11-raise__runway{
  margin:clamp(10px,1.5vh,16px) 0 0;
  font-size:clamp(14px,1.35vw,17px);
  line-height:1.5;
  color:rgba(255,255,255,0.82);
  max-width:28em;
  margin-inline:auto;
}
.s11-raise__runway-num{
  font-weight:700;
  color:var(--s11-bright,#fff);
}
.s11-raise__runway strong{
  font-weight:700;
  color:var(--s11-lilac,#c8c8ff);
}
.s11-funds{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:clamp(16px,2vw,22px);
  align-items:center;
  padding:clamp(16px,2vh,20px) clamp(18px,2vw,22px);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(0,82,245,0.2),rgba(187,187,255,0.1));
  border:1px solid rgba(187,187,255,0.28);
  box-shadow:0 12px 40px rgba(0,13,44,0.25);
}
.s11-pie{
  width:clamp(112px,13vw,140px);
  height:clamp(112px,13vw,140px);
  border-radius:50%;
  background:conic-gradient(
    #4d9bff 0deg 120deg,
    #bbbbff 120deg 240deg,
    #7eb8ff 240deg 360deg
  );
  position:relative;
  box-shadow:
    0 0 0 6px rgba(94,176,255,0.2),
    0 0 32px rgba(77,155,255,0.45),
    0 12px 32px rgba(0,13,44,0.35);
}
.s11-pie::after{
  content:"";
  position:absolute;
  inset:20%;
  border-radius:50%;
  background:var(--deck-navy,#0a1628);
  box-shadow:inset 0 0 0 2px rgba(187,187,255,0.15);
}
.s11-legend{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.s11-legend li{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:start;
  gap:10px 12px;
}
.s11-legend__dot{
  width:12px;
  height:12px;
  border-radius:50%;
  margin-top:5px;
  flex-shrink:0;
  box-shadow:0 0 12px currentColor;
}
.s11-legend li:nth-child(1) .s11-legend__dot{
  background:#4d9bff;
  color:#4d9bff;
}
.s11-legend li:nth-child(2) .s11-legend__dot{
  background:#bbbbff;
  color:#bbbbff;
}
.s11-legend li:nth-child(3) .s11-legend__dot{
  background:#7eb8ff;
  color:#7eb8ff;
}
.s11-legend__text{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.s11-legend__text strong{
  display:block;
  font-size:clamp(12px,1.1vw,14px);
  font-weight:700;
  line-height:1.35;
  color:var(--s11-bright,#fff);
}
.s11-legend__desc{
  display:block;
  font-size:clamp(11px,1vw,12px);
  line-height:1.4;
  color:rgba(255,255,255,0.72);
}
.s11-legend__pct{
  font-size:clamp(15px,1.4vw,18px);
  font-weight:800;
  line-height:1.2;
  color:var(--s11-lilac,#c8c8ff);
  letter-spacing:-0.02em;
  white-space:nowrap;
}
.s11-bullets{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:0;
  padding:clamp(14px,1.8vh,18px) clamp(16px,1.5vw,20px);
  list-style:none;
  border-radius:18px;
  background:rgba(0,82,245,0.1);
  border:1px solid rgba(187,187,255,0.18);
}
.s11-bullets li{
  position:relative;
  padding-left:18px;
  font-size:clamp(13px,1.15vw,15px);
  line-height:1.55;
  color:rgba(255,255,255,0.78);
}
.s11-bullets li strong{
  color:var(--s11-bright,#fff);
  font-weight:700;
}
.s11-bullets__accent{
  font-weight:700;
  color:var(--s11-blue,#5eb0ff);
}
.s11-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--s11-accent,#4d9bff);
  box-shadow:0 0 14px rgba(77,155,255,0.65);
}
.s11-col--game{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-end;
  min-width:0;
  min-height:0;
  padding:0 0 8px;
}
.s11-game{
  position:relative;
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  width:100%;
  max-width:none;
  min-height:min(72vh,560px);
  padding:0;
  background:none;
  border:none;
  border-radius:0;
  box-shadow:none;
}
.s11-stage{
  position:relative;
  flex:1 1 auto;
  width:100%;
  height:100%;
  min-height:min(58vh,480px);
  padding-top:clamp(48px,10vh,88px);
  box-sizing:border-box;
  overflow:visible;
  border-radius:0;
  background:none;
}
.s11-stage::before{
  display:none;
}
.s11-block{
  position:absolute;
  left:50%;
  top:clamp(12px,6vh,48px);
  z-index:3;
  width:clamp(72px,9vw,96px);
  height:clamp(72px,9vw,96px);
  margin-left:calc(clamp(72px,9vw,96px) / -2);
  border-radius:4px;
  background:linear-gradient(180deg,#f9d721 0%,#d8a037 55%,#885718 100%);
  border:3px solid #1a1200;
  box-shadow:
    inset 4px 4px 0 rgba(255,255,255,0.45),
    inset -4px -4px 0 rgba(0,0,0,0.2),
    0 6px 0 rgba(0,0,0,0.35);
  transition:transform 0.2s ease;
}
.s11-block::before{
  content:"?";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:clamp(32px,4vw,44px);
  font-weight:900;
  color:#5a3a00;
  text-shadow:0 1px 0 rgba(255,255,255,0.35);
}
.s11-block--hit{
  animation:s11BlockHit 0.28s ease;
}
.s11-char{
  position:absolute;
  left:50%;
  bottom:10%;
  z-index:1;
  width:clamp(220px,32vw,400px);
  height:clamp(260px,38vh,480px);
  margin-left:calc(clamp(220px,32vw,400px) / -2);
  transform-origin:center bottom;
  transition:transform 0.32s cubic-bezier(0.34,1.35,0.64,1);
}
.s11-char--jumping{
  transform:translateY(clamp(-88px,-12vh,-140px));
}
.s11-char-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center 92%;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
  filter:none;
}
.s11-char-img--jump{
  opacity:0;
}
.s11-char--jumping .s11-char-img--stand{
  opacity:0;
}
.s11-char--jumping .s11-char-img--jump{
  opacity:1;
}
.s11-coin{
  position:absolute;
  left:50%;
  top:clamp(12px,6vh,48px);
  width:clamp(32px,4vw,44px);
  height:clamp(32px,4vw,44px);
  margin-left:calc(clamp(32px,4vw,44px) / -2);
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#fff9a8,#f8d820 45%,#d8a038 100%);
  border:2px solid #1a1200;
  box-shadow:0 2px 0 rgba(0,0,0,0.25);
  pointer-events:none;
  animation:s11CoinPop 0.55s ease-out forwards;
  z-index:5;
}
@keyframes s11BlockHit{
  0%,100%{transform:translateY(0);}
  40%{transform:translateY(-20px);}
}
@keyframes s11CoinPop{
  0%{
    opacity:1;
    transform:translate(0,0) scale(0.6);
  }
  100%{
    opacity:0;
    transform:translate(0,clamp(-140px,-18vh,-200px)) scale(1);
  }
}
@media (max-width:960px){
  .s11-layout{
    grid-template-columns:1fr;
    padding-top:clamp(64px,9vh,76px);
    min-height:0;
  }
  .s11-col--game{
    order:3;
    min-height:min(50vh,420px);
  }
  .s11-game{
    min-height:min(48vh,400px);
  }
  .s11-stage{
    min-height:min(44vh,360px);
    padding-top:clamp(36px,8vh,64px);
  }
  .s11-char{
    width:clamp(180px,52vw,300px);
    height:clamp(220px,56vw,360px);
    margin-left:calc(clamp(180px,52vw,300px) / -2);
    bottom:8%;
  }
  .s11-block,
  .s11-coin{
    top:clamp(10px,5vh,40px);
  }
}
