@import "./wizard-theme.css";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: var(--wz-header-height);
  background-color: var(--wz-bg-deep);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--wz-font);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--wz-text);
  background-color: var(--wz-bg-deep);
  background-image: linear-gradient(
    180deg,
    var(--wz-bg-deep) 0%,
    #0d141c 50%,
    var(--wz-bg-deep) 100%
  );
}

h1,
h2,
h3,
.wz-section-title,
.wz-brand span,
.wz-hero-title,
.wz-page-header h1,
.wz-spotlight-hero h1 {
  font-family: var(--wz-font-display);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.wz-hero-kicker {
  font-family: var(--wz-font-tattoo);
  letter-spacing: 0.06em;
}

.wz-hero-eyebrow {
  font-family: var(--wz-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.7rem;
}

a {
  color: var(--wz-accent);
  text-decoration: none;
}

a:hover {
  color: var(--wz-accent-glow);
}

img {
  max-width: 100%;
  height: auto;
}

/* —— Shell —— */
.wz-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--wz-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  background: rgba(10, 15, 23, 0.92);
  border-bottom: 1px solid var(--wz-card-stroke);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wz-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: var(--wz-text);
}

.wz-brand:hover {
  color: var(--wz-accent-glow);
}

.wz-bolt {
  width: 28px;
  height: 28px;
  color: var(--wz-accent-bolt);
  filter: drop-shadow(0 0 8px rgba(46, 250, 252, 0.35));
}

.wz-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.wz-nav a {
  padding: 6px 12px;
  border-radius: var(--wz-radius-pill);
  color: var(--wz-text-muted);
  font-size: 0.875rem;
}

.wz-nav a:hover,
.wz-nav a[aria-current="page"] {
  color: var(--wz-text);
  background: rgba(46, 224, 199, 0.1);
}

.wz-main {
  width: min(100% - 32px, var(--wz-max-width));
  margin: 0 auto;
  padding: 32px 0 64px;
}

.wz-tool-card[data-tint="stencil"] .wz-tool-icon {
  color: #c4b896;
}
.wz-tool-card[data-tint="machineTuner"] .wz-tool-icon {
  color: var(--wz-accent-bolt);
}

/* —— Electric hero (animated launch mark) —— */
.wz-hero--electric {
  position: relative;
  padding: 56px 0 48px;
  overflow: hidden;
}

.wz-hero--electric::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto;
  height: 70%;
  background: radial-gradient(
    ellipse 60% 50% at 50% 40%,
    rgba(46, 224, 199, 0.14),
    transparent 70%
  );
  pointer-events: none;
  animation: wz-hero-bg-breathe 4.5s ease-in-out infinite;
}

.wz-hero-mark {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 28px;
}

.wz-hero-pulse {
  position: absolute;
  inset: -30%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(46, 224, 199, 0.35) 0%,
    rgba(20, 140, 133, 0.12) 40%,
    transparent 70%
  );
  animation: wz-hero-pulse 2.8s ease-out infinite;
}

.wz-hero-flash {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 250, 252, 0.5), transparent 65%);
  opacity: 0;
  mix-blend-mode: screen;
  animation: wz-hero-flash 3.2s ease-in-out infinite;
}

.wz-hero-rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.wz-hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--wz-accent-ring);
  opacity: 0.5;
  box-shadow: 0 0 12px rgba(252, 46, 242, 0.25);
}

.wz-hero-ring--inner {
  width: 108px;
  height: 108px;
  animation: wz-hero-ring-pulse 2.4s ease-in-out infinite;
}

.wz-hero-ring--outer {
  width: 132px;
  height: 132px;
  animation: wz-hero-ring-pulse 2.4s ease-in-out 0.35s infinite;
}

.wz-hero-bolt-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 14px rgba(46, 250, 252, 0.55))
    drop-shadow(0 0 28px rgba(46, 224, 199, 0.35));
  animation: wz-hero-bolt-flicker 2.1s ease-in-out infinite;
}

.wz-hero-bolt-circle {
  width: 96px;
  height: 96px;
}

.wz-hero-bolt-disk {
  fill: rgba(46, 224, 199, 0.92);
}

.wz-hero-bolt-glyph {
  color: var(--wz-accent-bolt);
}

.wz-hero-arc {
  position: absolute;
  width: 140px;
  height: 140px;
  color: var(--wz-accent-bolt);
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(46, 250, 252, 0.8));
  pointer-events: none;
}

.wz-hero-arc--1 {
  top: -8px;
  left: 10px;
  animation: wz-hero-arc-1 3.6s ease-in-out infinite;
}

.wz-hero-arc--2 {
  bottom: -4px;
  right: 6px;
  animation: wz-hero-arc-2 4.1s ease-in-out 0.8s infinite;
}

