.section--chapter {
  padding-top: 96px;

}

.section--chapter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 52px), var(--container));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(240, 216, 167, 0), rgba(240, 216, 167, 0.28), rgba(126, 168, 239, 0.1), rgba(240, 216, 167, 0));
  pointer-events: none;

}

.section--chapter::after {
  content: attr(data-section-label);
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 186, 129, 0.18);
  background: linear-gradient(180deg, rgba(31, 25, 19, 0.94), rgba(14, 15, 14, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 241, 208, 0.05), 0 12px 24px rgba(0, 0, 0, 0.18);
  color: var(--gold-300);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;

}

.page-toc {
  position: sticky;
  top: 82px;
  z-index: 28;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(calc(100% - 40px), var(--container));
  margin: 2px auto 12px;
  padding: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(214, 186, 129, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(27, 22, 17, 0.94), rgba(16, 16, 14, 0.92)),
    rgba(14, 15, 14, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 208, 0.05),
    0 18px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  scrollbar-width: thin;
  scrollbar-color: rgba(222, 189, 122, 0.28) rgba(0, 0, 0, 0.14);

}

.feature-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: 0.92;
  filter:
    drop-shadow(0 0 8px rgba(222, 189, 122, 0.12))
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.36));
  transition:
    filter 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;

}

.feature-icon--hero {
  width: 17px;
  height: 17px;

}

.feature-icon--toc {
  width: 15px;
  height: 15px;
  opacity: 0.84;

}

.page-toc__link.is-active .feature-icon--toc,
.page-toc__link.is-ancestor .feature-icon--toc,
.hero-proof.is-active .feature-icon--hero {
  opacity: 1;
  filter:
    drop-shadow(0 0 10px rgba(222, 189, 122, 0.22))
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.42));

}

.download-access-frame {
  display: none;

}

.download-access-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(7, 9, 12, 0.76);
  backdrop-filter: blur(10px);

}

.download-access-modal.is-open {
  display: grid;

}

.download-access-card {
  position: relative;
  width: min(100%, 460px);
  padding: 24px;

}

.download-access-card h3 {
  margin-top: 8px;
  margin-bottom: 10px;

}

.download-access-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(216, 192, 141, 0.18);
  border-radius: 999px;
  background: rgba(23, 28, 32, 0.9);
  color: var(--text-strong);
  cursor: pointer;

}

.download-access-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;

}

.download-access-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;

}

.hero {
  padding: 34px 0 20px;

}

.hero--demo {
  padding-top: 24px;

}

.hero-banner {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  padding: 12px;

}

.hero-banner::before,
.hero-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;

}

.hero-banner::before {
  inset: -12% auto auto 50%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(222, 189, 122, 0.16), transparent 70%);
  filter: blur(18px);

}

.hero-banner::after {
  inset: auto 6% 18% auto;
  width: 260px;
  height: 260px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(126, 168, 239, 0.08), rgba(135, 207, 116, 0.02));
  filter: blur(6px);

}

.hero-banner > * {
  position: relative;
  z-index: 1;

}

.hero-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  padding: 20px;
  pointer-events: none;

}

.hero-banner__copy {
  max-width: 720px;
  margin: 0 0 0 auto;
  display: grid;
  gap: 5px;
  text-align: left;
  padding: 14px 18px 12px;
  border-radius: 20px;
  border: 1px solid rgba(214, 186, 129, 0.14);
  background:
    linear-gradient(180deg, rgba(11, 14, 16, 0.72), rgba(11, 14, 16, 0.44)),
    rgba(11, 14, 16, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 208, 0.04),
    0 18px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  pointer-events: auto;

}

.hero-banner__copy h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 0.88;
  text-wrap: pretty;

}

.hero-banner__copy .lead {
  max-width: 62ch;
  font-size: 0.84rem;
  color: rgba(233, 225, 211, 0.84);

}

.hero-banner .hero-actions,
.hero-banner .hero-meta {
  justify-content: flex-start;

}

.hero-banner .hero-actions {
  margin-top: 6px;
  gap: 10px;

}

.hero-banner .hero-meta {
  margin-top: 8px;
  gap: 8px;

}

.hero-banner .hero-chip {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border-color: rgba(214, 186, 129, 0.14);
  background: rgba(12, 15, 18, 0.5);
  font-size: 0.78rem;

}

