/* ?? Klikr In-Store ? shop flock scene, scrollytelling, phone mockups ?? */

.is-page { --is-orange: #ff6a00; --is-purple: #bf00ff; --is-glass: rgba(255,255,255,.05); --neo-purple: #9333ea; --neo-purple-deep: #7c3aed; --neo-bg: #f8f5ff; --neo-surface: #ffffff; --neo-shadow: rgba(124, 58, 237, 0.14); --neo-highlight: rgba(255, 255, 255, 0.95); }

.is-shop-scene,
.is-shop-scene * {
  --neo-raised: 8px 8px 20px var(--neo-shadow), -6px -6px 18px var(--neo-highlight);
  --neo-inset: inset 5px 5px 12px rgba(124, 58, 237, 0.08), inset -4px -4px 10px rgba(255, 255, 255, 0.95);
  --neo-flat: 0 10px 28px rgba(124, 58, 237, 0.1), 0 2px 8px rgba(255, 106, 0, 0.08);
}

/* Hero */
.is-hero {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 120px 24px 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.18fr);
  gap: 40px;
  align-items: center;
  overflow: visible;
}

.is-hero__badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffb380;
  background: rgba(255,106,0,.12);
  border: 1px solid rgba(255,106,0,.35);
  margin-bottom: 16px;
}

.is-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}

.is-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, #ffb380, #bf00ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.is-hero__sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,.72);
  margin-bottom: 24px;
  max-width: 440px;
}

.is-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.is-hero__cta {
  padding: 14px 26px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--is-orange), var(--is-purple));
  box-shadow: 0 8px 32px rgba(191,0,255,.35);
  transition: transform .2s, box-shadow .2s;
}

.is-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255,106,0,.35);
}

.is-hero__ghost {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
  transition: color .2s;
}

.is-hero__ghost:hover { color: #ffb380; }

/* In-store hero scene styles live in klikr-instore-scene.css */

/* ?? Scrollytelling ? glass panels, one phone per step ?? */
.is-story {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 24px 80px;
}

/* Intro glass card */
.is-glass-intro {
  position: relative;
  text-align: center;
  margin-bottom: 64px;
  padding: 40px 32px 44px;
  border-radius: 28px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 24px 80px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
}

.is-glass-intro::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,106,0,.45), rgba(191,0,255,.35), rgba(255,106,0,.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: .7;
}

.is-story__badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffb380;
  background: rgba(255,106,0,.12);
  border: 1px solid rgba(255,106,0,.3);
  margin-bottom: 16px;
}

.is-story__intro h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.45rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.15;
}

.is-story__intro p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,.58);
  max-width: 560px;
  margin: 0 auto;
}

.is-story__footnote {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.35);
  margin-top: 32px;
  font-style: italic;
}

.is-story__track {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ?? Step glass panel ?? */
.is-step-block {
  min-height: min(90vh, 920px);
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.is-step-block__glass {
  position: relative;
  width: 100%;
  padding: 36px 36px 40px;
  border-radius: 32px;
  background: rgba(8,6,18,.55);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow:
    0 32px 100px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.07),
    0 0 0 1px rgba(191,0,255,.06);
  overflow: hidden;
  opacity: .72;
  transform: translateY(20px) scale(0.985);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(.16,1,.3,1), box-shadow 0.65s ease;
}

.is-step-block__glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(255,106,0,.35) 0%,
    rgba(255,255,255,.06) 35%,
    rgba(191,0,255,.3) 70%,
    rgba(255,106,0,.15) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: .55;
  transition: opacity 0.5s ease;
}

.is-step-block__glass::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
  opacity: 0;
}

.is-step-block.is-inview .is-step-block__glass {
  opacity: 1;
  transform: none;
  box-shadow:
    0 40px 120px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.1),
    0 0 80px rgba(191,0,255,.08),
    0 0 40px rgba(255,106,0,.06);
}

.is-step-block.is-inview .is-step-block__glass::before {
  opacity: .9;
}

.is-step-block.is-inview .is-step-block__glass::after {
  animation: isGlassShimmer 1.2s ease forwards;
}

@keyframes isGlassShimmer {
  0% { left: -100%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 140%; opacity: 0; }
}

