.app-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
  padding: 44px 48px 48px;
  border: 1px solid rgba(255, 168, 74, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 110% -10%, rgba(255, 122, 0, 0.28), transparent 40%),
    radial-gradient(ellipse at -10% 110%, rgba(52, 240, 139, 0.16), transparent 40%),
    radial-gradient(circle at 55% 50%, rgba(58, 182, 255, 0.05), transparent 50%),
    linear-gradient(155deg, rgba(38, 12, 6, 0.98) 0%, rgba(6, 20, 14, 0.98) 100%);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255, 168, 74, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  isolation: isolate;
}

.app-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,168,74,0.02) 0px, rgba(255,168,74,0.02) 1px,
      transparent 1px, transparent 60px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255,168,74,0.015) 0px, rgba(255,168,74,0.015) 1px,
      transparent 1px, transparent 60px
    );
  pointer-events: none;
  z-index: 0;
}

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

.app-hero-panel::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(52, 240, 139, 0.1);
  border-radius: inherit;
  pointer-events: none;
}

.app-hero,
.app-hero-panel,
.detail-card,
.story-panel,
.sidebar-panel,
.trust-card,
.faq-card,
.support-strip {
  position: relative;
}

.app-hero h2,
.detail-card h4,
.story-panel h4,
.sidebar-panel h4,
.trust-card h4,
.faq-card h4,
.support-strip h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.detail-card h4,
.story-panel h4,
.sidebar-panel h4,
.trust-card h4,
.faq-card h4,
.support-strip h3,
.proof-card h4,
.featured-shot-copy h4,
.editorial-copy h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.app-hero h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.28;
  max-width: 12ch;
  text-shadow: 0 0 28px rgba(255, 122, 0, 0.4), 0 2px 4px rgba(0,0,0,0.5);
  letter-spacing: -0.01em;
}

.app-hero-copy {
  max-width: 660px;
  padding-top: 6px;
}

.app-hero-panel,
.detail-card,
.story-panel,
.sidebar-panel,
.trust-card,
.faq-card,
.support-strip {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 16px 36px rgba(0,0,0,0.4);
}

.app-hero-panel {
  padding: 24px;
  border-radius: 28px;
  backdrop-filter: blur(18px);
  align-self: stretch;
  background:
    radial-gradient(ellipse at top, rgba(52, 240, 139, 0.1), transparent 50%),
    rgba(8, 20, 12, 0.88) !important;
  border-color: rgba(52, 240, 139, 0.22) !important;
  box-shadow: 0 20px 44px rgba(0,0,0,0.45), 0 0 30px rgba(52,240,139,0.05) !important;
}

.app-icon-frame {
  display: grid;
  place-items: center;
  min-height: 200px;
  margin-bottom: 16px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(52, 240, 139, 0.4), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(58, 182, 255, 0.2), transparent 45%),
    radial-gradient(ellipse at 20% 80%, rgba(255, 122, 0, 0.18), transparent 45%),
    linear-gradient(180deg, rgba(4, 18, 10, 0.95), rgba(6, 10, 22, 0.98));
  border: 1px solid rgba(52, 240, 139, 0.25);
  box-shadow:
    0 0 40px rgba(52, 240, 139, 0.08),
    inset 0 1px 0 rgba(52, 240, 139, 0.1);
}

.app-icon-frame::before,
.shot-frame::before,
.featured-shot-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.05) 28%, transparent 46%),
    linear-gradient(180deg, rgba(58, 182, 255, 0.04), transparent 30%);
  transform: translateX(-120%);
  animation: mediaSweep 6s ease-in-out infinite;
  pointer-events: none;
}

.app-icon-frame img {
  width: 160px;
  height: 160px;
  padding: 12px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(4, 12, 22, 0.99), rgba(4, 10, 18, 0.99));
  border: 1px solid rgba(52, 240, 139, 0.3);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(52, 240, 139, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
  will-change: transform;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.app-icon-frame img:hover {
  transform: scale(1.05) translateY(-4px);
  box-shadow:
    0 28px 52px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(52, 240, 139, 0.22);
}

.template-icon {
  display: grid;
  place-items: center;
  width: 180px;
  height: 180px;
  border-radius: 28px;
  border: 2px dashed rgba(255, 197, 77, 0.45);
  font-family: "Press Start 2P", monospace;
  font-size: 1rem;
  color: var(--gold);
}

.app-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.app-meta-grid article {
  padding: 16px;
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(14, 8, 20, 0.95), rgba(6, 14, 10, 0.95));
  border: 1px solid rgba(52, 240, 139, 0.16);
  transition: border-color 180ms ease, transform 180ms ease;
}
.app-meta-grid article:hover {
  border-color: rgba(52, 240, 139, 0.3);
  transform: translateY(-1px);
}