.hero-banner .hero-chip::before {
  width: 6px;
  height: 6px;

}

.hero-proof-strip {
  width: 100%;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;

}

.hero-proof {
  appearance: none;
  cursor: pointer;
  min-height: 0;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(204, 176, 117, 0.12);
  background: linear-gradient(180deg, rgba(22, 25, 27, 0.6), rgba(12, 15, 16, 0.54));
  text-align: left;
  backdrop-filter: blur(8px);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;

}

.hero-proof__top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 3px;

}

.hero-proof:hover,
.hero-proof:focus-visible {
  border-color: rgba(214, 186, 129, 0.24);
  background: linear-gradient(180deg, rgba(48, 39, 29, 0.78), rgba(20, 22, 21, 0.72));
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 208, 0.06),
    0 14px 26px rgba(0, 0, 0, 0.2);

}

.hero-proof:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(222, 189, 122, 0.12);

}

.hero-proof.is-active {
  border-color: rgba(214, 186, 129, 0.38);
  background:
    radial-gradient(circle at 14% 18%, rgba(222, 189, 122, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(60, 47, 33, 0.9), rgba(22, 24, 21, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 208, 0.06),
    0 16px 32px rgba(0, 0, 0, 0.24);

}

.hero-proof strong {
  display: block;
  margin-bottom: 0;
  color: var(--text-strong);
  font-size: 0.9rem;
  transition: color 180ms ease;

}

.hero-proof.is-active strong {
  color: var(--gold-300);

}

.hero-proof span {
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.3;
  transition: color 180ms ease;

}

.hero-proof.is-active span {
  color: var(--text-main);

}

.hero-showcase {
  margin-top: 0;

}

.hero-showcase--banner {
  position: relative;

}

.hero-showcase .demo-frame--featured {
  min-height: 820px;

}

.hero-showcase .demo-frame__body {
  min-height: 748px;

}

.hero-showcase--banner .demo-frame::before {
  background:
    linear-gradient(90deg, rgba(8, 10, 12, 0.36) 0%, rgba(8, 10, 12, 0.16) 28%, rgba(8, 10, 12, 0.04) 58%, rgba(8, 10, 12, 0.16) 100%),
    linear-gradient(180deg, rgba(8, 10, 12, 0.06), rgba(8, 10, 12, 0.22)),
    radial-gradient(circle at 18% 18%, var(--demo-accent), transparent 30%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 32px);

}

.hero-showcase--banner .demo-frame__chrome {
  justify-content: flex-start;
  padding: 10px 18px;
  border-bottom-color: rgba(218, 190, 129, 0.08);
  background: linear-gradient(180deg, rgba(10, 13, 15, 0.68), rgba(10, 13, 15, 0.14));

}

.hero-showcase--banner .demo-frame__meta {
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  color: rgba(240, 229, 210, 0.86);

}

.demo-frame {
  --demo-accent: rgba(222, 189, 122, 0.26);
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid rgba(218, 190, 129, 0.24);
  background-color: #0f1215;
  background-size: cover;
  background-position: center top;
  box-shadow: inset 0 1px 0 rgba(255, 244, 211, 0.06), 0 26px 60px rgba(0, 0, 0, 0.34);
  isolation: isolate;

}

.demo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 12, 0.08), rgba(8, 10, 12, 0.5)),
    radial-gradient(circle at 18% 18%, var(--demo-accent), transparent 30%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 32px);
  z-index: 0;

}

.demo-frame::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 244, 211, 0.08);
  z-index: 0;
  pointer-events: none;

}

.demo-frame--featured {
  min-height: 400px;

}

.demo-frame--analyzer {
  --demo-accent: rgba(222, 189, 122, 0.28);
  background-image:
    linear-gradient(180deg, rgba(13, 17, 20, 0.18), rgba(13, 17, 20, 0.18)),
    var(--demo-shot, url("/assets/img/screenshots/hunting_analyzer_hunt1.png"));

}

.demo-frame--team {
  --demo-accent: rgba(222, 189, 122, 0.22);
  background-image:
    linear-gradient(180deg, rgba(13, 17, 20, 0.18), rgba(13, 17, 20, 0.18)),
    var(--demo-shot, url("/assets/img/screenshots/hunting_analyzer_hunt1.png"));

}