.is-step-block__glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.is-step-block[data-step="1"] .is-step-block__glow { top: -80px; left: -60px; background: rgba(255,106,0,.25); }
.is-step-block[data-step="2"] .is-step-block__glow { top: 20%; right: -80px; background: rgba(191,0,255,.22); }
.is-step-block[data-step="3"] .is-step-block__glow { bottom: -60px; left: 30%; background: rgba(255,106,0,.2); }
.is-step-block[data-step="4"] .is-step-block__glow { top: -40px; right: 20%; background: rgba(191,0,255,.28); }
.is-step-block[data-step="5"] .is-step-block__glow { bottom: -80px; right: -40px; background: rgba(255,106,0,.22); }

.is-step-block.is-inview .is-step-block__glow {
  opacity: 1;
  animation: isGlowDrift 6s ease-in-out infinite;
}

@keyframes isGlowDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -8px) scale(1.06); }
}

.is-step-block__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: 40px 56px;
  align-items: center;
  width: 100%;
}

.is-step-block__copy {
  max-width: 520px;
}

.is-step-block__copy > * {
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.16,1,.3,1);
}

.is-step-block.is-inview .is-step-block__copy > * {
  opacity: 1;
  transform: none;
}

.is-step-block.is-inview .is-step-block__copy > *:nth-child(1) { transition-delay: 0.05s; }
.is-step-block.is-inview .is-step-block__copy > *:nth-child(2) { transition-delay: 0.1s; }
.is-step-block.is-inview .is-step-block__copy > *:nth-child(3) { transition-delay: 0.15s; }
.is-step-block.is-inview .is-step-block__copy > *:nth-child(4) { transition-delay: 0.2s; }
.is-step-block.is-inview .is-step-block__copy > *:nth-child(5) { transition-delay: 0.25s; }
.is-step-block.is-inview .is-step-block__copy > *:nth-child(6) { transition-delay: 0.3s; }
.is-step-block.is-inview .is-step-block__copy > *:nth-child(8) { transition-delay: 0.4s; }

.is-step__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffb380;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,106,0,.08);
  border: 1px solid rgba(255,106,0,.2);
}

.is-step__eyebrow i { font-size: 10px; }

.is-step__num {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(3.5rem, 9vw, 5.5rem);
  line-height: .9;
  background: linear-gradient(135deg, rgba(255,106,0,.7), rgba(191,0,255,.65));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 4px;
  display: block;
  filter: drop-shadow(0 0 24px rgba(191,0,255,.25));
}

.is-step-block h3 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -.02em;
}

.is-step__lead {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
  margin-bottom: 20px;
}

.is-step__lead strong { color: rgba(255,255,255,.92); font-weight: 600; }

.is-step__bullets {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.is-step__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.62);
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.is-step-block.is-inview .is-step__bullets li:hover {
  background: rgba(255,106,0,.06);
  border-color: rgba(255,106,0,.15);
}

.is-step__bullets li i {
  color: #34d399;
  font-size: 11px;
  margin-top: 4px;
  flex-shrink: 0;
}

.is-step__bullets li strong { color: #ffb380; font-weight: 600; }

.is-step__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.is-step__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #ffb380;
  background: rgba(255,106,0,.1);
  border: 1px solid rgba(255,106,0,.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.is-step__tag:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255,106,0,.15);
}

.is-step__tag--purple {
  color: #d8b4fe;
  background: rgba(191,0,255,.1);
  border-color: rgba(191,0,255,.25);
}

.is-step__tag--purple:hover {
  box-shadow: 0 6px 20px rgba(191,0,255,.15);
}

.is-step-block__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.is-step-block .is-phone-wrap,
.is-step-block .is-phone-wrap--glass {
  position: relative;
  top: auto;
  width: 100%;
  max-width: 304px;
  padding: 14px 14px 18px;
  background: linear-gradient(155deg, rgba(255,106,0,.14), rgba(191,0,255,.12));
  border-radius: 36px;
  border: 1px solid rgba(255,106,0,.28);
  box-shadow: 0 28px 90px rgba(0,0,0,.45), 0 0 70px rgba(191,0,255,.14);
  opacity: 0;
  transform: translateY(32px) scale(0.92) rotateX(4deg);
  transition: opacity 0.6s ease 0.15s, transform 0.6s cubic-bezier(.16,1,.3,1) 0.15s;
  transform-origin: center bottom;
}