.wz-hero-eyebrow {
  margin: 0 0 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wz-accent-glow);
}

.wz-hero-title {
  margin: 0 0 8px;
  font-size: clamp(2rem, 7vw, 3.25rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.05;
}

.wz-hero-title-shimmer {
  display: inline-block;
  background: linear-gradient(
    105deg,
    var(--wz-accent-bolt) 0%,
    var(--wz-accent-glow) 35%,
    #ffffff 50%,
    var(--wz-accent) 65%,
    var(--wz-accent-bolt) 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: wz-hero-shimmer 4s linear infinite;
  text-shadow: 0 0 40px rgba(46, 250, 252, 0.2);
}

.wz-hero-kicker {
  margin: 0 0 16px;
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  font-weight: 600;
  color: var(--wz-text);
  letter-spacing: 0.02em;
}

.wz-hero--electric .wz-tagline {
  max-width: 42ch;
  margin-bottom: 12px;
}

.wz-audience-note {
  font-family: var(--wz-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wz-accent-glow);
  opacity: 0.85;
  margin: 0 auto 32px;
  max-width: 36ch;
}

.wz-home-tools {
  margin-top: 16px;
}

.wz-home-tools-more {
  margin-top: 24px;
  text-align: center;
}

@keyframes wz-hero-pulse {
  0% {
    transform: scale(0.55);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes wz-hero-flash {
  0%,
  78%,
  100% {
    opacity: 0;
  }
  82% {
    opacity: 0.85;
  }
  84% {
    opacity: 0.15;
  }
  86% {
    opacity: 0.7;
  }
  88% {
    opacity: 0;
  }
}

@keyframes wz-hero-ring-pulse {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.38;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.62;
  }
}

@keyframes wz-hero-bolt-flicker {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 14px rgba(46, 250, 252, 0.55))
      drop-shadow(0 0 28px rgba(46, 224, 199, 0.35));
  }
  48% {
    transform: scale(1.03);
    filter: drop-shadow(0 0 22px rgba(46, 250, 252, 0.85))
      drop-shadow(0 0 40px rgba(46, 224, 199, 0.5));
  }
  52% {
    transform: scale(0.98);
  }
}

@keyframes wz-hero-arc-1 {
  0%,
  70%,
  100% {
    opacity: 0;
    transform: scale(0.9) rotate(-8deg);
  }
  74% {
    opacity: 0.9;
    transform: scale(1) rotate(0deg);
  }
  78% {
    opacity: 0;
  }
}

@keyframes wz-hero-arc-2 {
  0%,
  65%,
  100% {
    opacity: 0;
    transform: scale(0.85) rotate(12deg);
  }
  69% {
    opacity: 0.75;
    transform: scale(1.02) rotate(4deg);
  }
  73% {
    opacity: 0;
  }
}

@keyframes wz-hero-shimmer {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

@keyframes wz-hero-bg-breathe {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .wz-btn,
  .wz-tool-card,
  .wz-tool-card--link,
  .wz-showcase-thumb,
  .wz-nav a,
  a {
    transition: none;
  }

  .wz-hero-pulse,
  .wz-hero-flash,
  .wz-hero-ring--inner,
  .wz-hero-ring--outer,
  .wz-hero-bolt-wrap,
  .wz-hero-arc--1,
  .wz-hero-arc--2,
  .wz-hero-title-shimmer,
  .wz-hero--electric::before {
    animation: none;
  }

  .wz-hero-title-shimmer {
    background: linear-gradient(105deg, var(--wz-accent-bolt), var(--wz-accent));
    -webkit-background-clip: text;
    background-clip: text;
  }
}

/* Keyboard focus — high contrast on dark UI */
:focus-visible {
  outline: 2px solid var(--wz-accent);
  outline-offset: 3px;
}

.wz-btn:focus-visible,
.wz-nav a:focus-visible,
.wz-tool-card--link:focus-visible,
.wz-showcase-thumb:focus-visible,
.wz-brand:focus-visible,
.wz-footer-nav a:focus-visible {
  outline: 2px solid var(--wz-accent);
  outline-offset: 3px;
}

/* —— Hero (legacy simple) —— */
.wz-hero {
  text-align: center;
  padding: 48px 0 40px;
}

.wz-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wz-hero .wz-tagline {
  margin: 0 auto 28px;
  max-width: 36ch;
  color: var(--wz-text-muted);
  font-size: 1.05rem;
}

.wz-hero-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(46, 224, 199, 0.2),
    transparent 70%
  );
  border: 2px solid var(--wz-accent-ring);
  box-shadow: 0 0 32px rgba(46, 224, 199, 0.15);
}

.wz-hero-ring .wz-bolt {
  width: 44px;
  height: 44px;
}