.app-spec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.app-spec-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(58, 182, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(58, 182, 255, 0.08), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.03);
  color: #d8f1ff;
  font-size: 0.78rem;
  font-weight: 700;
}

.store-summary-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.store-summary-band article {
  padding: 16px 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 168, 74, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(20, 11, 16, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease;
}

.store-summary-band article:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 182, 255, 0.22);
}

.store-summary-band span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
  font-weight: 700;
}

.store-summary-band strong {
  display: block;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.35;
  text-wrap: balance;
}

.store-summary-band small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.detail-grid,
.details-layout,
.screenshot-grid,
.version-list,
.trust-grid,
.faq-list {
  display: grid;
  gap: 20px;
}

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

.detail-card,
.story-panel,
.sidebar-panel {
  padding: 24px;
  border-radius: 28px;
}

.detail-card {
  background:
    radial-gradient(ellipse at top right, rgba(255, 197, 77, 0.09), transparent 40%),
    linear-gradient(160deg, rgba(20, 12, 4, 0.97), rgba(8, 14, 26, 0.97));
  border-color: rgba(255, 197, 77, 0.16);
  box-shadow: 0 12px 28px rgba(0,0,0,0.38);
  transition: transform 180ms ease, border-color 180ms ease;
}
.detail-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 197, 77, 0.28);
}

.story-panel {
  background:
    radial-gradient(ellipse at top left, rgba(255, 122, 0, 0.08), transparent 40%),
    linear-gradient(160deg, rgba(22, 10, 4, 0.97), rgba(8, 14, 22, 0.97));
  border-color: rgba(255, 122, 0, 0.18);
  box-shadow: 0 14px 32px rgba(0,0,0,0.4);
}

.sidebar-panel {
  background:
    radial-gradient(ellipse at top right, rgba(58, 182, 255, 0.14), transparent 40%),
    linear-gradient(160deg, rgba(4, 14, 28, 0.97), rgba(14, 8, 22, 0.97));
  border-color: rgba(58, 182, 255, 0.22);
  box-shadow: 0 14px 32px rgba(0,0,0,0.4);
}

.detail-card h4,
.story-panel h4,
.sidebar-panel h4 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.details-layout {
  grid-template-columns: 1.2fr 0.8fr;
}

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

.shot-card,
.version-card {
  position: relative;
  padding: 22px;
  border-radius: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.shot-card {
  background:
    radial-gradient(ellipse at top right, rgba(58, 182, 255, 0.1), transparent 36%),
    linear-gradient(160deg, rgba(6, 14, 28, 0.97), rgba(16, 8, 18, 0.97));
  border-color: rgba(58, 182, 255, 0.16);
  box-shadow: 0 12px 28px rgba(0,0,0,0.38);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.shot-card:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 182, 255, 0.28);
  box-shadow: 0 18px 36px rgba(0,0,0,0.45), 0 0 16px rgba(58,182,255,0.07);
}