.is-phone-wrap__label {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 10px;
}

.is-step-block.is-inview .is-phone-wrap {
  opacity: 1;
  transform: none;
}

.is-step__hint {
  margin-top: 18px;
  max-width: 300px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255,255,255,.78);
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,106,0,.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease 0.35s, transform 0.55s ease 0.35s;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.is-step__hint i {
  color: #ffb380;
  margin-right: 6px;
}

.is-step-block.is-inview .is-step__hint {
  opacity: 1;
  transform: none;
}

.is-screen-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.is-screen-sub {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  margin-bottom: 12px;
}

.is-phone {
  width: 280px;
  aspect-ratio: 390 / 844;
  background: #0a0612;
  border-radius: 28px;
  border: 3px solid rgba(255,255,255,.12);
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.is-phone__notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 22px;
  background: #000;
  border-radius: 999px;
  z-index: 5;
}

.is-phone__screen {
  position: absolute;
  inset: 0;
  padding: 48px 14px 20px;
  background: linear-gradient(180deg, #1a1028 0%, #0d0818 100%);
  transition: opacity .45s ease, transform .45s cubic-bezier(.16,1,.3,1);
}

.is-phone__screen.is-hidden {
  opacity: 0;
  transform: scale(.96);
  pointer-events: none;
}

/* Phone screens */
.is-screen-qr { text-align: center; }

.is-screen-qr .is-qr-wrap {
  width: 140px;
  height: 140px;
  margin: 24px auto 16px;
  background: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  animation: isQrScan 2.5s ease-in-out infinite;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.is-screen-qr .is-qr-big {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.is-screen-qr .is-qr-wrap::after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #bf00ff, transparent);
  animation: isScanLine 2.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes isScanLine {
  0%, 100% { top: 15%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  50% { top: 75%; }
}

@keyframes isQrScan {
  0%, 100% { box-shadow: 0 0 0 rgba(191,0,255,0); }
  50% { box-shadow: 0 0 30px rgba(191,0,255,.4); }
}

.is-screen-qr h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.is-screen-qr p { font-size: 12px; color: rgba(255,255,255,.82); }

.is-screen-allow { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

.is-screen-allow .is-allow-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--is-orange), var(--is-purple));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
  animation: isBellRing 1.2s ease-in-out infinite;
}

@keyframes isBellRing {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(-12deg); }
  75% { transform: rotate(12deg); }
}

.is-allow-dialog {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  margin-top: 20px;
}

.is-allow-dialog p { font-size: 11px; color: rgba(255,255,255,.6); margin-bottom: 12px; }

.is-allow-btns { display: flex; gap: 8px; }

.is-allow-btns span {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.is-allow-btns .block { background: rgba(255,255,255,.08); color: rgba(255,255,255,.5); }

.is-allow-btns .allow {
  background: linear-gradient(135deg, var(--is-orange), var(--is-purple));
  color: #fff;
  animation: isAllowGlow 1.5s ease-in-out infinite;
}

@keyframes isAllowGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(191,0,255,0); }
  50% { box-shadow: 0 0 20px rgba(191,0,255,.6); }
}

.is-screen-send {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 8px;
}

.is-send-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.is-send-bar img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.is-send-bar span {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.is-send-preview {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(191,0,255,.2);
}

.is-send-preview strong {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 6px;
}

.is-send-preview p {
  font-size: 11px;
  line-height: 1.5;
  color: rgba(255,255,255,.55);
  margin-bottom: 8px;
}

.is-send-preview span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #ffb380;
}

.is-send-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--is-orange), var(--is-purple));
  box-shadow: 0 8px 24px rgba(191,0,255,.35);
  animation: isSendPulse 2s ease-in-out infinite;
}

@keyframes isSendPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

.is-screen-success { text-align: center; padding-top: 40px; }