.demo-frame--translator {
  --demo-accent: rgba(126, 168, 239, 0.24);
  background-image:
    linear-gradient(180deg, rgba(13, 17, 20, 0.14), rgba(13, 17, 20, 0.14)),
    var(--demo-shot, url("/assets/img/screenshots/translate_chat_window.png"));

}

.demo-frame--overlay {
  --demo-accent: rgba(135, 207, 116, 0.22);
  background-image:
    linear-gradient(180deg, rgba(13, 17, 20, 0.16), rgba(13, 17, 20, 0.16)),
    var(--demo-shot, url("/assets/img/screenshots/overlay.png"));

}

.demo-frame--gallery {
  --demo-accent: rgba(232, 150, 98, 0.22);
  background-image:
    linear-gradient(180deg, rgba(13, 17, 20, 0.16), rgba(13, 17, 20, 0.16)),
    var(--demo-shot, url("/assets/img/screenshots/screenshot_tab1.webp"));

}

.demo-frame--field-reports {
  --demo-accent: rgba(149, 127, 221, 0.22);
  background-image:
    linear-gradient(180deg, rgba(13, 17, 20, 0.14), rgba(13, 17, 20, 0.14)),
    var(--demo-shot, url("/assets/img/screenshots/screenshot_tab1.webp"));

}

.demo-frame--profiles {
  --demo-accent: rgba(240, 216, 167, 0.18);
  background-image:
    linear-gradient(180deg, rgba(13, 17, 20, 0.16), rgba(13, 17, 20, 0.16)),
    var(--demo-shot, url("/assets/img/screenshots/characters.png"));

}

.demo-frame__chrome,
.demo-frame__body,
.demo-frame__footer {
  position: relative;
  z-index: 1;

}

.demo-frame__chrome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(218, 190, 129, 0.14);
  background: linear-gradient(180deg, rgba(10, 13, 15, 0.86), rgba(10, 13, 15, 0.54));
  backdrop-filter: blur(10px);

}

.demo-frame__label,
.demo-frame__meta {
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;

}

.demo-frame__label {
  color: var(--gold-300);

}

.demo-frame__meta {
  color: var(--text-main);
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.18em;

}

.demo-frame__body {
  flex: 1;
  min-height: 250px;
  padding: 0;
  position: relative;
  overflow: hidden;

}

.demo-frame__stage {
  cursor: zoom-in;

}

.demo-frame__stage:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(222, 189, 122, 0.36);

}

.demo-frame__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(214, 186, 129, 0.22);
  background: rgba(10, 13, 15, 0.78);
  color: var(--text-strong);
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  opacity: 0.82;
  transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease, background 160ms ease;

}

.demo-frame__nav:hover,
.demo-frame__nav:focus-visible {
  opacity: 1;
  border-color: rgba(214, 186, 129, 0.36);
  background: rgba(18, 22, 25, 0.9);

}

.demo-frame__nav:focus-visible {
  outline: none;

}

.demo-frame__nav:disabled {
  opacity: 0.38;
  pointer-events: none;

}

.demo-frame__nav--prev {
  left: 14px;

}

.demo-frame__nav--next {
  right: 14px;

}

.demo-frame__counter {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(214, 186, 129, 0.16);
  background: rgba(10, 13, 15, 0.78);
  color: var(--text-main);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);

}

.demo-frame__play {
  display: none;

}

.demo-frame__play::before {
  content: none;

}

.demo-frame__text {
  display: none;

}

.demo-frame__text strong {
  display: none;

}

.demo-frame__text span {
  display: none;

}

.demo-frame__footer {
  display: none;

}

body.demo-lightbox-open {
  overflow: hidden;

}

.demo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 32px;

}

.demo-lightbox[hidden] {
  display: none;

}

.demo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 8, 10, 0.82);
  backdrop-filter: blur(10px);

}

.demo-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1100px, calc(100vw - 48px));
  height: min(900px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
  padding: 20px 20px 18px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(214, 186, 129, 0.2);
  background:
    linear-gradient(180deg, rgba(30, 24, 18, 0.96), rgba(10, 12, 14, 0.98));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.46);

}

.demo-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(214, 186, 129, 0.18);
  background: rgba(12, 15, 18, 0.72);
  color: var(--text-main);
  font-size: 1.5rem;
  line-height: 1;

}

.demo-lightbox__topline {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 4px 44px 16px;
  text-align: center;

}

