/* Landing page only. */
.hero { padding: 76px 0 30px; }
.hero .eyebrow { display: block; }
.hero h1 { margin: 18px auto 0; font-size: clamp(40px, 6.2vw, 80px); max-width: none; }
.hero .lede { margin: 20px auto 0; }
.hero .cta { margin-top: 32px; }
.hero .trust { margin-top: 22px; }

/* Live demo in a window frame. */
#demo { margin-top: 56px; position: relative; z-index: 1; scroll-margin-top: 80px; }
.frame {
  position: relative; border-radius: 18px; overflow: hidden;
  border: 1px solid var(--border-hi); background: var(--bg);
  box-shadow: 0 60px 140px -40px rgba(0, 0, 0, .9), 0 0 120px -40px rgba(124, 108, 255, .55);
}
.frame::before {
  content: ""; position: absolute; inset: -1px; border-radius: 19px; padding: 1px; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, rgba(161, 149, 255, .6), rgba(161, 149, 255, 0) 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
}
.frame-bar { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #0f1015; border-bottom: 1px solid var(--border); }
.frame-bar span { width: 10px; height: 10px; border-radius: 50%; background: #2a2d37; }
.frame-bar em { margin: 0 auto; transform: translateX(-20px); font-style: normal; font-size: 12px; font-weight: 600; color: var(--accent-hi); background: rgba(124, 108, 255, .12); border: 1px solid rgba(124, 108, 255, .3); padding: 2px 12px; border-radius: 999px; }
.frame-app { display: block; width: 100%; height: min(760px, 78vh); border: 0; background: var(--bg); }
.frame-mobile { display: none; position: relative; }
.frame-mobile img { width: 100%; opacity: .55; }
.frame-mobile .btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.frame-note { text-align: center; color: var(--text-mute); font-size: 13.5px; margin-top: 14px; }
@media (max-width: 760px) { .frame-app { display: none; } .frame-mobile { display: block; } }

/* Before / after. */
.ba-nums { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 34px; }
.ba-nums b { display: block; font-size: 44px; font-family: ui-monospace, "Cascadia Mono", Consolas, monospace; letter-spacing: -.02em; }
.ba-nums b.bad { color: #f25f5f; } .ba-nums b.good { color: var(--good); }
.ba-nums span { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-mute); }
.ba-nums .arrow { color: var(--text-mute); font-size: 22px; }
.ba { position: relative; margin-top: 30px; }
.ba-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; border-radius: 14px; overflow: hidden; border: 1px solid var(--border-hi); }
.ba-stage figure { margin: 0; position: relative; cursor: zoom-in; }
.ba-stage img { width: 100%; display: block; }
.ba-stage figcaption { position: absolute; left: 12px; bottom: 10px; font-weight: 800; font-size: 13px; letter-spacing: .08em; padding: 4px 10px; border-radius: 6px; background: rgba(0, 0, 0, .6); }
.ba-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border-hi); background: rgba(11, 12, 16, .8); color: var(--text); font-size: 24px; cursor: pointer; z-index: 2; }
.ba-nav.prev { left: -64px; } .ba-nav.next { right: -64px; }
@media (max-width: 1300px) { .ba-nav.prev { left: 10px; } .ba-nav.next { right: 10px; } }
.ba-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.ba-dots button { width: 8px; height: 8px; border-radius: 4px; border: 0; background: var(--track); cursor: pointer; transition: width .2s, background .2s; }
.ba-dots button.on { width: 22px; background: var(--accent); }
.ba-game { font-weight: 600; margin-top: 12px; }
.bench-rig { color: var(--text-mute); font-size: 13.5px; margin-top: 6px; }
.ba-bars { display: grid; gap: 14px; max-width: 640px; margin: 0 auto; text-align: left; }