.is-success-check {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(52,211,153,.15);
  border: 2px solid #34d399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #34d399;
  animation: isSuccessPop .6s cubic-bezier(.34,1.56,.64,1) forwards;
}

@keyframes isSuccessPop {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.is-screen-lock {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='800'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%231a1028'/%3E%3Cstop offset='100%25' stop-color='%23050810'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23g)' width='400' height='800'/%3E%3C/svg%3E") center/cover;
  padding-top: 56px;
}

.is-lock-time {
  text-align: center;
  font-size: 48px;
  font-weight: 200;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 24px;
}

.is-push-notif {
  margin: 0 4px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(30,30,35,.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  animation: isNotifSlide .7s cubic-bezier(.16,1,.3,1) forwards;
  transform: translateY(-30px);
  opacity: 0;
}

.is-phone__screen.is-screen-lock {
  padding-top: 56px;
}

.is-step-block.is-inview .is-push-notif {
  animation: isNotifSlide .7s cubic-bezier(.16,1,.3,1) forwards;
}

.is-step-block:not(.is-inview) .is-push-notif {
  animation: none;
  opacity: 0;
  transform: translateY(-30px);
}

@keyframes isNotifSlide {
  from { transform: translateY(-40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.is-push-notif__logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.is-push-notif__body { flex: 1; min-width: 0; }

.is-push-notif__app {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.is-push-notif__title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 2px 0;
}

.is-push-notif__text {
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255,255,255,.65);
}

.is-push-notif__loc {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  font-size: 10px;
  color: #ffb380;
}

.is-screen-maps { padding-top: 24px; }

.is-maps-card {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}

.is-maps-card__map {
  height: 120px;
  background:
    linear-gradient(135deg, rgba(255,106,0,.15), rgba(191,0,255,.1)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0, rgba(255,255,255,.03) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0, rgba(255,255,255,.03) 1px, transparent 1px, transparent 24px);
  position: relative;
}

.is-maps-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 28px;
  color: #ff6a00;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.4));
}

.is-step-block.is-inview .is-maps-pin {
  animation: isPinDrop .8s cubic-bezier(.34,1.56,.64,1) forwards;
}

@keyframes isPinDrop {
  from { transform: translate(-50%, -200%); opacity: 0; }
  to { transform: translate(-50%, -100%); opacity: 1; }
}

.is-maps-card__info { padding: 14px; }

.is-maps-card__info h3 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }

.is-maps-card__info p { font-size: 11px; color: rgba(255,255,255,.55); }

.is-maps-cta {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--is-orange), var(--is-purple));
}

/* ?? 8-slide showcase carousel ?? */
.is-showcase {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
}

.is-showcase__glass {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: 32px;
  background: rgba(6, 4, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 100px rgba(191, 0, 255, 0.1);
  overflow: hidden;
}

.is-showcase__glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.45), rgba(191, 0, 255, 0.35), rgba(255, 106, 0, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.is-showcase__glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 50%;
  background: radial-gradient(ellipse, rgba(255, 106, 0, 0.2), rgba(191, 0, 255, 0.15), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  animation: isShowcaseGlow 5s ease-in-out infinite;
}

@keyframes isShowcaseGlow {
  0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
}

.is-showcase__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.is-showcase__pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffb380;
  margin-bottom: 6px;
}

.is-showcase__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.is-showcase__count {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.is-showcase__progress {
  position: relative;
  z-index: 2;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
}

.is-showcase__progress-fill {
  height: 100%;
  width: 12.5%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--is-orange), var(--is-purple));
  box-shadow: 0 0 12px rgba(191, 0, 255, 0.6);
  transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.is-showcase__stage {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.is-showcase__viewport {
  flex: 1;
  min-width: 0;
  min-height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
  perspective: 1200px;
}

.is-showcase__track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.is-showcase__slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 20px 20px;
  opacity: 0;
  transform: scale(0.92) translateY(16px);
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.is-showcase__slide.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  z-index: 2;
}

.is-showcase__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.is-showcase__caption {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  max-width: 360px;
}

.is-showcase-phone,
.is-showcase-tablet {
  transform-style: preserve-3d;
  will-change: transform;
}

