/* Shared product landing refresh, modeled on the current ProxyPilot pages. */
:root {
  --bg: #08090d;
  --panel: #10131b;
  --panel-strong: #171b25;
  --line: rgba(218, 226, 255, 0.13);
  --line-strong: rgba(218, 226, 255, 0.22);
  --text: #f7f8fb;
  --muted: #a5adbd;
  --quiet: #6d7688;
  --blue: #63b3ff;
  --green: #75e0a7;
  --magenta: #d972ff;
  --amber: #f5c56c;
  --max: 1120px;
  --radius: 8px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', sans-serif;
  --product-a: var(--green);
  --product-b: var(--blue);
  --product-c: var(--magenta);
}

body.product-landing {
  min-height: 100vh;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--product-b) 12%, transparent), transparent 360px),
    linear-gradient(125deg, color-mix(in srgb, var(--product-a) 10%, transparent), transparent 42%),
    linear-gradient(235deg, color-mix(in srgb, var(--product-c) 10%, transparent), transparent 44%),
    var(--bg) !important;
  color: var(--text);
  font-family: var(--font);
}

body.product-landing::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 70%);
}

body.inorbit-landing { --product-a: #d72cff; --product-b: #7b42ff; --product-c: #55ff91; }
body.gptme-landing { --product-a: #8bd3ff; --product-b: #75e0a7; --product-c: #f5c56c; }
body.voltkit-landing { --product-a: #f5c56c; --product-b: #75e0a7; --product-c: #63b3ff; }
body.hearth-landing { --product-a: #ffb37a; --product-b: #d972ff; --product-c: #75e0a7; }
body.epiphyte-landing { --product-a: #75e0a7; --product-b: #63b3ff; --product-c: #f5c56c; }

/* Per-product skins: same evidence-first structure, different visual language. */
body.inorbit-landing {
  --bg: #12093a;
  --panel: #21184a;
  --panel-strong: #2c1f62;
  --line: rgba(206, 154, 255, 0.22);
  --line-strong: rgba(228, 184, 255, 0.36);
  --text: #fffaff;
  --muted: #d7c9ea;
  --quiet: #a69abe;
  background:
    radial-gradient(circle at 50% 18%, rgba(215, 44, 255, 0.22), transparent 22rem),
    linear-gradient(180deg, #28105f 0, #16093f 42%, #0d082a 100%) !important;
}

body.inorbit-landing::before {
  background-image:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 36%, rgba(85, 255, 145, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 45% 76%, rgba(215, 44, 255, 0.12) 0 1px, transparent 2px);
  background-size: 96px 96px, 132px 132px, 156px 156px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 74%);
}

body.gptme-landing {
  --panel: #0b1010;
  --panel-strong: #101817;
  --line: rgba(189, 255, 223, 0.16);
  --line-strong: rgba(189, 255, 223, 0.28);
  background:
    linear-gradient(180deg, rgba(245, 197, 108, 0.1), transparent 310px),
    linear-gradient(135deg, rgba(117, 224, 167, 0.12), transparent 43%),
    linear-gradient(245deg, rgba(99, 179, 255, 0.08), transparent 46%),
    #07100e !important;
}

body.voltkit-landing {
  --panel: #10120d;
  --panel-strong: #181b13;
  --line: rgba(245, 197, 108, 0.18);
  --line-strong: rgba(245, 197, 108, 0.34);
  background:
    linear-gradient(180deg, rgba(245, 197, 108, 0.13), transparent 330px),
    linear-gradient(110deg, rgba(117, 224, 167, 0.09), transparent 45%),
    linear-gradient(245deg, rgba(99, 179, 255, 0.07), transparent 44%),
    #090b07 !important;
}

body.hearth-landing {
  --panel: #120d14;
  --panel-strong: #1b121e;
  --line: rgba(255, 179, 122, 0.2);
  --line-strong: rgba(217, 114, 255, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 122, 138, 0.1), transparent 320px),
    linear-gradient(125deg, rgba(255, 179, 122, 0.12), transparent 44%),
    linear-gradient(235deg, rgba(117, 224, 167, 0.08), transparent 44%),
    #0b080d !important;
}

body.epiphyte-landing {
  --bg: #071011;
  --panel: #0d1717;
  --panel-strong: #132221;
  --line: rgba(173, 244, 214, 0.16);
  --line-strong: rgba(173, 244, 214, 0.32);
  --text: #f4fffb;
  --muted: #b6c8c2;
  --quiet: #7d918a;
  background:
    linear-gradient(180deg, rgba(117, 224, 167, 0.14), transparent 320px),
    linear-gradient(120deg, rgba(99, 179, 255, 0.11), transparent 44%),
    linear-gradient(245deg, rgba(245, 197, 108, 0.09), transparent 45%),
    #071011 !important;
}

body.epiphyte-landing::before {
  background-image:
    linear-gradient(rgba(173, 244, 214, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 244, 214, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 74%);
}

.product-landing .scroll-tint,
.product-landing .hero-orb,
.product-landing #starfield {
  display: none !important;
}

.product-landing nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 1.5rem;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 13, 0.82) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.product-landing .nav-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-landing .nav-logo {
  color: var(--text) !important;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.product-landing .nav-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
}

.product-landing .nav-links a,
.product-landing .lang-switcher a {
  color: var(--muted) !important;
  text-decoration: none;
  font-size: 0.88rem;
}

.product-landing .nav-links a:hover,
.product-landing .lang-switcher a:hover,
.product-landing .lang-switcher a.active {
  color: var(--text) !important;
}

.product-landing .lang-block {
  order: 2;
  position: relative;
}

.product-landing .lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 32px;
  padding: 0.25rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.78rem;
}

.product-landing .lang-note {
  display: none;
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  width: min(320px, 82vw);
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 9, 13, 0.96);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.product-landing .lang-block:hover .lang-note,
.product-landing .lang-block:focus-within .lang-note {
  display: block;
}

.product-landing .hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 3rem;
  align-items: center;
  max-width: var(--max);
  min-height: auto;
  margin: 0 auto;
  padding: clamp(3.25rem, 7vh, 5rem) 1.5rem clamp(3rem, 7vh, 5rem);
  overflow: visible;
  background: transparent !important;
}

.product-landing .hero-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0;
  text-align: left;
}