.shot-card h4,
.version-card strong {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.shot-card h4 {
  margin: 16px 0 10px;
  font-size: 0.88rem;
  line-height: 1.72;
}

.shot-card p {
  color: var(--muted);
  line-height: 1.7;
}

.shot-meta {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.9;
}

.shot-frame {
  display: grid;
  place-items: center;
  min-height: 300px;
  border-radius: 28px;
  position: relative;
  padding: 18px 14px 14px;
  background:
    radial-gradient(circle at top, rgba(255, 197, 77, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(18, 30, 48, 0.94), rgba(9, 17, 28, 0.96));
  border: 1px solid rgba(58, 182, 255, 0.18);
  overflow: hidden;
  isolation: auto;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shot-frame::after,
.featured-shot-frame::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 92px;
  height: 12px;
  border-radius: 0 0 12px 12px;
  transform: translateX(-50%);
  background: rgba(7, 12, 21, 0.98);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
  z-index: 2;
  pointer-events: none;
}

.featured-shot-card {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.2), transparent 24%),
    radial-gradient(circle at 88% 30%, rgba(125, 208, 255, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(58, 182, 255, 0.07), rgba(255, 197, 77, 0.03)),
    var(--panel-cool);
  border: 1px solid rgba(255, 168, 74, 0.18);
  box-shadow: var(--shadow-soft);
}

.featured-shot-card > * {
  min-width: 0;
}

.featured-shot-frame {
  width: min(100%, 340px);
  min-height: 480px;
  max-height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 28px;
  padding: 52px 22px 24px;
  overflow: hidden;
  justify-self: center;
  background:
    radial-gradient(ellipse at top, rgba(58, 182, 255, 0.25), transparent 35%),
    radial-gradient(ellipse at bottom, rgba(52, 240, 139, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(6, 14, 26, 0.99), rgba(2, 10, 18, 0.99));
  border: 1px solid rgba(58, 182, 255, 0.28);
  box-shadow:
    0 28px 56px rgba(0,0,0,0.5),
    0 0 0 1px rgba(58, 182, 255, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.featured-shot-frame .shot-image {
  object-fit: contain;
  object-position: top center;
  border-radius: 22px;
  background: rgba(240, 244, 248, 0.97);
  box-shadow:
    0 0 0 1px rgba(58, 182, 255, 0.15),
    0 20px 48px rgba(0,0,0,0.6);
  width: 92%;
  display: block;
  margin: 0 auto;
}

.featured-shot-copy h4 {
  margin: 0 0 16px;
  font-size: clamp(0.95rem, 1.8vw, 1.22rem);
  line-height: 1.45;
}

.featured-shot-copy p:last-child {
  color: var(--muted);
  line-height: 1.74;
}

.shot-zoom {
  width: 100%;
  padding: 0;
  cursor: zoom-in;
  appearance: none;
  touch-action: manipulation;
  border: 0;
}

.shot-zoom:hover,
.shot-zoom:focus-visible {
  transform: translateY(-2px);
}

.shot-zoom:hover .shot-image,
.shot-zoom:focus-visible .shot-image {
  transform: scale(1.015);
}

.shot-placeholder {
  padding: 18px 22px;
  border-radius: 20px;
  border: 2px dashed rgba(255, 197, 77, 0.35);
  color: var(--gold);
  font-family: "Press Start 2P", monospace;
  text-align: center;
  line-height: 1.7;
}

.shot-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  border-radius: 28px;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 1;
  transition: transform 220ms ease;
}

.shot-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(52, 240, 139, 0.35);
  background: rgba(4, 18, 10, 0.92);
  backdrop-filter: blur(8px);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.shot-badge-featured {
  color: var(--gold);
  border-color: rgba(255, 197, 77, 0.3);
  background:
    linear-gradient(180deg, rgba(25, 40, 60, 0.98), rgba(10, 18, 30, 0.98)),
    rgba(8, 17, 29, 0.92);
}

.shot-card:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 182, 255, 0.2);
}

.featured-shot-card {
  border-color: rgba(58, 182, 255, 0.22);
}

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

.version-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.version-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 197, 77, 0.1);
  border: 1px solid rgba(255, 197, 77, 0.24);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.version-date {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.version-summary {
  margin: 0 0 18px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.7;
}

.story-panel p,
.sidebar-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.trust-section,
.support-strip-section {
  position: relative;
}

.section + .section {
  margin-top: 4px;
}

.trust-section::before,
#why-prolevel::before,
#features::before,
#faq::before,
#versions::before,
.support-strip-section::before,
#details::before,
#screenshots::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 140px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 197, 77, 0.5), transparent);
}

#features::after,
#screenshots::after,
#details::after,
#faq::after,
#versions::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 28px;
  opacity: 0.72;
}

#features::after {
  background: radial-gradient(circle at 85% 16%, rgba(58, 182, 255, 0.07), transparent 18%);
}

#screenshots::after {
  background: linear-gradient(180deg, rgba(58, 182, 255, 0.04), transparent 26%);
}

#details::after {
  background: radial-gradient(circle at 12% 18%, rgba(255, 197, 77, 0.06), transparent 18%);
}