.demo-lightbox__title {
  color: var(--text-strong);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  letter-spacing: 0.08em;

}

.demo-lightbox__count {
  color: var(--text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;

}

.demo-lightbox__controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;

}

.demo-lightbox__zoom {
  min-width: 42px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(214, 186, 129, 0.18);
  background: rgba(12, 15, 18, 0.72);
  color: var(--text-main);
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 241, 208, 0.04);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;

}

.demo-lightbox__zoom:hover,
.demo-lightbox__zoom:focus-visible {
  border-color: rgba(214, 186, 129, 0.32);
  background: rgba(18, 22, 25, 0.88);
  color: var(--text-strong);

}

.demo-lightbox__zoom:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(222, 189, 122, 0.12);

}

.demo-lightbox__zoom:disabled {
  opacity: 0.42;
  pointer-events: none;

}

.demo-lightbox__viewer {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  max-height: 100%;
  overflow: auto;
  padding: 12px;
  scrollbar-width: thin;

}

.demo-lightbox__image {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(214, 186, 129, 0.14);
  background: rgba(10, 13, 15, 0.72);
  cursor: zoom-in;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);

}

.demo-lightbox__viewer.is-zoomed .demo-lightbox__image {
  cursor: zoom-out;

}

.demo-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(214, 186, 129, 0.22);
  background: rgba(12, 15, 18, 0.86);
  color: var(--text-strong);
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);

}

.demo-lightbox__nav--prev {
  left: 16px;

}

.demo-lightbox__nav--next {
  right: 16px;

}

.demo-grid {
  counter-reset: feature-card;
  display: grid;
  gap: 30px;

}

.demo-card {
  --feature-accent: rgba(222, 189, 122, 0.44);
  --feature-glow: rgba(222, 189, 122, 0.12);
  position: relative;
  overflow: hidden;
  counter-increment: feature-card;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
  gap: 28px;
  align-items: center;
  border-color: rgba(218, 190, 129, 0.16);
  background:
    radial-gradient(circle at 10% 10%, var(--feature-glow), transparent 32%),
    linear-gradient(180deg, rgba(49, 39, 29, 0.94), rgba(16, 17, 15, 0.97));
  box-shadow:
    var(--panel-edge),
    0 20px 54px rgba(0, 0, 0, 0.28);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;

}

.demo-card::before,
.demo-card::after {
  content: "";
  position: absolute;
  pointer-events: none;

}

.demo-card::before {
  top: -18%;
  left: -8%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--feature-glow), transparent 72%);
  filter: blur(8px);

}

.demo-card::after {
  top: 0;
  left: 30px;
  width: 164px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--feature-accent), rgba(255, 255, 255, 0));

}

.demo-card:hover,
.demo-card:focus-within {
  border-color: rgba(222, 189, 122, 0.32);
  box-shadow:
    var(--panel-edge),
    0 28px 70px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);

}

