.home-browser-primary { box-shadow: 0 24px 65px rgba(15, 191, 192, .18); }
.home-browser-secondary { right: -2%; bottom: 4px; width: 61%; box-shadow: 0 22px 58px rgba(18, 119, 243, .20); }
.home-browser-tertiary { position: absolute; z-index: 4; left: -4%; bottom: 56px; width: 62%; transform: rotate(2.1deg); box-shadow: 0 22px 58px rgba(139, 92, 246, .22); }
.home-browser-tertiary img { display: block; width: 100%; height: auto; }
.practice-card { background: radial-gradient(circle at 90% 8%, var(--product-accent-glow), transparent 28%), var(--surface-soft); }
.product-page-teachflow .section-kicker-light { color: #68e6e3; }
.product-page-timeflow .section-kicker-light { color: #8dbbff; }
.product-page-classflow .section-kicker-light { color: #c4b5fd; }
@media (max-width: 900px) {
  .home-product-showcase { min-height: 560px; }
  .home-browser-primary { right: 2%; width: 90%; }
  .home-browser-secondary { right: 0; width: 60%; }
  .home-browser-tertiary { left: 0; bottom: 70px; width: 61%; }
}
@media (max-width: 620px) {
  .home-product-showcase { min-height: 470px; }
  .home-browser-primary { top: 15px; right: 0; width: 100%; }
  .home-browser-secondary { right: -2%; bottom: 5px; width: 67%; }
  .home-browser-tertiary { left: -2%; bottom: 72px; width: 68%; }
}
