/* Shared panel page styles */
.panel-hero {
  padding: 72px 0 64px;
  position: relative;
  background:
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(46,99,242,0.08), transparent 60%),
    var(--bg);
}
.panel-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 900px) { .panel-hero-grid { grid-template-columns: 1fr; } }
.panel-hero .kicker { display: flex; gap: 16px; align-items: center; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--fg-muted); text-transform: uppercase; }
.panel-hero .kicker .badge { border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px; }
.panel-hero h1 {
  margin-top: 28px;
  font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: clamp(56px, 7vw, 112px); line-height: 1.0; letter-spacing: -0.028em;
}
.panel-hero h1 em { font-style: normal; color: var(--blue-900); }
.panel-hero .lede { margin-top: 32px; font-size: 20px; line-height: 1.55; max-width: 58ch; color: var(--ink-2); }
.panel-hero-ctas { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

.panel-specsheet {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-4); padding: 28px;
  font-family: var(--font-sans); position: sticky; top: 100px;
}
.panel-specsheet .ss-hdr { display:flex; justify-content:space-between; align-items:center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.panel-specsheet .ss-hdr .sku { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--fg-muted); }
.panel-specsheet .ss-hdr .live { display: inline-flex; align-items:center; gap: 6px; font-size: 11px; letter-spacing: 0.12em; color: #0f8a4a; }
.panel-specsheet .ss-hdr .live::before { content:""; width:7px; height:7px; border-radius:50%; background:#0f8a4a; }
.panel-specsheet .ss-price { padding: 22px 0; border-bottom: 1px solid var(--line); }
.panel-specsheet .ss-price .was { font-size: 13px; color: var(--fg-muted); text-decoration: line-through; }
.panel-specsheet .ss-price .now { font-family: var(--font-display); font-size: 54px; font-weight:500; letter-spacing:-0.02em; line-height:1; }
.panel-specsheet .ss-price .now .cur { font-family: var(--font-sans); font-size: 20px; color: var(--fg-muted); margin-left: 2px; }
.panel-specsheet .ss-price .note { margin-top: 6px; font-size: 13px; color: var(--fg-muted); }
.panel-specsheet .ss-rows { padding: 18px 0; display: flex; flex-direction: column; gap: 12px; font-size: 13px; color: var(--ink-2); border-bottom: 1px solid var(--line); }
.panel-specsheet .ss-rows .row { display:flex; justify-content: space-between; gap: 16px; }
.panel-specsheet .ss-rows .row .k { color: var(--fg-muted); }
.panel-specsheet .ss-cta { padding-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.panel-specsheet .ss-cta .btn { justify-content: center; }
.panel-specsheet .trust { margin-top: 14px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 12px; font-size: 12px; color: var(--fg-muted); }
.panel-specsheet .trust .t { display: flex; gap: 6px; align-items: center; }
.panel-specsheet .trust .t::before { content:"✓"; color: var(--blue-700); font-weight:600; }

/* Analyte grid */
.analyte-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.analyte-cell { padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; position: relative; }
.analyte-cell .an-idx { font-family: var(--font-mono); font-size: 11px; color: var(--blue-700); letter-spacing: 0.14em; }
.analyte-cell h4 { margin-top: 12px; font-size: 20px; font-family: var(--font-display); font-weight: 500; letter-spacing: -0.01em; }
.analyte-cell p { margin-top: 10px; font-size: 14px; color: var(--fg-muted); line-height: 1.55; }
.analyte-cell .gene { margin-top: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--silver); text-transform: uppercase; }
@media (max-width: 820px) { .analyte-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .analyte-grid { grid-template-columns: 1fr; } }

/* Audience band */
.audience { background: var(--bg-alt); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 820px) { .audience-grid { grid-template-columns: 1fr; } }
.aud-card { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-3); }
.aud-card .icon { color: var(--blue-700); margin-bottom: 18px; }
.aud-card h4 { font-family: var(--font-display); font-size: 24px; font-weight: 500; }
.aud-card p { margin-top: 10px; color: var(--fg-muted); font-size: 15px; line-height: 1.55; }

/* Gene table */
.gene-table { width: 100%; border-collapse: collapse; font-family: var(--font-sans); font-size: 14px; border-top: 1px solid var(--line); }
.gene-table th, .gene-table td { padding: 16px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.gene-table th { font-size: 11px; letter-spacing: 0.14em; color: var(--fg-muted); text-transform: uppercase; font-weight: 500; background: transparent; }
.gene-table td.gene { font-family: var(--font-mono); color: var(--blue-900); }
.gene-table td .tag { font-family: var(--font-sans); }

/* Sample timeline within panel */
.timeline { position: relative; padding-left: 32px; }
.timeline::before { content:""; position:absolute; left: 8px; top: 10px; bottom: 10px; width: 1px; background: var(--line); }
.tl-item { position: relative; padding: 0 0 28px 0; }
.tl-item::before { content: ""; position: absolute; left: -30px; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: var(--blue-700); box-shadow: 0 0 0 4px var(--bg); }
.tl-item .d { font-family: var(--font-mono); font-size: 11px; color: var(--fg-muted); letter-spacing: 0.12em; text-transform: uppercase; }
.tl-item h5 { margin-top: 4px; font-size: 18px; font-family: var(--font-display); font-weight: 500; }
.tl-item p { margin-top: 6px; color: var(--fg-muted); font-size: 14px; }