.is-showcase-phone {
  padding: 14px;
  border-radius: 36px;
  background: linear-gradient(155deg, rgba(255, 106, 0, 0.14), rgba(191, 0, 255, 0.12));
  border: 1px solid rgba(255, 106, 0, 0.28);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5), 0 0 60px rgba(191, 0, 255, 0.15);
}

.is-showcase__slide.is-active .is-showcase-phone,
.is-showcase__slide.is-active .is-showcase-tablet {
  animation: isShowcaseCardIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards,
             isShowcaseTilt 5.5s ease-in-out 0.55s infinite;
}

@keyframes isShowcaseCardIn {
  from {
    opacity: 0.5;
    transform: perspective(1000px) scale(0.92) rotateY(0deg);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) scale(1) rotateY(-4deg) rotateX(1.5deg);
  }
}

@keyframes isShowcaseTilt {
  0%, 100% {
    transform: perspective(1000px) rotateY(-4deg) rotateX(1.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(4deg) rotateX(-1.5deg);
  }
}

.is-showcase-phone .is-phone {
  width: 240px;
}

.is-showcase-phone .is-qr-wrap {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.is-showcase__slide.is-active .is-push-notif {
  animation: isNotifSlide 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.is-showcase__slide:not(.is-active) .is-push-notif {
  animation: none;
  opacity: 0;
  transform: translateY(-30px);
}

.is-showcase__slide.is-active .is-maps-pin {
  animation: isPinDrop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s forwards;
}

/* Tablet dashboard slides */
.is-showcase-tablet {
  width: min(100%, 420px);
}

.is-showcase-tablet__shell {
  padding: 14px 14px 18px;
  border-radius: 22px;
  background: linear-gradient(160deg, #2a2a32, #141418);
  border: 3px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55), 0 0 50px rgba(191, 0, 255, 0.12);
  position: relative;
}

.is-showcase-tablet__shell::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.is-tab-dash {
  margin-top: 8px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #12101c, #0a0812);
  border: 1px solid rgba(191, 0, 255, 0.2);
  text-align: left;
}

.is-tab-dash__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.is-tab-dash__bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.is-tab-dash__bar span:nth-child(1) { background: #ff5f57; }
.is-tab-dash__bar span:nth-child(2) { background: #febc2e; }
.is-tab-dash__bar span:nth-child(3) { background: #28c840; }

.is-tab-dash__bar em {
  margin-left: auto;
  font-size: 9px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.35);
}

.is-tab-dash__hero {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.is-tab-dash__hero div {
  padding: 8px 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.is-tab-dash__hero strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.is-tab-dash__hero span {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.is-tab-dash__funnel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.is-tab-dash__funnel-step {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.is-tab-dash__funnel-step strong { color: #fff; }

.is-tab-dash__funnel-step--active {
  border: 1px solid rgba(191, 0, 255, 0.35);
  background: rgba(191, 0, 255, 0.1);
}

.is-tab-dash__funnel-arrow {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.25);
}

.is-tab-dash__bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 48px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.is-tab-dash__bars span {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #bf00ff, rgba(191, 0, 255, 0.3));
  animation: isBarGrow 0.8s ease forwards;
  transform-origin: bottom;
}

.is-showcase__slide.is-active .is-tab-dash__bars span:nth-child(1) { animation-delay: 0.05s; }
.is-showcase__slide.is-active .is-tab-dash__bars span:nth-child(2) { animation-delay: 0.1s; }
.is-showcase__slide.is-active .is-tab-dash__bars span:nth-child(3) { animation-delay: 0.15s; }
.is-showcase__slide.is-active .is-tab-dash__bars span:nth-child(4) { animation-delay: 0.2s; }
.is-showcase__slide.is-active .is-tab-dash__bars span:nth-child(5) { animation-delay: 0.25s; }
.is-showcase__slide.is-active .is-tab-dash__bars span:nth-child(6) { animation-delay: 0.3s; }
.is-showcase__slide.is-active .is-tab-dash__bars span:nth-child(7) { animation-delay: 0.35s; }

@keyframes isBarGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

.is-tab-dash__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.is-tab-dash__kpis div {
  padding: 10px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.is-tab-dash__kpis i {
  display: block;
  font-size: 12px;
  color: #bf00ff;
  margin-bottom: 4px;
}

.is-tab-dash__kpis strong {
  display: block;
  font-size: 15px;
  color: #fff;
}

.is-tab-dash__kpis span {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.is-tab-dash__usage {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.is-tab-dash__usage > span { width: 36px; flex-shrink: 0; }

.is-tab-dash__track {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.is-tab-dash__fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--is-orange), var(--is-purple));
  animation: isUsageFill 1s ease forwards;
  transform-origin: left;
}

.is-tab-dash__fill--low { background: linear-gradient(90deg, #34d399, #059669); }

@keyframes isUsageFill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.is-tab-dash__usage em {
  font-style: normal;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.4);
  width: 52px;
  text-align: right;
}

.is-tab-dash__leader-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 8px;
}

.is-tab-dash__leader-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.is-tab-dash__leader-row .rank {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(191, 0, 255, 0.2);
  color: #d8b4fe;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.is-tab-dash__leader-row strong {
  margin-left: auto;
  color: #fff;
  font-size: 11px;
}

.is-tab-dash__activity { margin-top: 12px; }

.is-tab-dash__act-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.is-tab-dash__act-row .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dot--green { background: #34d399; }
.dot--purple { background: #bf00ff; }
.dot--orange { background: #ff6a00; }

.is-showcase__nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  backdrop-filter: blur(12px);
}

.is-showcase__nav:hover {
  background: rgba(191, 0, 255, 0.2);
  border-color: rgba(191, 0, 255, 0.4);
  transform: scale(1.06);
  box-shadow: 0 0 24px rgba(191, 0, 255, 0.3);
}

.is-showcase__nav:active { transform: scale(0.96); }

.is-showcase__dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.is-showcase__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: transform 0.25s, background 0.25s, width 0.25s;
}

.is-showcase__dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--is-orange), var(--is-purple));
  box-shadow: 0 0 12px rgba(191, 0, 255, 0.5);
}

.is-showcase__dot:hover:not(.is-active) {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.15);
}

/* Kit section */
.is-kit {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.is-kit h2 {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 32px;
}

.is-kit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.is-kit__card {
  padding: 24px 20px;
  border-radius: 18px;
  background: var(--is-glass);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  transition: transform .25s, border-color .25s, box-shadow .25s;
}

.is-kit__card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,106,0,.3);
  box-shadow: 0 16px 48px rgba(191,0,255,.15);
}

.is-kit__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
  background: rgba(255,106,0,.12);
  color: #ffb380;
}

.is-kit__card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.is-kit__card p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,.55);
}

/* Landing teaser (shared) */
.landing-instore {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
}

.landing-instore__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 36px;
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(255,106,0,.1), rgba(191,0,255,.08));
  border: 1px solid rgba(255,106,0,.25);
  overflow: hidden;
  position: relative;
}

.landing-instore__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(191,0,255,.15), transparent 50%);
  pointer-events: none;
}