.demo-card--analyzer {
  --feature-accent: rgba(222, 189, 122, 0.52);
  --feature-glow: rgba(222, 189, 122, 0.14);
  background:
    radial-gradient(circle at 10% 10%, rgba(222, 189, 122, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(58, 44, 31, 0.94), rgba(18, 18, 15, 0.97));

}

.demo-card--translator {
  --feature-accent: rgba(126, 168, 239, 0.52);
  --feature-glow: rgba(126, 168, 239, 0.14);
  background:
    radial-gradient(circle at 10% 10%, rgba(126, 168, 239, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(46, 43, 49, 0.94), rgba(16, 18, 20, 0.97));

}

.demo-card--overlay {
  --feature-accent: rgba(135, 207, 116, 0.5);
  --feature-glow: rgba(135, 207, 116, 0.14);
  background:
    radial-gradient(circle at 10% 10%, rgba(135, 207, 116, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(42, 44, 33, 0.94), rgba(16, 18, 16, 0.97));

}

.demo-card--gallery {
  --feature-accent: rgba(232, 150, 98, 0.5);
  --feature-glow: rgba(232, 150, 98, 0.14);
  background:
    radial-gradient(circle at 10% 10%, rgba(232, 150, 98, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(54, 41, 32, 0.94), rgba(17, 18, 16, 0.97));

}

.demo-card--field-reports {
  --feature-accent: rgba(157, 130, 238, 0.52);
  --feature-glow: rgba(157, 130, 238, 0.14);
  background:
    radial-gradient(circle at 10% 10%, rgba(157, 130, 238, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(49, 40, 54, 0.94), rgba(17, 17, 18, 0.97));

}

.demo-card--reverse {
  grid-template-columns: minmax(340px, 1.14fr) minmax(0, 0.86fr);

}

.demo-card--reverse .demo-card__copy {
  order: 2;
  padding-left: 10px;
  padding-right: 0;

}

.demo-card--reverse .demo-card__copy::after {
  right: auto;
  left: -14px;

}

.demo-card--reverse .demo-frame {
  order: 1;

}

.demo-card__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-right: 10px;

}

.demo-card__copy::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, rgba(240, 216, 167, 0), rgba(240, 216, 167, 0.16), rgba(240, 216, 167, 0));
  pointer-events: none;

}

.demo-card__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;

}

.demo-card__head::before {
  content: counter(feature-card, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 14px;
  border: 1px solid rgba(214, 186, 129, 0.18);
  background: rgba(15, 18, 20, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 241, 208, 0.05);
  color: var(--gold-300);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.94rem;
  letter-spacing: 0.08em;

}

.demo-card__title {
  display: grid;
  gap: 5px;

}

.demo-card__feature-name {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text-strong);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.46rem, 2vw, 2rem);
  line-height: 0.96;
  letter-spacing: 0.04em;
  text-transform: none;

}

.feature-icon--card {
  width: 24px;
  height: 24px;
  opacity: 0.96;

}

.demo-card__title h3 {
  max-width: 34ch;
  margin: 0;
  color: rgba(231, 222, 208, 0.82);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: clamp(0.94rem, 1vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.32;
  text-transform: none;

}

.demo-card__copy p {
  color: var(--text-muted);

}

.demo-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(214, 186, 129, 0.12);

}

.demo-card .demo-frame {
  position: relative;
  z-index: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 208, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.28);

}

.demo-strip {
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: start;

}

.demo-strip::before,
.trust-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 148px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(222, 189, 122, 0.54), rgba(255, 255, 255, 0));
  pointer-events: none;

}

.demo-strip__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;

}

.demo-strip__intro p {
  color: var(--text-muted);

}

.demo-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

}

.demo-mini {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(205, 178, 119, 0.12);
  background: rgba(19, 25, 30, 0.68);

}

.demo-mini__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.56;
  margin-bottom: 14px;
  border-radius: 16px;
  border: 1px solid rgba(205, 178, 119, 0.14);
  background-size: cover;
  background-position: center top;

}

.demo-mini__frame--interactive {
  cursor: zoom-in;

}

.demo-mini__frame--interactive:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(222, 189, 122, 0.3),
    inset 0 1px 0 rgba(255, 241, 208, 0.04);

}

.demo-mini__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 12, 0.08), rgba(8, 10, 12, 0.82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 28px);

}

.demo-mini__frame--profiles {
  background-image: url("/assets/img/screenshots/characters.png");

}

.demo-mini__frame--overlay {
  background-image: url("/assets/img/screenshots/overlay_resize.webp");

}

.demo-mini__frame--team {
  background-image: url("/assets/img/screenshots/hunting_analyzer_teams_overview.png");

}

.demo-mini__frame--gallery {
  background-image: url("/assets/img/screenshots/screenshot_tab2.webp");

}

.demo-mini__frame--analyzer {
  background-image: url("/assets/img/screenshots/calendar.png");

}

.demo-mini__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 241, 208, 0.12);
  background: rgba(12, 16, 19, 0.72);
  color: var(--gold-300);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;

}

.demo-mini strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-strong);
  font-size: 1rem;

}

.demo-mini span:last-child {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;

}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 28px;
  align-items: stretch;

}

.hero-copy {
  padding: 34px;

}

.hero-copy h1 {
  margin-top: 18px;

}

.hero-copy .lead {
  margin-top: 20px;

}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

}

.hero-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.hero-chip,
.trust-pill,
.plan-badge,
.kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(205, 179, 124, 0.18);
  background: rgba(30, 27, 22, 0.76);
  color: var(--text-main);
  font-size: 0.92rem;

}

.hero-chip::before,
.trust-pill::before,
.kicker-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff6df, var(--gold-400));
  box-shadow: 0 0 12px rgba(222, 189, 122, 0.42);

}

