.app-crumbs {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11.5px; color: rgba(152, 143, 176, 0.75);
  margin-bottom: 14px;
}
.app-crumbs a { transition: color 0.2s; }
.app-crumbs a:hover { color: var(--acc2); }
.app-crumbs span[aria-current] { color: var(--tx); }
.app-crumbs i { font-style: normal; color: rgba(178, 160, 225, 0.35); }

.app-hero-note {
  display: flex; align-items: center; gap: 8px;
  margin-top: 14px; font-size: 13px; color: var(--tx2);
}
.app-hero-note svg { flex-shrink: 0; color: var(--amber); }

.app-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.app-facts .kd-chip { display: inline-flex; align-items: center; gap: 7px; }
.app-facts svg { color: var(--acc2); flex-shrink: 0; }

.app-play { padding-left: 20px; }
.app-play svg { width: 19px; height: 21px; flex-shrink: 0; }
.app-play-copy { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.app-play-copy small { font-size: 10.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.72; }
.app-play-copy strong { font-size: 15px; font-weight: 700; }

.app-band {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: rgba(22, 18, 33, 0.6);
  position: relative; z-index: 1;
}
.app-band + .kd-section { border-top: 0; }
.app-band-in {
  display: grid; grid-template-columns: repeat(4, 1fr);
  max-width: 1180px; margin: 0 auto; width: 100%; padding: 0 48px;
}
.app-band-item {
  display: flex; align-items: center; gap: 12px;
  padding: 20px 24px; border-right: 1px solid var(--line);
}
.app-band-item:first-child { padding-left: 0; }
.app-band-item:last-child { border-right: 0; padding-right: 0; }
.app-band-item svg { color: var(--acc); flex-shrink: 0; }
.app-band-item b { display: block; font-family: var(--font-d); font-weight: 700; font-size: 13.5px; }
.app-band-item span { display: block; font-size: 12.5px; color: var(--tx2); }

.app-ico {
  position: absolute; top: 22px; right: 22px; z-index: 1;
  display: inline-grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255, 255, 255, 0.03); color: var(--acc);
  transition: color 0.25s, border-color 0.25s, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.kd-card:hover .app-ico { transform: translateY(-2px) rotate(-6deg); border-color: currentColor; }
.kd-card--lime .app-ico { color: var(--acc2); }
.kd-card--coral .app-ico { color: var(--coral); }
.kd-card--amber .app-ico { color: var(--amber); }

.kd-feats .kd-card .kd-num,
.kd-feats .kd-card h3 { position: relative; z-index: 1; padding-right: 52px; }
.kd-feats .kd-card p { position: relative; z-index: 1; }

.app-lede { color: var(--tx2); font-size: 15px; margin-top: 12px; max-width: 68ch; }

.kd-cta .kd-ctas { justify-content: center; }
.kd-cta .app-lede { max-width: 56ch; margin-left: auto; margin-right: auto; }

.app-mini { margin-top: 18px; position: relative; z-index: 1; }
.app-bars { display: flex; align-items: flex-end; gap: 7px; height: 52px; }
.app-bars i {
  flex: 1; border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--acc2), rgba(198, 245, 74, 0.14));
  transform-origin: bottom;
}
.app-bars i:nth-child(1) { height: 38%; }
.app-bars i:nth-child(2) { height: 62%; }
.app-bars i:nth-child(3) { height: 46%; }
.app-bars i:nth-child(4) { height: 88%; }
html.js .app-bars i { transform: scaleY(0); }
.in-view .app-bars i { animation: kd-grow 0.9s cubic-bezier(0.34, 1.3, 0.5, 1) forwards; }
.in-view .app-bars i:nth-child(2) { animation-delay: 0.1s; }
.in-view .app-bars i:nth-child(3) { animation-delay: 0.2s; }
.in-view .app-bars i:nth-child(4) { animation-delay: 0.3s; }

.app-lesson {
  border: 1px solid var(--line); border-radius: 12px; background: var(--bg);
  padding: 13px 15px;
}
.app-lesson span { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--tx2); }
.app-lesson strong { display: block; margin-top: 5px; font-size: 14px; font-weight: 600; }
.app-lesson em {
  display: inline-flex; margin-top: 9px; padding: 3px 9px; border-radius: 7px;
  background: var(--acc-soft); color: var(--acc);
  font-family: var(--mono); font-size: 11px; font-style: normal;
}

.app-showcase { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: center; margin-top: 40px; }
.app-showcase p { color: var(--tx2); font-size: 15px; margin-top: 16px; max-width: 44ch; }
.app-list { display: grid; gap: 11px; margin-top: 24px; list-style: none; }
.app-list li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--tx); }
.app-list svg { color: var(--acc2); flex-shrink: 0; }