.product-landing .hero::after {
  content: '';
  display: block;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
    var(--hero-image, linear-gradient(135deg, rgba(117, 224, 167, 0.12), rgba(99, 179, 255, 0.08)));
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.product-landing.inorbit-landing .hero::after { --hero-image: url('/screenshots/conversation-view.webp'); }
.product-landing.voltkit-landing .hero::after { --hero-image: url('/screenshots/voltkit-dashboard.webp'); }

.product-landing.gptme-landing .hero::after,
.product-landing.hearth-landing .hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.015)),
    linear-gradient(135deg, color-mix(in srgb, var(--product-a) 18%, transparent), transparent 52%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 42px),
    var(--panel);
}

.product-landing.inorbit-landing .hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.product-landing.inorbit-landing .hero::before {
  content: '';
  position: absolute;
  right: 4.5rem;
  top: 2.3rem;
  width: min(44vw, 520px);
  height: 240px;
  pointer-events: none;
  border: 1px solid rgba(165, 233, 255, 0.14);
  border-radius: 50%;
  transform: rotate(-8deg);
  opacity: 0.9;
}

.product-landing.inorbit-landing .hero::after {
  min-height: 500px;
  border: 1px solid rgba(206, 154, 255, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at calc(50% - 2.6rem) 33.8%, #fffaff 0 0.22rem, transparent 0.26rem),
    radial-gradient(circle at calc(50% + 2.6rem) 33.8%, #fffaff 0 0.22rem, transparent 0.26rem),
    radial-gradient(circle at calc(50% - 2.6rem) 34%, #120a25 0 0.82rem, transparent 0.86rem),
    radial-gradient(circle at calc(50% + 2.6rem) 34%, #120a25 0 0.82rem, transparent 0.86rem),
    radial-gradient(circle at 50% 33%, rgba(242, 206, 255, 0.72) 0 2.2rem, rgba(136, 70, 255, 0.92) 2.3rem 7rem, rgba(106, 45, 214, 0.78) 7.1rem 9rem, transparent 9.2rem),
    linear-gradient(180deg, rgba(215, 44, 255, 0.18), transparent 44%),
    linear-gradient(180deg, #2b125f 0, #16093f 62%, #10072d 100%);
  background-size: auto;
  background-position: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 80px rgba(123, 66, 255, 0.3),
    0 24px 80px rgba(0, 0, 0, 0.34);
}

.product-landing.inorbit-landing .hero-icon {
  border-radius: 50%;
  color: transparent;
  background:
    radial-gradient(circle at 38% 37%, rgba(244, 218, 255, 0.85), transparent 18%),
    radial-gradient(circle at 50% 50%, #8f50ff 0, #6f2de7 72%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 42px rgba(152, 80, 255, 0.7);
}

.product-landing.inorbit-landing .hero-icon::before,
.product-landing.inorbit-landing .hero-icon::after {
  content: '';
  position: absolute;
  top: 41%;
  width: 17%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 43%, #fffaff 0 18%, transparent 19%),
    #120a25;
}

.product-landing.inorbit-landing .hero-icon::before { left: 32%; }
.product-landing.inorbit-landing .hero-icon::after { right: 32%; }

.product-landing.inorbit-landing .orb-mark {
  position: relative;
}

.product-landing.inorbit-landing .glass-card {
  border-radius: 22px;
  background: rgba(32, 22, 75, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.product-landing.inorbit-landing .feature-icon {
  border-radius: 12px;
  color: #fffaff;
  border-color: rgba(206, 154, 255, 0.28);
  background: linear-gradient(135deg, rgba(215, 44, 255, 0.6), rgba(123, 66, 255, 0.38));
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.product-landing.inorbit-landing .section-divider::before {
  content: 'World signal';
  color: #55ff91;
}

.product-landing.inorbit-landing #tech .section-divider::before {
  content: 'Story layer';
}

.product-landing.inorbit-landing .also-included {
  background:
    linear-gradient(120deg, rgba(215, 44, 255, 0.1), transparent 38%),
    rgba(32, 22, 75, 0.74);
}

.inorbit-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.inorbit-principle {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid rgba(165, 233, 255, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 85% 12%, rgba(215, 44, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(85, 255, 145, 0.06), transparent 52%),
    rgba(32, 22, 75, 0.78);
}

.inorbit-principle span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #55ff91;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.inorbit-principle h3 {
  margin-bottom: 0.65rem;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.25;
}

.inorbit-principle p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.product-landing.gptme-landing .hero {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
}

.product-landing.gptme-landing .hero::after {
  min-height: 460px;
  background:
    radial-gradient(circle at 28% 26%, rgba(139, 211, 255, 0.34) 0 34px, transparent 35px),
    radial-gradient(circle at 68% 42%, rgba(117, 224, 167, 0.3) 0 52px, transparent 53px),
    radial-gradient(circle at 42% 72%, rgba(245, 197, 108, 0.26) 0 40px, transparent 41px),
    radial-gradient(circle at 78% 78%, rgba(217, 114, 255, 0.2) 0 30px, transparent 31px),
    linear-gradient(180deg, rgba(245, 197, 108, 0.16), transparent 32%),
    linear-gradient(90deg, transparent 0 15%, rgba(117, 224, 167, 0.16) 15% 16%, transparent 16% 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 96px),
    #0b1010;
}

.product-landing.gptme-landing .hero-icon {
  border-radius: 8px;
  color: #061018;
  background: linear-gradient(135deg, #8bd3ff, #f5c56c);
  font-size: 1.35rem;
  font-weight: 900;
}

.product-landing.gptme-landing .glass-card {
  border-left: 5px solid rgba(117, 224, 167, 0.52);
  background:
    linear-gradient(90deg, rgba(117, 224, 167, 0.08), transparent 36%),
    rgba(16, 24, 23, 0.76);
}

.product-landing.gptme-landing .also-included-list li,
.product-landing.gptme-landing .tech-tag {
  border-radius: 6px;
}

.product-landing.voltkit-landing .hero {
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
}

.product-landing.voltkit-landing .hero::after {
  min-height: 500px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 0 0 1px rgba(245, 197, 108, 0.1),
    0 18px 60px rgba(0, 0, 0, 0.34);
}

.product-landing.voltkit-landing .hero-icon {
  color: #0b0d07;
  background: linear-gradient(135deg, #f5c56c, #75e0a7);
  font-size: 1.35rem;
  font-weight: 900;
}

.product-landing.voltkit-landing .glass-card,
.product-landing.voltkit-landing .stat,
.product-landing.voltkit-landing .screenshot-slot {
  background:
    linear-gradient(180deg, rgba(245, 197, 108, 0.06), transparent 42%),
    rgba(24, 27, 19, 0.78);
}

.product-landing.voltkit-landing .feature-icon {
  color: #ffe0a3;
}

.product-landing.voltkit-landing .stat-number {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.product-landing.hearth-landing .hero {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
}

.product-landing.hearth-landing .hero::after {
  min-height: 470px;
  border-radius: 8px;
  background:
    linear-gradient(116deg, transparent 0 18%, rgba(255, 179, 122, 0.23) 18% 34%, transparent 34% 100%),
    linear-gradient(64deg, transparent 0 57%, rgba(117, 224, 167, 0.15) 57% 71%, transparent 71% 100%),
    radial-gradient(circle at 21% 26%, rgba(255, 179, 122, 0.22) 0 44px, transparent 45px),
    radial-gradient(circle at 78% 73%, rgba(217, 114, 255, 0.24) 0 58px, transparent 59px),
    linear-gradient(145deg, rgba(255, 179, 122, 0.16), transparent 38%),
    linear-gradient(35deg, transparent 0 36%, rgba(217, 114, 255, 0.16) 36% 37%, transparent 37% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 118px),
    #120d14;
}

.product-landing.hearth-landing .hero-icon {
  color: #14070a;
  background: linear-gradient(135deg, #ffb37a, #d972ff);
  font-size: 1.35rem;
  font-weight: 900;
}

.product-landing.hearth-landing .glass-card {
  border-radius: 8px 22px 8px 22px;
  background:
    linear-gradient(145deg, rgba(255, 179, 122, 0.07), transparent 46%),
    rgba(27, 18, 30, 0.78);
}

.product-landing.hearth-landing .feature-icon {
  color: #ffd4b6;
}

.product-landing.epiphyte-landing .hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
}

.product-landing.epiphyte-landing .hero-content {
  min-width: 0;
  width: 100%;
  max-width: min(660px, 100%);
}

.product-landing.epiphyte-landing .hero::after {
  display: none;
}

.product-landing.epiphyte-landing .hero-icon {
  overflow: hidden;
  border-color: rgba(173, 244, 214, 0.28);
  background: transparent;
  box-shadow: 0 24px 70px rgba(99, 179, 255, 0.24);
}

.product-landing.epiphyte-landing .hero-icon img {
  display: block;
  width: 88px;
  height: 88px;
}

.product-landing.epiphyte-landing .glass-card,
.product-landing.epiphyte-landing .also-included,
.product-landing.epiphyte-landing .stat {
  background:
    linear-gradient(180deg, rgba(117, 224, 167, 0.065), transparent 46%),
    rgba(13, 23, 23, 0.78);
}

.product-landing.epiphyte-landing .feature-icon {
  color: #b7ffd9;
}

.epiphyte-workbench {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.workbench-titlebar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0 0.8rem;
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font-size: 0.76rem;
}

.workbench-titlebar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--quiet);
  opacity: 0.7;
}

.workbench-titlebar strong {
  margin-left: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.workbench-grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) minmax(0, 0.92fr);
  min-height: 430px;
}

.workbench-sidebar,
.workbench-editor,
.workbench-preview {
  min-width: 0;
  padding: 1rem;
}

.workbench-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.workbench-sidebar small {
  margin-top: 0.4rem;
  color: var(--quiet);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workbench-sidebar b {
  color: var(--text);
}

.git-pill {
  display: inline-flex;
  width: fit-content;
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(245, 197, 108, 0.34);
  border-radius: 6px;
  color: #ffe0a3;
  background: rgba(245, 197, 108, 0.09);
  font-weight: 800;
}

.workbench-editor {
  border-right: 1px solid var(--line);
}

.editor-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.editor-action {
  min-height: 28px;
  padding: 0 0.55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  font: inherit;
}

.workbench-editor pre {
  overflow: hidden;
  min-height: 330px;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #061011;
  color: #d8fff0;
  font: 0.76rem/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

.preview-window {
  min-height: 330px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(99, 179, 255, 0.13), transparent 54%),
    #f7fbf8;
  color: #132221;
}

.preview-nav {
  width: 100%;
  height: 28px;
  margin-bottom: 3.8rem;
  border-radius: 999px;
  background: rgba(19, 34, 33, 0.1);
}

.preview-window h2 {
  max-width: 260px;
  margin-bottom: 0.7rem;
  color: #071011;
  font-size: 2rem;
  line-height: 1;
}

.preview-window p {
  color: #40534e;
  font-size: 0.9rem;
}

.preview-button {
  display: inline-flex;
  margin-top: 2rem;
  padding: 0.55rem 0.8rem;
  border-radius: 6px;
  background: #132221;
  color: #f4fffb;
  font-size: 0.78rem;
  font-weight: 900;
}

.epiphyte-checksum {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 23, 23, 0.78);
}

.epiphyte-checksum span {
  color: var(--product-a);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.epiphyte-checksum code {
  overflow-wrap: anywhere;
  color: var(--muted);
  font: 0.8rem/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.product-landing .hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 1.25rem;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: rgba(16, 19, 27, 0.82);
  box-shadow: 0 24px 70px color-mix(in srgb, var(--product-c) 20%, transparent);
  font-size: 2.2rem;
}

.product-landing h1 {
  margin-bottom: 0.9rem;
  color: var(--text);
  font-size: clamp(3.1rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
}

.product-landing .gradient-text {
  color: var(--text);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.product-landing .hero-tagline {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.product-landing .hero-badges,
.product-landing .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.35rem 0;
}

.product-landing .badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-landing .badge-version {
  color: #ffe0a3;
  border-color: rgba(245, 197, 108, 0.35);
  background: rgba(245, 197, 108, 0.1);
}

.product-landing .badge-platform {
  color: #b8dcff;
  border-color: rgba(99, 179, 255, 0.35);
  background: rgba(99, 179, 255, 0.11);
}

.product-landing .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.product-landing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text) !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  box-shadow: none;
}

.product-landing .btn:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.075);
  transform: none;
}

.product-landing .btn-primary {
  color: #061018 !important;
  border-color: transparent;
  background: linear-gradient(135deg, var(--product-a), var(--product-b));
}

.product-landing .system-reqs {
  color: var(--quiet) !important;
  font-size: 0.82rem !important;
  line-height: 1.55;
}

.product-landing .section,
.product-landing .download-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 5.2rem 1.5rem;
  background: transparent !important;
  text-align: left;
}

.product-landing .section-header {
  max-width: 760px;
  margin: 0 0 2rem;
  text-align: left;
}

.product-landing .section-divider {
  width: auto;
  height: auto;
  margin: 0 0 0.9rem;
  background: none;
}

.product-landing .section-divider::before,
.product-landing .also-included-label {
  content: 'Details';
  color: var(--product-a);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-landing .section-header h2,
.product-landing .download-section h2 {
  margin-bottom: 0.7rem;
  color: var(--text);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.product-landing .section-header p,
.product-landing .download-section p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.product-landing .features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-landing .glass-card {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 19, 27, 0.72);
  box-shadow: none;
}

.product-landing .glass-card:hover {
  border-color: var(--line-strong);
  background: rgba(16, 19, 27, 0.86);
  transform: none;
}

.product-landing .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 1rem;
}

.product-landing .feature-title {
  margin-bottom: 0.55rem;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 800;
}

.product-landing .feature-desc,
.product-landing .glass-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.product-landing .also-included {
  margin-top: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 19, 27, 0.72);
}

.product-landing .also-included-label {
  display: block;
  margin-bottom: 0.8rem;
}

.product-landing .also-included-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
}

.product-landing .also-included-list li,
.product-landing .tech-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.28rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.product-landing .screenshots-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-landing.inorbit-landing .screenshots-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-landing .screenshot-slot {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 19, 27, 0.72);
  box-shadow: none;
}

.product-landing .screenshot-slot img {
  display: block;
  width: 100%;
  height: auto;
}

.product-landing .screenshot-caption {
  padding: 0.75rem 0.9rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-landing .stats-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-landing .stat {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 19, 27, 0.72);
  text-align: left;
}

.product-landing .stat-number {
  color: var(--product-a);
  font-size: 1.55rem;
  font-weight: 900;
}

.product-landing .stat-label {
  color: var(--muted);
  font-size: 0.82rem;
}

.product-landing .tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.product-landing .download-section {
  border-top: 1px solid var(--line);
}

.product-landing footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: 0.86rem;
  text-align: left;
}

.product-landing .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.product-landing footer a {
  color: var(--muted);
  text-decoration: none;
}

@media (max-width: 900px) {
  .product-landing .hero,
  .product-landing .features-grid,
  .inorbit-principles,
  .product-landing .screenshots-grid,
  .product-landing.inorbit-landing .screenshots-grid,
  .product-landing .stats-bar,
  .workbench-grid {
    grid-template-columns: 1fr;
  }

  .product-landing.epiphyte-landing .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-landing .hero::after {
    min-height: 300px;
    order: -1;
  }

  .workbench-grid {
    min-height: auto;
  }

  .workbench-sidebar,
  .workbench-editor {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workbench-titlebar,
  .workbench-sidebar,
  .workbench-editor,
  .workbench-preview {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

@media (max-width: 720px) {
  .product-landing nav {
    position: relative;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
  }

  .product-landing .nav-left {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .product-landing .lang-block {
    position: static;
  }

  .product-landing .lang-switcher {
    min-height: 28px;
    padding: 0.18rem 0.45rem;
    font-size: 0.74rem;
  }

  .product-landing .lang-note {
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.4rem);
    width: auto;
  }

  .product-landing .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
  }

  .product-landing.epiphyte-landing .nav-links {
    display: none;
  }

  .product-landing.epiphyte-landing {
    overflow-x: hidden;
  }

  .product-landing.epiphyte-landing .hero-content {
    max-width: calc(100vw - 2rem);
  }

  .product-landing.epiphyte-landing .hero-tagline {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .product-landing .section,
  .product-landing .download-section,
  .product-landing .hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-landing h1 {
    font-size: clamp(2.35rem, 14vw, 3.35rem);
  }

  .product-landing.hearth-landing h1 {
    font-size: clamp(2.05rem, 9.4vw, 2.55rem);
  }

  .product-landing .hero-ctas {
    max-width: 340px;
    width: 100%;
  }

  .product-landing .hero-ctas .btn {
    max-width: 100%;
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}