.hero-note {
  margin-top: 18px;

}

.hero-signal-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;

}

.signal-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(204, 176, 117, 0.14);
  background: linear-gradient(180deg, rgba(42, 34, 26, 0.94), rgba(18, 21, 18, 0.94));

}

.signal-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text-strong);
  font-size: 1rem;

}

.signal-card span {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.45;

}

.hero-visual {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;

}

.window-frame {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(224, 197, 139, 0.28);
  background: linear-gradient(180deg, rgba(39, 32, 25, 0.98), rgba(12, 14, 13, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 244, 211, 0.08), 0 26px 60px rgba(0, 0, 0, 0.34);

}

.window-bar {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(226, 196, 132, 0.14);
  background: linear-gradient(180deg, rgba(54, 43, 32, 0.98), rgba(23, 22, 18, 0.98));

}

.window-title {
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-300);

}

.window-dots {
  display: flex;
  gap: 8px;

}

.window-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 237, 205, 0.18);
  background: rgba(255, 255, 255, 0.12);

}

.window-shot {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  object-position: top center;

}

.hero-shot-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;

}

.mini-shot {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(200, 171, 113, 0.16);
  background: linear-gradient(180deg, rgba(42, 34, 26, 0.94), rgba(15, 19, 16, 0.94));

}

.mini-shot img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;

}

.mini-shot figcaption {
  padding: 12px 14px 14px;

}

.mini-shot strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-strong);
  font-size: 0.98rem;

}

.mini-shot span {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.45;

}

.value-grid {
  display: grid;
  gap: 22px;

}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 26px;

}

.showcase--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);

}

.showcase--reverse .showcase-copy {
  order: 2;

}

.showcase--reverse .showcase-visual {
  order: 1;

}

.showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;

}

.showcase-copy p {
  color: var(--text-main);

}

.showcase-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;

}

.showcase-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-main);
  line-height: 1.56;

}

.showcase-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff5d8, var(--leaf-400));
  box-shadow: 0 0 10px rgba(135, 207, 116, 0.34);

}

.showcase-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.showcase-visual {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(209, 183, 126, 0.18);
  background: linear-gradient(180deg, rgba(44, 35, 27, 0.94), rgba(13, 17, 15, 0.97));

}

.showcase-visual img {
  width: 100%;
  aspect-ratio: 1.34;
  object-fit: cover;
  object-position: top center;

}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;

}

.support-card,
.content-card,
.gallery-card,
.step-card,
.plan-card,
.compare-wrap,
.faq-card,
.legal-copy,
.not-found-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--panel-bg);
  box-shadow: var(--panel-edge), var(--panel-shadow);

}

.support-card {
  padding: 22px;

}

.support-card p {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 0.98rem;

}

.trust-shell {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 30px;

}

.trust-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;

}

.trust-copy p {
  color: var(--text-main);

}

.trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;

}

.trust-list li {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(194, 168, 112, 0.14);
  background: rgba(27, 24, 19, 0.78);
  color: var(--text-main);

}

.trust-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-strong);

}

.trust-panel {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(200, 172, 116, 0.16);
  background: linear-gradient(180deg, rgba(41, 33, 25, 0.96), rgba(13, 17, 15, 0.98));

}

.trust-panel p {
  margin-bottom: 18px;
  color: var(--text-muted);

}

.safety-verdict {
  display: grid;
  gap: 22px;
  padding: 28px;

}

.safety-verdict h2 {
  margin-bottom: 12px;

}

.safety-verdict p {
  color: var(--text-main);

}

.safety-flag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

}

.safety-flag {
  min-height: 100%;

}

.safety-flag h3 {
  margin-bottom: 10px;
  color: var(--text-strong);
  font-size: 1.15rem;

}

.safety-flag p {
  color: var(--text-muted);

}

.trust-pill-list {
  display: grid;
  gap: 10px;

}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;

}

.gallery-card {
  overflow: hidden;

}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;

}

.gallery-card figcaption {
  padding: 14px 16px 16px;

}

.gallery-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text-strong);

}

.gallery-card span {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;

}

.gallery-card--wide {
  grid-column: span 7;

}

.gallery-card--tall {
  grid-column: span 5;

}

.gallery-card--small {
  grid-column: span 4;

}