.landing-instore__badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #ffb380;
  background: rgba(255,106,0,.15);
  border: 1px solid rgba(255,106,0,.3);
  margin-bottom: 14px;
}

.landing-instore h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
}

.landing-instore h2 em {
  font-style: italic;
  color: #ffb380;
}

.landing-instore__text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.65);
  margin-bottom: 22px;
}

.landing-instore__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--is-orange), var(--is-purple));
  transition: transform .2s, box-shadow .2s;
}

.landing-instore__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(191,0,255,.35);
}

.landing-instore__mini {
  transform: scale(.85);
  transform-origin: center right;
}

.landing-instore-strip {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 24px 48px;
  overflow: visible;
}

.landing-instore-strip__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  animation: none;
}

.landing-instore-strip:hover .landing-instore-strip__track {
  animation-play-state: paused;
}

@keyframes isStripScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.landing-instore-strip__item {
  flex-shrink: 0;
  width: 280px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  gap: 14px;
}

.landing-instore-strip__item i {
  font-size: 22px;
  color: #ffb380;
  width: 44px;
  text-align: center;
}

.landing-instore-strip__item strong {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 2px;
}

.landing-instore-strip__item span {
  font-size: 12px;
  color: rgba(255,255,255,.45);
}

/* In-store nav uses global teal active state ? klikr-nav.css */