/* —— Buttons —— */
.wz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.wz-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--wz-radius-pill);
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wz-btn:active {
  transform: scale(0.98);
}

.wz-btn-primary {
  background: linear-gradient(135deg, var(--wz-accent-secondary), var(--wz-accent));
  color: #041210;
  box-shadow: 0 4px 24px rgba(46, 224, 199, 0.25);
}

.wz-btn-primary:hover {
  color: #041210;
  box-shadow: 0 6px 28px rgba(46, 224, 199, 0.35);
}

.wz-btn-ghost {
  background: var(--wz-card);
  border-color: var(--wz-card-stroke);
  color: var(--wz-text);
}

.wz-btn-ghost:hover {
  border-color: rgba(46, 224, 199, 0.35);
  color: var(--wz-accent-glow);
}

/* —— Tool cards (home + tools page) —— */
.wz-section-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 600;
}

.wz-section-lead {
  margin: 0 0 24px;
  color: var(--wz-text-muted);
  max-width: 52ch;
}

.wz-tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wz-tool-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  background: var(--wz-card);
  border: 1px solid var(--wz-card-stroke);
  border-radius: var(--wz-radius-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wz-tool-card:hover {
  border-color: rgba(46, 224, 199, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.wz-tool-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.wz-tool-card p {
  margin: 0;
  flex: 1;
  font-size: 0.875rem;
  color: var(--wz-text-muted);
}

.wz-tool-icon {
  width: 36px;
  height: 36px;
  color: var(--wz-accent);
}

.wz-tool-card[data-tint="valueStudy"] .wz-tool-icon {
  color: #738c9e;
}
.wz-tool-card[data-tint="harmony"] .wz-tool-icon {
  color: #f28c47;
}
.wz-tool-card[data-tint="clientPortfolio"] .wz-tool-icon {
  color: #eb9ec7;
}
.wz-tool-card[data-tint="stencil"] .wz-tool-icon {
  color: #c4b896;
}
.wz-tool-card[data-tint="machineTuner"] .wz-tool-icon {
  color: var(--wz-accent-bolt);
}

.wz-tool-card:hover .wz-tool-link {
  color: var(--wz-accent-glow);
}

/* —— About / prose —— */
.wz-prose h2 {
  margin: 32px 0 12px;
  font-size: 1.15rem;
}

.wz-prose p,
.wz-prose li {
  color: var(--wz-text-muted);
}

.wz-prose ul {
  padding-left: 1.25rem;
}

.wz-callout {
  margin: 24px 0;
  padding: 20px;
  border-radius: var(--wz-radius-card);
  background: var(--wz-bg-elevated);
  border: 1px solid var(--wz-card-stroke);
  border-left: 3px solid var(--wz-accent);
}

.wz-callout strong {
  color: var(--wz-accent-glow);
}

/* —— Footer —— */
.wz-footer {
  margin-top: 48px;
  padding: 24px 20px;
  text-align: center;
  font-size: 0.8rem;
  color: var(--wz-text-muted);
  border-top: 1px solid var(--wz-card-stroke);
}

/* —— Dev badge (like Xcode debug) —— */
.wz-dev-badge {
  position: fixed;
  bottom: 12px;
  right: 12px;
  padding: 4px 10px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wz-accent);
  background: rgba(10, 15, 23, 0.9);
  border: 1px solid rgba(46, 224, 199, 0.35);
  border-radius: var(--wz-radius-pill);
  pointer-events: none;
}

/* —— SEO & spotlight pages —— */
.wz-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 8px 16px;
  background: var(--wz-accent);
  color: #041210;
  z-index: 200;
}

.wz-skip:focus {
  left: 16px;
  top: 16px;
}

.wz-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  margin-top: 12px;
}

.wz-footer-nav a {
  color: var(--wz-text-muted);
  font-size: 0.8rem;
}

.wz-page-header {
  margin-bottom: 32px;
}

.wz-page-header h1 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.wz-seo-intro,
.wz-seo-keywords {
  margin: 48px 0;
  padding: 28px 0;
  border-top: 1px solid var(--wz-card-stroke);
}

.wz-seo-intro h2,
.wz-seo-keywords h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
}

.wz-seo-intro p {
  color: var(--wz-text-muted);
  max-width: 65ch;
  line-height: 1.65;
}

.wz-keyword-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.wz-keyword-grid article {
  padding: 20px;
  background: var(--wz-card);
  border: 1px solid var(--wz-card-stroke);
  border-radius: var(--wz-radius-card);
}

.wz-keyword-grid h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--wz-accent-glow);
}

.wz-keyword-grid p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--wz-text-muted);
  line-height: 1.55;
}

.wz-tool-card--link {
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.wz-tool-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wz-accent);
}