.pricing-shell {
  display: grid;
  gap: 24px;

}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

}

.plan-card {
  padding: 28px;

}

.plan-badge {
  margin-bottom: 18px;

}

.plan-price {
  margin: 14px 0 18px;
  color: var(--text-strong);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);

}

.plan-price span {
  font-size: 1rem;
  color: var(--text-muted);
  font-family: "Barlow", "Segoe UI", sans-serif;

}

.plan-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;

}

.plan-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-main);

}

.plan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff6dc, var(--gold-400));
  box-shadow: 0 0 8px rgba(222, 189, 122, 0.36);

}

.compare-wrap {
  overflow-x: auto;

}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;

}

.compare-table th,
.compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(214, 186, 128, 0.12);
  text-align: left;

}

.compare-table th {
  color: var(--text-strong);
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
  background: rgba(21, 27, 32, 0.82);

}

.compare-table td:nth-child(2) {
  color: var(--gold-300);

}

.compare-table td:nth-child(3) {
  color: var(--leaf-300);

}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;

}

.step-card {
  padding: 24px;

}

.step-number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 1px solid rgba(212, 186, 130, 0.26);
  background: linear-gradient(180deg, rgba(109, 85, 49, 0.44), rgba(37, 29, 18, 0.76));
  color: var(--gold-300);
  font-family: "Cinzel", Georgia, serif;

}

.step-card p {
  margin-top: 10px;
  color: var(--text-muted);

}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px;

}

.cta-band p {
  margin-top: 8px;
  color: var(--text-muted);

}

.page-hero {
  padding: 56px 0 18px;

}

.page-hero-shell {
  padding: 28px 30px;

}

.page-hero p {
  margin-top: 16px;
  max-width: 62ch;
  color: var(--text-muted);

}

.page-grid,
.content-grid {
  display: grid;
  gap: 18px;

}

.page-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));

}

.page-grid--setup {
  grid-template-columns: 1fr;

}

.content-card,
.faq-card,
.legal-copy,
.not-found-card {
  padding: 26px;

}

.content-card p,
.content-card li,
.faq-card p,
.legal-copy p,
.legal-copy li {
  color: var(--text-main);

}

.content-card--setup .demo-frame {
  margin-top: 18px;
  margin-bottom: 18px;
  min-height: 360px;
  background-size: auto, contain;
  background-position: center, center top;
  background-repeat: no-repeat, no-repeat;

}

.content-card--setup .demo-frame__body {
  min-height: 310px;

}

.content-card ul,
.content-card ol,
.legal-copy ul,
.legal-copy ol {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;

}

.faq-stack {
  display: grid;
  gap: 12px;

}

.faq-stack details {
  border: 1px solid rgba(205, 178, 119, 0.14);
  border-radius: 16px;
  background: rgba(19, 25, 30, 0.82);
  overflow: hidden;

}

.faq-stack summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: var(--text-strong);
  font-family: "Cinzel", Georgia, serif;

}

.faq-stack summary::-webkit-details-marker {
  display: none;

}

.faq-stack summary::after {
  content: "+";
  float: right;
  color: var(--gold-300);

}

.faq-stack details[open] summary::after {
  content: "-";

}

.faq-stack details p {
  padding: 0 20px 20px;
  color: var(--text-muted);

}

.legal-copy h2,
.legal-copy h3 {
  margin-top: 24px;

}

.legal-copy h2:first-of-type {
  margin-top: 10px;

}

.legal-copy p + p {
  margin-top: 14px;

}

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 0;

}

.not-found-card {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;

}

.not-found-card p {
  margin-top: 14px;
  color: var(--text-muted);

}

.not-found-card .hero-actions {
  justify-content: center;

}

@media (min-width: 1366px) {
.showcase,
.showcase--reverse,
.pricing-shell {
    gap: 36px;
  
}

.hero-showcase .demo-frame--featured {
    min-height: 860px;
  
}

.hero-showcase .demo-frame__body {
    min-height: 788px;
  
}
}