#faq::after {
  background: linear-gradient(90deg, rgba(58, 182, 255, 0.03), transparent 18%, transparent 82%, rgba(255, 197, 77, 0.03));
}

#versions::after {
  background: radial-gradient(circle at 88% 18%, rgba(58, 182, 255, 0.06), transparent 20%);
}

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

.trust-card,
.faq-card {
  padding: 28px;
  border-radius: 28px;
}

.trust-card {
  background:
    radial-gradient(ellipse at top right, rgba(52, 240, 139, 0.1), transparent 40%),
    linear-gradient(160deg, rgba(4, 18, 10, 0.97), rgba(14, 8, 22, 0.97));
  border-color: rgba(52, 240, 139, 0.16);
  box-shadow: 0 14px 32px rgba(0,0,0,0.4);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 240, 139, 0.3);
  box-shadow: 0 20px 44px rgba(0,0,0,0.45), 0 0 20px rgba(52,240,139,0.06);
}

.trust-card .trust-kicker {
  color: var(--green);
}

.trust-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
}

.trust-card h4,
.faq-card h4 {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.trust-card p,
.faq-card p,
.support-strip p {
  color: var(--muted);
  line-height: 1.75;
}

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    transparent;
  padding: 8px 0 0;
}

.support-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: center;
  padding: 32px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at top right, rgba(58, 182, 255, 0.2), transparent 40%),
    radial-gradient(ellipse at bottom left, rgba(255, 122, 0, 0.08), transparent 40%),
    linear-gradient(155deg, rgba(4, 14, 30, 0.98), rgba(20, 8, 14, 0.98));
  border: 1px solid rgba(58, 182, 255, 0.25);
  box-shadow: 0 20px 44px rgba(0,0,0,0.45), 0 0 30px rgba(58,182,255,0.05);
}

.support-strip h3 {
  margin: 0 0 16px;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.7;
}

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

.proof-card {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at top right, rgba(52, 240, 139, 0.08), transparent 40%),
    linear-gradient(160deg, rgba(6, 18, 12, 0.97), rgba(14, 8, 24, 0.97));
  border: 1px solid rgba(52, 240, 139, 0.14);
  box-shadow: 0 12px 28px rgba(0,0,0,0.38);
  transition: transform 180ms ease, border-color 180ms ease;
}
.proof-card:hover {
  transform: translateY(-2px);
  border-color: rgba(52, 240, 139, 0.26);
}

.proof-card h4 {
  margin: 0 0 14px;
  font-size: 0.86rem;
  line-height: 1.45;
}