/* Zoomable screenshots. */
.shot.zoomable { padding: 0; cursor: zoom-in; display: block; width: 100%; font: inherit; color: inherit; text-align: left; }
.zoom-hint { position: absolute; right: 12px; bottom: 12px; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: rgba(11, 12, 16, .75); border: 1px solid var(--border-hi); opacity: 0; transform: translateY(4px); transition: .2s; }
.zoom-hint svg { width: 18px; height: 18px; }
.shot.zoomable:hover .zoom-hint, .shot.zoomable:focus-visible .zoom-hint { opacity: 1; transform: none; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 72px; }
@media (max-width: 800px) { .gallery { grid-template-columns: 1fr; } }
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(5, 6, 9, .92); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 56px 72px; animation: lbIn .2s ease; }
.lightbox[hidden] { display: none; }
@keyframes lbIn { from { opacity: 0; } }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 10px; box-shadow: 0 30px 100px rgba(0, 0, 0, .8); }
.lb-close, .lb-nav { position: absolute; border: 1px solid var(--border-hi); background: rgba(22, 24, 31, .9); color: var(--text); border-radius: 50%; width: 44px; height: 44px; font-size: 24px; cursor: pointer; display: grid; place-items: center; }
.lb-close { top: 14px; right: 14px; }
.lb-nav.prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lb-nav.next { right: 14px; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px) { .lightbox { padding: 60px 8px; } .lb-nav { top: auto; bottom: 14px; transform: none; } }

/* Pricing: price on the left, what's included on the right. */
.price {
  display: grid; grid-template-columns: 1fr 1fr; margin: 44px auto 0; max-width: 940px;
  border: 1px solid rgba(161, 149, 255, .35); border-radius: 22px; overflow: hidden;
  background: linear-gradient(180deg, var(--surface-hi), var(--surface));
  box-shadow: 0 40px 120px -40px rgba(124, 108, 255, .6);
}
.price-main { padding: 34px; border-right: 1px solid var(--border); }
.price-main .tag { display: inline-block; background: linear-gradient(180deg, var(--accent-hi), var(--accent)); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.price-main h3 { font-size: 22px; margin-top: 16px; }
.price-main .dim { color: var(--text-dim); font-size: 14px; margin-top: 6px; }
.price-main .amount { display: flex; align-items: baseline; gap: 10px; margin: 22px 0 26px; }
.price-main .amount b { font-size: 56px; letter-spacing: -.04em; }
.price-main .amount span { color: var(--text-dim); }
.price-main > .btn { width: 100%; }
.price-list { padding: 28px 34px; }
.price-list .label { font-size: 13px; font-weight: 600; color: var(--text-dim); }
.inc { display: flex; gap: 14px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--border); }
.inc:last-child { border-bottom: 0; }
.inc svg { width: 20px; height: 20px; color: var(--accent-hi); flex: none; }
.inc b { display: block; font-weight: 600; font-size: 15px; }
.inc span { font-size: 13px; color: var(--text-mute); }
.price-foot { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; padding: 20px 34px; border-top: 1px solid var(--border); background: rgba(0, 0, 0, .15); }
.price-foot span { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-dim); }
.price-foot svg { width: 17px; height: 17px; color: var(--text-dim); flex: none; }
@media (max-width: 820px) { .price { grid-template-columns: 1fr; } .price-main { border-right: 0; border-bottom: 1px solid var(--border); } .price-foot { grid-template-columns: 1fr; } }

/* Reviews. */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
@media (max-width: 960px) { .reviews { grid-template-columns: 1fr; } }
.review { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 24px; }
.review .stars { display: flex; gap: 2px; color: #fbbf43; }
.review .stars svg { width: 16px; height: 16px; }
.review p { color: var(--text); margin-top: 14px; font-size: 15.5px; }
.review .who { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--text-dim); font-size: 13.5px; }
.review .who b { color: var(--text); font-weight: 600; }
.review .who .av { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; background: rgba(124, 108, 255, .18); color: var(--accent-hi); }
.review .src { margin-left: auto; font-size: 12px; color: var(--text-mute); }

.section h2 { font-size: clamp(30px, 4.4vw, 48px); }