@media (max-width: 1120px) {
.page-toc {
    width: min(calc(100% - 32px), var(--container));
    margin-top: 4px;
    padding: 10px;
    gap: 8px;
  
}

.demo-card,
.demo-card--reverse,
.demo-strip,
.hero-grid,
.showcase,
.showcase--reverse,
.trust-shell,
.page-grid--two,
.safety-flag-grid {
    grid-template-columns: 1fr;
  
}

.demo-card--reverse .demo-card__copy,
.demo-card--reverse .demo-frame,
.showcase--reverse .showcase-copy,
.showcase--reverse .showcase-visual {
    order: initial;
  
}

.demo-card__copy,
.demo-card--reverse .demo-card__copy {
    padding-left: 0;
    padding-right: 0;
  
}

.demo-card__copy::after,
.demo-card--reverse .demo-card__copy::after {
    display: none;
  
}

.support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  
}

.gallery-card--wide,
.gallery-card--tall,
.gallery-card--small {
    grid-column: span 6;
  
}
}

@media (max-width: 960px) {
.page-toc {
    top: 74px;
    width: calc(100% - 24px);
    margin-top: 4px;
    border-radius: 16px;
    scroll-padding-inline: 10px;
  
}

.hero-proof-strip,
.demo-mini-grid,
.hero-signal-grid,
.plan-grid,
.steps {
    grid-template-columns: 1fr;
  
}
}

@media (max-width: 760px) {
.section--chapter {
    padding-top: 76px;
  
}

.section--chapter::after {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  
}

.hero-banner,
.demo-card,
.demo-strip,
.hero-copy,
.hero-visual,
.trust-shell,
.content-card,
.faq-card,
.legal-copy,
.plan-card,
.step-card,
.page-hero-shell,
.cta-band,
.showcase {
    padding: 22px;
  
}

.demo-card::after,
.demo-strip::before,
.trust-shell::before {
    left: 22px;
    width: 120px;
  
}

.page-toc {
    top: 68px;
    width: calc(100% - 16px);
    padding: 8px;
    gap: 6px;
  
}

.demo-card__head {
    gap: 12px;
  
}

.demo-card__head::before {
    min-width: 38px;
    min-height: 38px;
    font-size: 0.88rem;
  
}

.hero-shot-rail,
.support-grid {
    grid-template-columns: 1fr;
  
}

.hero-banner {
    padding: 10px;
  
}

.hero-banner__overlay {
    padding: 16px;
  
}

.hero-banner__copy {
    max-width: 500px;
    margin: 0;
    padding: 16px 16px 14px;
  
}

.hero-banner__copy h1 {
    max-width: 10ch;
    font-size: clamp(2.35rem, 4.8vw, 3.6rem);
  
}

.hero-banner__copy .lead {
    max-width: 38ch;
    font-size: 0.88rem;
  
}

.hero-proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  
}

.hero-showcase .demo-frame--featured {
    min-height: 690px;
  
}

.hero-showcase .demo-frame__body {
    min-height: 610px;
  
}

.gallery-card--wide,
.gallery-card--tall,
.gallery-card--small {
    grid-column: span 12;
  
}

.cta-band {
    flex-direction: column;
    align-items: flex-start;
  
}
}

@media (max-width: 560px) {
.page-toc {
    width: min(calc(100% - 20px), 520px);
    gap: 4px;
    padding: 8px;
  
}

.hero {
    padding-top: 28px;
  
}

.hero-banner {
    padding: 8px;
  
}

.hero-banner__overlay {
    padding: 14px;
  
}

.hero-banner__copy {
    max-width: 100%;
    padding: 14px 14px 12px;
  
}

.hero-banner__copy h1 {
    max-width: 9ch;
    font-size: clamp(2rem, 8vw, 3rem);
  
}

.hero-banner__copy .lead {
    max-width: 32ch;
    font-size: 0.84rem;
  
}

.hero-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  
}

.hero-proof {
    padding: 9px 10px;
  
}

.hero-showcase .demo-frame--featured {
    min-height: 620px;
  
}

.hero-showcase .demo-frame__body {
    min-height: 548px;
  
}

.demo-frame__body {
    padding: 0;
  
}

.demo-lightbox {
    padding: 12px;
  
}

.demo-lightbox__dialog {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    max-height: calc(100vh - 24px);
    padding: 14px;
    border-radius: 18px;
  
}

.demo-lightbox__topline {
    padding: 2px 42px 12px;
  
}

.hero-actions,
.hero-meta,
.demo-card__tags,
.showcase-proof {
    gap: 10px;
  
}

.compare-table th,
.compare-table td {
    padding: 13px 14px;
  
}
}