.editorial-gallery {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.editorial-stage {
  display: block;
}

.editorial-stage-frame {
  width: min(100%, 400px);
  min-height: 500px;
  max-height: 640px;
  margin: 0 auto;
}

.editorial-sidebar {
  display: grid;
  gap: 20px;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(58, 182, 255, 0.25);
  background:
    radial-gradient(ellipse at top right, rgba(58, 182, 255, 0.18), transparent 40%),
    radial-gradient(ellipse at bottom left, rgba(52, 240, 139, 0.06), transparent 40%),
    linear-gradient(155deg, rgba(4, 14, 30, 0.98), rgba(8, 20, 14, 0.98));
  box-shadow:
    0 20px 44px rgba(0,0,0,0.45),
    0 0 0 1px rgba(58, 182, 255, 0.06);
  backdrop-filter: blur(14px);
  align-content: start;
}

.editorial-copy h4 {
  margin: 0 0 14px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.editorial-copy p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.filmstrip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.filmstrip-thumb {
  display: grid;
  gap: 8px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 168, 74, 0.16);
  background:
    linear-gradient(180deg, rgba(8, 16, 28, 0.9), rgba(4, 12, 20, 0.9));
  color: var(--muted);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  position: relative;
  overflow: hidden;
}

.filmstrip-thumb img {
  width: 100%;
  aspect-ratio: 9 / 19;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  display: block;
  background: rgba(240, 244, 248, 0.95);
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.filmstrip-thumb span {
  color: rgba(255,246,223,0.7);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.filmstrip-thumb:hover,
.filmstrip-thumb:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(58, 182, 255, 0.3);
  background:
    linear-gradient(180deg, rgba(6, 18, 36, 0.95), rgba(4, 12, 26, 0.95));
  box-shadow: 0 12px 28px rgba(0,0,0,0.35), 0 0 12px rgba(58,182,255,0.08);
}

.filmstrip-thumb.is-active {
  transform: translateY(-3px);
  border-color: rgba(52, 240, 139, 0.45);
  background:
    radial-gradient(ellipse at top, rgba(52, 240, 139, 0.1), transparent 60%),
    linear-gradient(180deg, rgba(4, 18, 12, 0.95), rgba(4, 12, 20, 0.95));
  box-shadow: 0 12px 28px rgba(0,0,0,0.35), 0 0 16px rgba(52,240,139,0.12);
}

.filmstrip-thumb.is-active span {
  color: var(--green);
}

.proof-card p,
.proof-card li {
  color: var(--muted);
  line-height: 1.72;
}

.proof-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

#versions .version-card {
  background:
    radial-gradient(ellipse at top, rgba(255, 197, 77, 0.1), transparent 40%),
    linear-gradient(160deg, rgba(22, 12, 4, 0.97), rgba(8, 12, 22, 0.97));
  border-color: rgba(255, 197, 77, 0.2);
  box-shadow: 0 14px 32px rgba(0,0,0,0.4);
}

#faq .faq-card {
  background:
    radial-gradient(ellipse at top right, rgba(58, 182, 255, 0.12), transparent 40%),
    linear-gradient(160deg, rgba(4, 12, 28, 0.97), rgba(14, 8, 22, 0.97));
  border-color: rgba(58, 182, 255, 0.2);
  box-shadow: 0 12px 28px rgba(0,0,0,0.38);
  transition: transform 180ms ease, border-color 180ms ease;
}
#faq .faq-card:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 182, 255, 0.32);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(60px, 120px) minmax(0, 1fr) minmax(60px, 120px);
  align-items: center;
  gap: 16px;
  padding: 28px;
  background: rgba(4, 4, 8, 0.96);
  backdrop-filter: blur(16px);
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox-figure {
  margin: 0;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.lightbox-image {
  max-width: min(92vw, 520px);
  max-height: 72vh;
  width: auto;
  height: auto;
  border-radius: 28px;
  border: 1px solid rgba(255, 197, 77, 0.2);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
  background: rgba(240, 244, 248, 0.98);
}

.lightbox-caption {
  max-width: 44rem;
  text-align: center;
}

.lightbox-caption strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}

.lightbox-caption p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.lightbox-close,
.lightbox-nav {
  justify-self: center;
  min-width: 64px;
  min-height: 64px;
  padding: 0 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 168, 74, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  touch-action: manipulation;
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  min-height: 48px;
}

.mobile-store-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  display: none;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 168, 74, 0.24);
  background: rgba(16, 8, 10, 0.92);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.mobile-store-bar .button {
  width: 100%;
}

.lightbox-nav:hover,
.lightbox-close:hover,
.lightbox-nav:focus-visible,
.lightbox-close:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(58, 182, 255, 0.28);
}

main section[id] {
  scroll-margin-top: 110px;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list li {
  line-height: 1.75;
}

.app-link-note {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  .app-hero,
  .details-layout,
  .detail-grid,
  .proof-grid,
  .screenshot-grid,
  .version-list,
  .trust-grid,
  .faq-list,
  .store-summary-band,
  .editorial-gallery,
  .filmstrip,
  .support-strip {
    grid-template-columns: 1fr;
  }

  .featured-shot-card {
    grid-template-columns: 1fr;
  }

  .app-hero h2 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .app-hero,
  .app-hero-panel,
  .detail-card,
  .story-panel,
  .sidebar-panel,
  .trust-card,
  .faq-card,
  .support-strip {
    border-radius: 20px;
  }

  .app-hero {
    padding: 28px 18px;
  }

  .detail-card,
  .story-panel,
  .sidebar-panel,
  .trust-card,
  .faq-card,
  .support-strip,
  .featured-shot-card {
    padding: 20px;
  }

  .app-meta-grid {
    grid-template-columns: 1fr;
  }

  .shot-card,
  .version-card {
    border-radius: 28px;
    padding: 18px;
  }

  .shot-frame {
    min-height: 240px;
    padding: 16px 12px 12px;
  }

  .featured-shot-frame {
    width: min(100%, 300px);
    min-height: 260px;
    max-height: 320px;
    padding: 52px 14px 14px;
  }

  .editorial-stage-frame {
    width: min(100%, 300px);
    min-height: 280px;
    max-height: 360px;
  }

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

  .mobile-store-bar {
    display: block;
  }

  body {
    padding-bottom: 96px;
  }

  .hero-actions,
  .support-strip .button-row,
  .details-layout .button-row {
    margin-top: 18px;
  }

  .lightbox {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .lightbox-nav {
    min-height: 48px;
    min-width: 120px;
  }

  .app-spec-strip {
    gap: 8px;
    margin-top: 16px;
  }

  .app-spec-strip span {
    font-size: 0.74rem;
  }
}

/* ══ Section accent lines for ProLevel page ══ */
#why-prolevel::before {
  background: linear-gradient(90deg, rgba(52, 240, 139, 0.5), rgba(58, 182, 255, 0.15), transparent 80%);
  width: 200px;
}
#proof::before {
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.5), rgba(255, 197, 77, 0.15), transparent 80%);
  width: 160px;
}
#features::before {
  background: linear-gradient(90deg, rgba(58, 182, 255, 0.5), rgba(52, 240, 139, 0.15), transparent 80%);
  width: 180px;
}
#screenshots::before {
  background: linear-gradient(90deg, rgba(255, 197, 77, 0.5), rgba(255, 122, 0, 0.15), transparent 80%);
  width: 180px;
}