.wz-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  font-size: 0.8rem;
  color: var(--wz-text-muted);
}

.wz-breadcrumb a {
  color: var(--wz-text-muted);
}

.wz-breadcrumb a:hover {
  color: var(--wz-accent);
}

.wz-spotlight-hero {
  text-align: center;
  padding: 24px 0 40px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--wz-card-stroke);
}

.wz-spotlight-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 4.5vw, 2.25rem);
  line-height: 1.15;
}

.wz-spotlight-lead {
  margin: 0 auto 24px;
  max-width: 48ch;
  color: var(--wz-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.wz-spotlight-icon .wz-tool-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.wz-spotlight-section {
  margin: 40px 0;
}

.wz-spotlight-section h2 {
  margin: 0 0 20px;
  font-size: 1.2rem;
}

.wz-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.wz-feature-item {
  padding: 20px;
  background: var(--wz-card);
  border: 1px solid var(--wz-card-stroke);
  border-radius: var(--wz-radius-card);
}

.wz-feature-item h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--wz-accent-glow);
}

.wz-feature-item p {
  margin: 0;
  color: var(--wz-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.wz-use-cases {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--wz-text-muted);
  line-height: 1.65;
}

.wz-use-cases li + li {
  margin-top: 8px;
}

.wz-faq {
  margin: 48px 0;
  padding-top: 32px;
  border-top: 1px solid var(--wz-card-stroke);
}

.wz-faq h2 {
  margin: 0 0 20px;
  font-size: 1.2rem;
}

.wz-faq-list {
  margin: 0;
}

.wz-faq-item {
  margin-bottom: 20px;
  padding: 16px 20px;
  background: var(--wz-bg-elevated);
  border-radius: var(--wz-radius-card);
  border: 1px solid var(--wz-card-stroke);
}

.wz-faq-item dt {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--wz-text);
}

.wz-faq-item dd {
  margin: 0;
  color: var(--wz-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.wz-related-tools {
  margin: 48px 0;
}

.wz-related-tools h2 {
  margin: 0 0 16px;
  font-size: 1.1rem;
}

.wz-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wz-related-list li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid var(--wz-card-stroke);
}

.wz-related-list span {
  font-size: 0.85rem;
  color: var(--wz-text-muted);
}

.wz-cta-band {
  margin: 48px 0 0;
  padding: 40px 24px;
  text-align: center;
  background: linear-gradient(
    160deg,
    rgba(46, 224, 199, 0.08),
    rgba(10, 15, 23, 0.4)
  );
  border: 1px solid var(--wz-card-stroke);
  border-radius: var(--wz-radius-card);
}

.wz-cta-band h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.wz-cta-band p {
  margin: 0 0 20px;
  color: var(--wz-text-muted);
}

.wz-privacy h1 {
  margin: 0 0 8px;
}

/* —— App screenshots —— */
.wz-showcase {
  display: grid;
  gap: 32px;
  margin: 56px 0;
  padding: 40px 0;
  border-top: 1px solid var(--wz-card-stroke);
  border-bottom: 1px solid var(--wz-card-stroke);
}

@media (min-width: 900px) {
  .wz-showcase {
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 48px;
  }
}

.wz-showcase-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.wz-showcase-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.wz-showcase-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wz-showcase-thumb {
  display: block;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--wz-card-stroke);
  opacity: 0.72;
}

.wz-showcase-thumb img {
  display: block;
  width: 72px;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wz-phone-frame {
  position: relative;
  border-radius: 28px;
  padding: 10px;
  background: linear-gradient(145deg, #1a2230 0%, #0d1219 100%);
  border: 1px solid rgba(46, 224, 199, 0.22);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 40px rgba(46, 224, 199, 0.08);
}

.wz-phone-frame::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 18px;
  border-radius: 999px;
  background: #05080d;
  z-index: 2;
  pointer-events: none;
}

.wz-phone-frame img {
  display: block;
  width: min(280px, 42vw);
  height: auto;
  border-radius: 20px;
  background: #0a0f17;
}

.wz-phone-shot--featured .wz-phone-frame img {
  width: min(300px, 46vw);
}

.wz-phone-shot {
  margin: 0;
  text-align: center;
}

.wz-phone-shot figcaption {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--wz-text-muted);
  font-family: var(--wz-font-mono);
  letter-spacing: 0.04em;
}

.wz-screenshots {
  margin: 40px 0 48px;
  padding: 32px 0;
  border-top: 1px solid var(--wz-card-stroke);
  border-bottom: 1px solid var(--wz-card-stroke);
}

.wz-screenshots h2 {
  margin: 0 0 24px;
  font-size: 1.15rem;
  text-align: center;
}

.wz-screenshot-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
}