.is-story.reveal,
.is-story.reveal.visible {
  opacity: 1 !important;
  transform: none !important;
}
.is-page .is-hero .reveal,
.is-page .is-hero .reveal.visible {
  opacity: 1 !important;
  transform: none !important;
}

/* Lighter kit cards ? skip heavy tilt blur on this page */
.is-kit__card {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.is-kit__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

html.perf-lite .is-shop-scene__frame {
  transition: none !important;
}

html.perf-lite .is-shop-scene__live-dot {
  animation: none !important;
}

html.perf-lite .is-step-block__glass {
  opacity: 1;
  transform: none;
}

html.perf-lite .is-step-block .is-phone-wrap,
html.perf-lite .is-step__hint,
html.perf-lite .is-step-block__copy > * {
  opacity: 1;
  transform: none;
  transition: none;
}

html.perf-lite .is-step-block__glass::after {
  animation: none;
}

/* Responsive */
@media (max-width: 900px) {
  .is-hero { grid-template-columns: 1fr; text-align: center; padding-top: 100px; padding-bottom: 32px; }
  .is-hero__sub { margin-left: auto; margin-right: auto; }
  .is-hero__actions { justify-content: center; }
  .is-shop-scene__frame { max-width: 100%; }

  .is-step-block {
    min-height: auto;
    padding: 4px 0;
  }

  .is-step-block__glass {
    padding: 28px 20px 32px;
    border-radius: 24px;
  }

  .is-glass-intro {
    padding: 32px 20px;
    border-radius: 22px;
  }

  .is-step-block__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .is-step-block__copy {
    max-width: none;
    order: 2;
  }

  .is-step-block__copy > * {
    transform: translateY(12px);
  }

  .is-step-block.is-inview .is-step-block__copy > * {
    transform: none;
  }

  .is-step__eyebrow { margin-left: auto; margin-right: auto; }

  .is-step__bullets li { text-align: left; }

  .is-step__tags { justify-content: center; }

  .is-step-block__phone {
    order: 1;
  }

  .is-showcase__stage {
    flex-direction: column;
    gap: 16px;
  }

  .is-showcase__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }

  .is-showcase__nav--prev { left: 8px; }
  .is-showcase__nav--next { right: 8px; }

  .is-showcase__nav:hover {
    transform: translateY(-50%) scale(1.06);
  }

  .is-showcase__viewport {
    min-height: 380px;
    width: 100%;
  }

  .is-showcase__track { min-height: 380px; }

  .is-showcase-phone .is-phone { width: 210px; }

  .is-tab-dash__hero { grid-template-columns: repeat(2, 1fr); }

  .is-showcase__glass { padding: 22px 16px 18px; }

  .is-phone {
    width: 236px;
  }

  .is-kit__grid { grid-template-columns: 1fr; }
  .landing-instore__inner { grid-template-columns: 1fr; text-align: center; }
  .landing-instore__mini { transform: scale(.85); transform-origin: center; }
}

@media (prefers-reduced-motion: reduce) {
  .is-step-block .is-phone-wrap,
  .is-step__hint,
  .is-step-block__glass,
  .is-step-block__copy > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .is-showcase__slide,
  .is-showcase-phone,
  .is-showcase-tablet {
    animation: none !important;
    transition: none !important;
  }

  .is-showcase__slide.is-active .is-showcase-phone,
  .is-showcase__slide.is-active .is-showcase-tablet {
    transform: none;
  }

  .is-showcase__slide { opacity: 0; transform: none; }
  .is-showcase__slide.is-active { opacity: 1; }

  .is-step-block__glass::after { display: none; }

  .is-screen-allow .is-allow-icon,
  .is-allow-btns .allow,
  .landing-instore-strip__track { animation: none !important; }
}

body.scene-bg .is-hero,
body.scene-bg .is-story,
body.scene-bg .is-kit,
body.scene-bg .is-page .section-divider {
  position: relative;
  z-index: 2;
  background: transparent;
}

body.scene-bg .is-kit__card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