/* ══ Trust kicker upgrade — green on ProLevel page ══ */
.trust-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

/* ══ Featured shot card — more premium ══ */
.featured-shot-card {
  background:
    radial-gradient(ellipse at top right, rgba(58, 182, 255, 0.18), transparent 40%),
    radial-gradient(ellipse at bottom left, rgba(52, 240, 139, 0.06), transparent 40%),
    linear-gradient(155deg, rgba(4, 14, 30, 0.97), rgba(8, 18, 12, 0.97));
  border-color: rgba(58, 182, 255, 0.22);
  box-shadow: 0 20px 44px rgba(0,0,0,0.45);
}

/* ══ Version badge upgrade ══ */
.version-badge {
  background: rgba(255, 197, 77, 0.12);
  border-color: rgba(255, 197, 77, 0.3);
  text-shadow: 0 0 10px rgba(255, 197, 77, 0.3);
}

/* ══ Store summary band upgrade ══ */
.store-summary-band article {
  background:
    linear-gradient(160deg, rgba(14, 8, 20, 0.97), rgba(6, 16, 10, 0.97));
  border-color: rgba(52, 240, 139, 0.14);
  transition: transform 180ms ease, border-color 180ms ease;
}
.store-summary-band article:hover {
  transform: translateY(-2px);
  border-color: rgba(52, 240, 139, 0.28);
}

/* ══ Spec strip pills — stronger ══ */
.app-spec-strip span {
  background:
    linear-gradient(160deg, rgba(4, 14, 28, 0.9), rgba(8, 20, 12, 0.9));
  border-color: rgba(52, 240, 139, 0.18);
  color: #c8f0e0;
  letter-spacing: 0.04em;
}

/* ══ Detail/story/sidebar h4 — bigger ══ */
.story-panel h4,
.sidebar-panel h4 {
  font-size: 1.1rem;
  margin-bottom: 14px;
}

/* ══ App hero responsive fix ══ */
@media (max-width: 960px) {
  .app-hero {
    padding: 40px 32px;
    gap: 32px;
  }
}
@media (max-width: 720px) {
  .app-hero {
    padding: 32px 22px;
    gap: 24px;
  }
  .app-hero h2 {
    font-size: clamp(1.7rem, 6vw, 2.4rem);
  }
}

/* ══ Rebuilt app hero right panel ══ */

.app-icon-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.app-icon-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(52, 240, 139, 0.3);
  background: rgba(52, 240, 139, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.06em;
}

.app-icon-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(52, 240, 139, 0.8);
  animation: live-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

.app-panel-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.app-panel-stat {
  padding: 14px 16px;
  border-radius: 20px;
  background:
    radial-gradient(ellipse at top right, rgba(52, 240, 139, 0.08), transparent 60%),
    rgba(4, 14, 8, 0.85);
  border: 1px solid rgba(52, 240, 139, 0.18);
  transition: border-color 180ms ease, transform 180ms ease;
}