.app-screens { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: center; }
.app-screen {
  border: 1px solid var(--line); border-radius: 28px; overflow: hidden;
  background: var(--panel); padding: 7px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s;
}
.app-screen img { width: 100%; height: auto; display: block; border-radius: 22px; }
.app-screen:nth-child(1) { transform: rotate(-4deg) translateY(18px); }
.app-screen:nth-child(2) { z-index: 2; transform: scale(1.05); }
.app-screen:nth-child(3) { transform: rotate(4deg) translateY(18px); }
.app-screen:hover { border-color: rgba(139, 92, 246, 0.45); }
.app-screen:nth-child(1):hover { transform: rotate(-2deg) translateY(8px); }
.app-screen:nth-child(2):hover { transform: scale(1.08) translateY(-8px); }
.app-screen:nth-child(3):hover { transform: rotate(2deg) translateY(8px); }

.app-platform-gallery {
  margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--line);
}
.app-platform-gallery-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 28px;
  margin-bottom: 24px;
}
.app-platform-gallery-head span {
  display: block; margin-bottom: 6px; color: var(--acc2);
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
}
.app-platform-gallery-head h3 {
  font-family: var(--font-d); font-size: 21px; font-weight: 700;
}
.app-platform-gallery-head p { max-width: 42ch; color: var(--tx2); font-size: 14px; text-align: right; }
.app-platform-screens { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.app-platform-screens figure {
  min-width: 0; overflow: hidden; padding: 6px 6px 12px;
  border: 1px solid var(--line); border-radius: 24px; background: var(--panel);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.32);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.app-platform-screens figure:hover { transform: translateY(-8px); border-color: rgba(139, 92, 246, 0.48); }
.app-platform-screens img { display: block; width: 100%; height: auto; border-radius: 18px; }
.app-platform-screens figcaption {
  padding-top: 10px; color: var(--tx2); font-family: var(--mono); font-size: 11px; text-align: center;
}

.app-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; }
.app-panel {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--rad);
  padding: 28px;
}
.app-panel h3 { font-family: var(--font-d); font-weight: 700; font-size: 18px; margin-bottom: 10px; }
.app-panel > p { color: var(--tx2); font-size: 14.5px; }
.app-panel .kd-steps { margin-top: 26px; grid-template-columns: 1fr; gap: 16px; }
.app-panel .kd-step { padding-top: 16px; cursor: default; }

.app-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.app-specs div {
  border: 1px solid var(--line); border-radius: 12px; padding: 13px 15px;
  background: rgba(255, 255, 255, 0.02);
}
.app-specs dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--tx2); }
.app-specs dd { margin-top: 4px; font-size: 14px; font-weight: 600; }

.app-skip {
  position: fixed; top: 10px; left: 10px; z-index: 2000;
  background: var(--acc); color: var(--acc-tx); padding: 10px 16px; border-radius: 10px;
  font-size: 14px; transform: translateY(-200%);
}
.app-skip:focus { transform: translateY(0); }

@media (max-width: 960px) {
  .app-band-in { grid-template-columns: repeat(2, 1fr); padding: 0 32px; }
  .app-band-item:nth-child(2) { border-right: 0; }
  .app-band-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .app-showcase { grid-template-columns: 1fr; gap: 32px; }
  .app-platform-screens {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(190px, 30vw);
    overflow-x: auto; padding: 8px 4px 22px; scroll-snap-type: x mandatory;
  }
  .app-platform-screens figure { scroll-snap-align: start; }
  .app-panels { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .app-band-in { grid-template-columns: 1fr; padding: 0 20px; }
  .app-band-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .app-band-item:last-child { border-bottom: 0; }
  .app-screens {
    grid-template-columns: repeat(3, 68%);
    gap: 12px; overflow-x: auto; padding: 18px 4px 26px;
    scroll-snap-type: x mandatory;
  }
  .app-screen { scroll-snap-align: center; }
  .app-screen:nth-child(1), .app-screen:nth-child(2), .app-screen:nth-child(3) { transform: none; }
  .app-platform-gallery { margin-top: 42px; padding-top: 26px; }
  .app-platform-gallery-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .app-platform-gallery-head p { text-align: left; }
  .app-platform-screens { grid-auto-columns: 68%; }
  .app-specs { grid-template-columns: 1fr; }
  .app-panel { padding: 22px 20px; }
  .app-play { width: 100%; justify-content: center; }
}