.app-panel-stat:hover {
  border-color: rgba(52, 240, 139, 0.32);
  transform: translateY(-1px);
}

.app-panel-stat-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 210, 140, 0.75);
  margin-bottom: 5px;
}

.app-panel-stat-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.app-panel-stat-value--green {
  color: var(--green);
  text-shadow: 0 0 10px rgba(52, 240, 139, 0.4);
}

.app-panel-cta {
  width: 100%;
  justify-content: center;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

/* ══ App-hero corner brackets via CSS ══ */
.app-hero::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  z-index: 2;
  background-image:
    linear-gradient(rgba(255,197,77,0.4), rgba(255,197,77,0.4)),
    linear-gradient(rgba(255,197,77,0.4), rgba(255,197,77,0.4)),
    linear-gradient(rgba(255,197,77,0.4), rgba(255,197,77,0.4)),
    linear-gradient(rgba(255,197,77,0.4), rgba(255,197,77,0.4)),
    linear-gradient(rgba(255,197,77,0.4), rgba(255,197,77,0.4)),
    linear-gradient(rgba(255,197,77,0.4), rgba(255,197,77,0.4)),
    linear-gradient(rgba(255,197,77,0.4), rgba(255,197,77,0.4)),
    linear-gradient(rgba(255,197,77,0.4), rgba(255,197,77,0.4));
  background-size:
    24px 2px, 2px 24px,
    24px 2px, 2px 24px,
    24px 2px, 2px 24px,
    24px 2px, 2px 24px;
  background-position:
    top left, top left,
    top right, top right,
    bottom left, bottom left,
    bottom right, bottom right;
  background-repeat: no-repeat;
  border-radius: 18px;
}

/* ══ Store summary band — 3 col fix ══ */
.store-summary-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ══════════════════════════════════════════
   APP HERO V2 — Full redesign
   ══════════════════════════════════════════ */

.app-hero-v2 {
  position: relative;
  padding: 44px 52px 0;
  border: 1px solid rgba(255, 168, 74, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 85% 30%, rgba(255, 122, 0, 0.22), transparent 50%),
    radial-gradient(ellipse at -10% 100%, rgba(52, 240, 139, 0.14), transparent 44%),
    radial-gradient(ellipse at 50% 50%, rgba(58, 182, 255, 0.04), transparent 60%),
    linear-gradient(160deg, rgba(36, 12, 4, 0.99) 0%, rgba(4, 18, 12, 0.99) 100%);
  box-shadow:
    0 32px 64px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255, 197, 77, 0.08);
  overflow: hidden;
}

/* Corner brackets */
.app-hero-v2::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  z-index: 2;
  background-image:
    linear-gradient(rgba(255,197,77,0.45), rgba(255,197,77,0.45)),
    linear-gradient(rgba(255,197,77,0.45), rgba(255,197,77,0.45)),
    linear-gradient(rgba(255,197,77,0.45), rgba(255,197,77,0.45)),
    linear-gradient(rgba(255,197,77,0.45), rgba(255,197,77,0.45)),
    linear-gradient(rgba(255,197,77,0.45), rgba(255,197,77,0.45)),
    linear-gradient(rgba(255,197,77,0.45), rgba(255,197,77,0.45)),
    linear-gradient(rgba(255,197,77,0.45), rgba(255,197,77,0.45)),
    linear-gradient(rgba(255,197,77,0.45), rgba(255,197,77,0.45));
  background-size:
    28px 2px, 2px 28px,
    28px 2px, 2px 28px,
    28px 2px, 2px 28px,
    28px 2px, 2px 28px;
  background-position:
    top left, top left,
    top right, top right,
    bottom left, bottom left,
    bottom right, bottom right;
  background-repeat: no-repeat;
}

/* Subtle grid texture */
.app-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,168,74,0.025) 0, rgba(255,168,74,0.025) 1px, transparent 1px, transparent 56px),
    repeating-linear-gradient(0deg, rgba(255,168,74,0.018) 0, rgba(255,168,74,0.018) 1px, transparent 1px, transparent 56px);
  pointer-events: none;
  z-index: 0;
}

.app-hero-v2 > * { position: relative; z-index: 1; }

/* ── Top bar ── */
.ahv2-topbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.ahv2-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(52, 240, 139, 0.32);
  background: rgba(52, 240, 139, 0.08);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.06em;
}

.ahv2-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(52, 240, 139, 0.8);
  animation: live-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

.ahv2-category {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--muted);
  opacity: 0.7;
  letter-spacing: 0.06em;
}

/* ── Body ── */
.ahv2-body {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 0;
}

.ahv2-copy {
  max-width: 100%;
}

/* ── Headline ── */
.ahv2-h2 {
  margin: 0 0 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text);
  text-shadow: 0 0 40px rgba(255, 122, 0, 0.4), 0 2px 8px rgba(0,0,0,0.5);
}

.ahv2-h2 br { display: block; }

/* ── Description ── */
.ahv2-desc {
  margin: 0 0 28px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 52ch;
}

/* ── CTA ── */
.ahv2-cta {
  font-size: 1rem;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  box-shadow:
    0 12px 28px rgba(255, 122, 0, 0.3),
    4px 4px 0 rgba(0,0,0,0.3);
}

.ahv2-cta:hover {
  box-shadow:
    0 16px 36px rgba(255, 122, 0, 0.38),
    2px 2px 0 rgba(0,0,0,0.3);
  transform: translate(-1px, -2px);
}

/* ── Sub links ── */
.ahv2-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ahv2-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 210, 140, 0.75);
  text-decoration: none;
  transition: color 150ms ease;
}

.ahv2-link:hover { color: var(--gold); }

.ahv2-link-sep {
  color: rgba(255, 197, 77, 0.25);
  font-size: 0.85rem;
}

/* ── Visual — icon with glow ring ── */
.ahv2-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ahv2-icon-ring {
  position: relative;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ahv2-icon-ring::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 1px solid rgba(52, 240, 139, 0.2);
  box-shadow: 0 0 40px rgba(52, 240, 139, 0.12), inset 0 0 40px rgba(52, 240, 139, 0.04);
  animation: ring-pulse 3s ease-in-out infinite;
}

.ahv2-icon-ring::after {
  content: "";
  position: absolute;
  inset: -32px;
  border-radius: 50%;
  border: 1px solid rgba(52, 240, 139, 0.08);
  animation: ring-pulse 3s ease-in-out infinite 0.8s;
}

@keyframes ring-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.04); }
}

.ahv2-icon {
  width: 230px;
  height: 230px;
  border-radius: 44px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(4, 12, 22, 0.99), rgba(4, 10, 18, 0.99));
  border: 1px solid rgba(52, 240, 139, 0.3);
  box-shadow:
    0 24px 48px rgba(0,0,0,0.5),
    0 0 40px rgba(52, 240, 139, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.05);
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ahv2-icon:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow:
    0 32px 60px rgba(0,0,0,0.55),
    0 0 50px rgba(52, 240, 139, 0.25);
}

/* ── Bottom stat strip ── */
.ahv2-stats {
  display: flex;
  align-items: center;
  margin-top: 44px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 168, 74, 0.14);
}

.ahv2-stat {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.ahv2-stat strong {
  display: block;
  font-family: "Press Start 2P", monospace;
  font-size: 1.2rem;
  color: var(--gold);
  line-height: 1.3;
  margin-bottom: 6px;
  text-shadow: 0 0 14px rgba(255, 197, 77, 0.4);
}

.ahv2-stat .ahv2-green {
  color: var(--green);
  text-shadow: 0 0 14px rgba(52, 240, 139, 0.5);
}

.ahv2-stat span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.75;
}

.ahv2-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(255,197,77,0.25), transparent);
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .app-hero-v2 {
    padding: 36px 36px 0;
  }
  .ahv2-body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ahv2-visual {
    display: flex;
    justify-content: center;
  }
  .ahv2-h2 { font-size: clamp(2rem, 6vw, 3rem); }
}

@media (max-width: 720px) {
  .app-hero-v2 {
    padding: 28px 22px 0;
    border-radius: 20px;
  }
  .ahv2-topbar { gap: 10px; margin-bottom: 28px; }
  .ahv2-h2 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .ahv2-stats {
    flex-wrap: wrap;
    gap: 0;
    padding: 16px 0;
  }
  .ahv2-stat {
    flex: 0 0 50%;
    padding: 12px;
    border-bottom: 1px solid rgba(255,168,74,0.1);
  }
  .ahv2-divider { display: none; }
  .ahv2-stat strong { font-size: 1rem; }
}
