.strategies-main {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem 3rem;
  min-width: 0;
  overflow-x: clip;
}

.strategies-page {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.25rem 1.75rem 3rem;
  min-width: 0;
  overflow-x: clip;
}

.strategies-page--detail {
  padding-top: 1rem;
}

.strategies-hero {
  margin-bottom: 1.5rem;
}

.strategies-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--landing-accent);
  font-weight: 600;
}

.strategies-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.strategies-sub {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  color: var(--landing-muted);
  max-width: 42rem;
}

.strategy-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.strategy-card {
  border: 1px solid var(--landing-border);
  border-radius: 0.75rem;
  background: var(--landing-surface);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.strategy-card-head {
  padding: 1rem 1.25rem 0.85rem;
  border-bottom: 1px solid var(--landing-border);
}

.strategy-card-name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.strategy-chart-section,
.strategy-returns {
  padding: 0.85rem 1.25rem 1rem;
}

.strategy-returns {
  border-top: 1px solid var(--landing-border);
}

.strategy-section-label {
  margin: 0 0 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--landing-muted);
}

.strategy-chart-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 140px;
}

@media (min-width: 640px) {
  .strategy-chart-stage {
    height: 180px;
  }
}

.strategy-chart-stage canvas {
  display: block;
  max-width: 100%;
}

.strategy-methodology {
  margin: 0;
  border-top: 1px solid var(--landing-border);
  background: rgba(248, 250, 252, 0.85);
}

.strategy-methodology-title {
  margin: 0;
  padding: 0.75rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--landing-muted);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.strategy-methodology-title::-webkit-details-marker {
  display: none;
}

.strategy-methodology-title::before {
  content: "▸ ";
  display: inline-block;
  transition: transform 0.15s ease;
}

.strategy-methodology[open] .strategy-methodology-title::before {
  transform: rotate(90deg);
}

.strategy-methodology-inner {
  padding: 0 1.25rem 1rem;
}

.strategy-methodology-body,
.strategy-methodology-audit {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--landing-text);
}

.strategy-methodology-disclaimer {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--landing-muted);
  font-style: italic;
}

.strategy-returns-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.strategy-returns-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.strategy-returns-table th,
.strategy-returns-table td {
  padding: 0.45rem 0.55rem;
  border-bottom: 1px solid var(--landing-border);
  text-align: right;
  white-space: nowrap;
}

.strategy-returns-table th:first-child,
.strategy-returns-table td:first-child {
  text-align: left;
  font-weight: 600;
  position: sticky;
  left: 0;
  background: var(--landing-surface);
}

.strategy-returns-table th {
  color: var(--landing-muted);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.strategy-returns-table td.pos {
  color: #16a34a;
  font-weight: 600;
}

.strategy-returns-table td.neg {
  color: #dc2626;
  font-weight: 600;
}

.strategy-returns-table td.empty {
  color: var(--landing-muted);
}

.strategy-returns-table td.ytd {
  font-weight: 700;
  background: rgba(37, 99, 235, 0.04);
}

.strategy-coming-soon {
  border: 1px dashed var(--landing-border);
  border-radius: 1rem;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--landing-muted);
  background: linear-gradient(135deg, rgba(148, 163, 184, 0.08), rgba(226, 232, 240, 0.35));
}

.strategy-evidence-card {
  border: 1px solid var(--landing-border);
  border-radius: 1rem;
  background: var(--landing-surface);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.strategy-evidence-head {
  padding: 1.1rem 1.25rem 0.75rem;
}

.strategy-evidence-title-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.strategy-evidence-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.strategy-evidence-help-zone {
  margin-bottom: 0.15rem;
}

.strategy-evidence-help-btn {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(220, 38, 38, 0.45);
  background: #fff;
  color: #dc2626;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s, transform 0.12s;
}

.strategy-evidence-help-btn:hover,
.strategy-evidence-help-btn.is-pinned,
.strategy-evidence-help-zone.is-help-open .strategy-evidence-help-btn {
  border-color: #dc2626;
  color: #b91c1c;
  background: rgba(220, 38, 38, 0.1);
}

.strategy-evidence-help-btn:hover {
  transform: scale(1.06);
}

.strategy-evidence-help-panel {
  margin: 0.55rem 0 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--landing-border);
  border-radius: 0.65rem;
  background: rgba(248, 250, 252, 0.9);
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--landing-muted);
}

.strategy-evidence-help-panel[hidden] {
  display: none;
}

.strategy-evidence-help-lead {
  margin: 0 0 0.5rem;
  color: #334155;
}

.strategy-evidence-help-steps {
  margin: 0 0 0.65rem 1.1rem;
  padding: 0;
}

.strategy-evidence-help-steps li {
  margin: 0.2rem 0;
}

.strategy-evidence-api-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.72rem;
}

.strategy-evidence-api-list li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.strategy-evidence-api-list a {
  color: var(--landing-accent);
  text-decoration: none;
}

.strategy-evidence-api-list a:hover {
  text-decoration: underline;
}

.strategy-evidence-api-detail {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--landing-border);
}

.strategy-evidence-api-detail-title {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #334155;
}

.strategy-evidence-api-exchange {
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid var(--landing-border);
  border-radius: 0.55rem;
  background: #fff;
}

.strategy-evidence-api-exchange:last-child {
  margin-bottom: 0;
}

.strategy-evidence-api-exchange-name {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.strategy-evidence-api-fields {
  margin: 0;
}

.strategy-evidence-api-field {
  margin: 0 0 0.45rem;
}

.strategy-evidence-api-field:last-child {
  margin-bottom: 0;
}

.strategy-evidence-api-field dt {
  margin: 0 0 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.strategy-evidence-api-field dd {
  margin: 0;
  font-size: 0.76rem;
  color: #475569;
}

.strategy-evidence-api-limits {
  margin: 0.15rem 0 0;
  padding-left: 1rem;
}

.strategy-evidence-api-limits li {
  margin: 0.2rem 0;
}

.strategy-evidence-api-doc {
  margin: 0.45rem 0 0;
  font-size: 0.68rem;
}

.strategy-evidence-api-doc a {
  color: var(--landing-accent);
  text-decoration: none;
}

.strategy-evidence-api-doc a:hover {
  text-decoration: underline;
}

.strategy-evidence-download {
  margin: 0.5rem 0 0;
}

.strategy-evidence-download-link {
  font-size: 0.72rem;
  color: var(--landing-accent);
  text-decoration: none;
  border-bottom: 1px dashed rgba(37, 99, 235, 0.35);
}

.strategy-evidence-download-link:hover {
  border-bottom-color: var(--landing-accent);
}

.strategy-evidence-sub {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--landing-muted);
  max-width: 48rem;
  line-height: 1.5;
}

.strategy-evidence-shots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 0 1.25rem 1.25rem;
}

@media (max-width: 1024px) {
  .strategy-evidence-shots {
    grid-template-columns: 1fr;
  }
}

.strategy-evidence-shot {
  margin: 0;
  min-width: 0;
}

.strategy-evidence-cap {
  margin: 0 0 0.4rem;
  font-size: 0.65rem;
  letter-spacing: 0.03em;
  color: var(--landing-muted);
}

.strategy-evidence-frame {
  border-radius: 0.5rem;
  border: 1px solid #1e293b;
  background: #0f172a;
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: auto;
  cursor: zoom-in;
}

.strategy-evidence-frame:focus-visible {
  outline: 2px solid var(--landing-accent);
  outline-offset: 2px;
}

.strategy-evidence-log {
  margin: 0;
  padding: 0.65rem 0.75rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.58rem;
  line-height: 1.45;
  color: #cbd5e1;
  white-space: pre;
}

.strategy-evidence-log code {
  font: inherit;
}

.strategy-evidence-symbol {
  color: #f8fafc;
  font-weight: 600;
}

.strategy-evidence-route {
  color: #94a3b8;
}

.strategy-evidence-label {
  color: #64748b;
}

.strategy-evidence-duration {
  color: #38bdf8;
}

.strategy-evidence-pnl {
  color: #4ade80;
}

.strategy-evidence-verify {
  margin: 0;
  padding: 0.75rem 1.25rem 1.1rem;
  font-size: 0.62rem;
  line-height: 1.55;
  color: var(--landing-muted);
  border-top: 1px solid var(--landing-border);
}

.strategy-activity-card {
  border: 1px solid var(--landing-border);
  border-radius: 1rem;
  background: var(--landing-surface);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.strategy-activity-head {
  padding: 1.1rem 1.25rem 0.65rem;
}

.strategy-activity-title-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.strategy-activity-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.strategy-activity-delay-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #64748b;
  background: rgba(148, 163, 184, 0.18);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.strategy-activity-sub {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--landing-muted);
  line-height: 1.5;
}

.strategy-activity-sub code {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75em;
}

.strategy-activity-status {
  margin: 0 1.25rem 0.5rem;
  font-size: 0.65rem;
  color: var(--landing-muted);
}

.strategy-activity-status.is-error {
  color: #dc2626;
}

.strategy-activity-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0 1.25rem 1rem;
  max-height: 28rem;
  overflow-y: auto;
}

.strategy-activity-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--landing-border);
  border-radius: 0.65rem;
  background: #fff;
  transition: background 0.15s;
  cursor: pointer;
}

.strategy-activity-item:hover {
  background: rgba(37, 99, 235, 0.03);
}

.strategy-activity-item:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.strategy-activity-main {
  min-width: 0;
}

.strategy-activity-symbol {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
}

.strategy-activity-meta {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  color: var(--landing-muted);
}

.strategy-activity-pnl {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #16a34a;
  white-space: nowrap;
}

.strategy-activity-foot {
  padding: 0.65rem 1.25rem 1rem;
  font-size: 0.65rem;
  color: var(--landing-muted);
  border-top: 1px solid var(--landing-border);
}

/* Activity detail drawer */
.strategy-activity-drawer-root {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  justify-content: flex-end;
}

.strategy-activity-drawer-root[hidden] {
  display: none;
}

.strategy-activity-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 23, 42, 0.45);
  cursor: pointer;
}

.strategy-activity-drawer {
  position: relative;
  z-index: 1;
  width: min(100%, 32rem);
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-left: 1px solid var(--landing-border);
  box-shadow: -8px 0 32px rgba(15, 23, 42, 0.12);
  animation: strategy-drawer-in 0.22s ease-out;
}

@keyframes strategy-drawer-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.strategy-activity-drawer-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--landing-border);
  background: var(--landing-surface);
}

.strategy-activity-drawer-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.strategy-activity-drawer-close {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--landing-border);
  border-radius: 0.45rem;
  background: #fff;
  color: var(--landing-muted);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.strategy-activity-drawer-close:hover {
  border-color: #2563eb;
  color: #1d4ed8;
}

.strategy-activity-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.15rem 1.5rem;
}

.strategy-activity-detail-section {
  margin-bottom: 1.35rem;
}

.strategy-activity-detail-section:last-child {
  margin-bottom: 0;
}

.strategy-activity-detail-heading {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--landing-muted);
}

.strategy-activity-detail-leg {
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--landing-border);
  border-radius: 0.65rem;
  background: #fff;
  margin-bottom: 0.65rem;
}

.strategy-activity-detail-leg:last-child {
  margin-bottom: 0;
}

.strategy-activity-detail-leg-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin-bottom: 0.65rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.strategy-activity-detail-exchange {
  font-size: 0.88rem;
  font-weight: 700;
}

.strategy-activity-detail-symbol {
  font-size: 0.82rem;
  font-weight: 600;
  color: #2563eb;
}

.strategy-activity-detail-side {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--landing-muted);
}

.strategy-activity-detail-time {
  width: 100%;
  margin: 0;
  font-size: 0.68rem;
  color: var(--landing-muted);
}

.strategy-activity-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.85rem;
}

.strategy-activity-detail-row {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.strategy-activity-detail-row.is-wide {
  grid-column: 1 / -1;
}

.strategy-activity-detail-label {
  font-size: 0.62rem;
  color: var(--landing-muted);
}

.strategy-activity-detail-value {
  font-size: 0.78rem;
  font-weight: 600;
  word-break: break-word;
}

.strategy-activity-detail-value.is-pos {
  color: #16a34a;
}

.strategy-activity-detail-value.is-neg {
  color: #dc2626;
}

.strategy-activity-detail-trade-id {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  font-size: 0.65rem;
  color: var(--landing-muted);
  word-break: break-all;
}

.strategy-activity-detail-profit-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  font-size: 0.78rem;
}

.strategy-activity-detail-profit-row:last-child {
  border-bottom: 0;
}

.strategy-activity-detail-profit-row.is-total {
  margin-top: 0.35rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--landing-border);
  font-weight: 700;
}

.strategy-activity-detail-profit-label {
  color: var(--landing-muted);
}

.strategy-activity-detail-profit-value {
  font-weight: 600;
  white-space: nowrap;
}

.strategy-activity-detail-empty {
  margin: 0;
  font-size: 0.82rem;
  color: var(--landing-muted);
  line-height: 1.5;
}

/* Strategy market index — ADDX-style opportunity cards */
.strategies-hero--addx {
  margin-bottom: 1.75rem;
}

.strategies-title--addx {
  font-size: 1.5rem;
  font-weight: 700;
}

.strategies-sub--addx {
  max-width: 40rem;
  line-height: 1.55;
}

.strategy-market-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1.1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.06);
}

.strategy-market-alert-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--landing-accent);
}

.strategy-market-alert-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #334155;
}

.strategy-market-alert-link {
  color: var(--landing-accent);
  font-weight: 600;
  text-decoration: none;
}

.strategy-market-alert-link:hover {
  text-decoration: underline;
}

.strategy-market-opportunities-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1.1rem;
}

.strategy-market-section-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.strategy-market-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.strategy-market-filter-wrap {
  position: relative;
  display: inline-flex;
}

.strategy-market-filter {
  appearance: none;
  border: 1px solid var(--landing-border);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.strategy-market-filter:hover {
  border-color: rgba(37, 99, 235, 0.35);
  color: #1d4ed8;
}

.strategy-market-filter.is-active {
  border-color: #2563eb;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.08);
}

.strategy-market-filter-popular {
  position: absolute;
  top: -0.45rem;
  right: -0.15rem;
  padding: 0.05rem 0.35rem;
  border-radius: 0.25rem;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: #2563eb;
  pointer-events: none;
}

.strategy-market-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  gap: 1rem;
}

.strategy-market-card-list--sources {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 72rem;
}

.strategy-market-index-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--landing-accent);
}

.strategy-sto-external-badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  background: rgba(148, 163, 184, 0.2);
  vertical-align: middle;
}

.strategy-market-empty {
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  color: var(--landing-muted);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .strategy-market-card-list--sources {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .strategy-market-card-list {
    grid-template-columns: 1fr;
  }
}

.strategy-sto-link {
  display: block;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.strategy-sto-link.is-static {
  cursor: default;
}

.strategy-sto-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--landing-border);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.strategy-sto-link:not(.is-static):hover .strategy-sto-card,
.strategy-sto-link:not(.is-static):focus-visible .strategy-sto-card {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

.strategy-sto-card--platform {
  display: flex;
  flex-direction: column;
}

.strategy-sto-platform-banner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 4.25rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.strategy-sto-platform-monogram {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.65rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--sto-accent, #2563eb);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.strategy-sto-platform-tag {
  padding: 0.22rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.2;
}

.strategy-sto-platform-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.85rem 1rem 0.95rem;
  min-width: 0;
}

.strategy-sto-card--platform .strategy-sto-info {
  padding: 0;
  border-bottom: 0;
}

.strategy-sto-card--platform .strategy-sto-secondary-tag {
  margin: 0.35rem 0 0.65rem;
}

.strategy-sto-card--platform .strategy-sto-highlights {
  margin-top: auto;
}

.strategy-sto-head {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0;
  min-height: 8.5rem;
}

.strategy-sto-preview {
  position: relative;
  grid-row: 1 / 3;
  min-height: 8.5rem;
  background: #f1f5f9;
  overflow: hidden;
}

.strategy-sto-preview-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.strategy-sto-asset-tag {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  padding: 0.2rem 0.45rem;
  border-radius: 0.25rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.2;
  max-width: calc(100% - 1rem);
}

.strategy-sto-info {
  padding: 0.75rem 0.85rem 0.35rem;
  min-width: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.strategy-sto-name {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.strategy-sto-body {
  position: relative;
  grid-column: 2;
  padding: 0.55rem 0.85rem 0.75rem;
  min-width: 0;
}

.strategy-sto-lock {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(2px);
}

.strategy-sto-lock-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.strategy-sto-lock-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  background: rgba(15, 23, 42, 0.08);
  color: #475569;
}

.strategy-sto-lock-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #64748b;
}

.strategy-sto-secondary-tag {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: #64748b;
  min-height: 1rem;
}

.strategy-sto-secondary-tag:empty {
  display: none;
}

.strategy-sto-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 0.75rem;
}

.strategy-sto-highlight-key {
  font-size: 0.62rem;
  color: #94a3b8;
  line-height: 1.3;
}

.strategy-sto-highlight-val {
  margin-top: 0.1rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}

.strategy-sto-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.35rem;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.strategy-sto-tranche {
  display: inline-flex;
  margin-left: 0.35rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.strategy-sto-tranche--senior {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
}

.strategy-sto-tranche--junior {
  color: #b45309;
  background: rgba(245, 158, 11, 0.12);
}

.strategy-sto-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.strategy-sto-card-hit {
  display: block;
  color: inherit;
  text-decoration: none;
}

.strategy-sto-factsheet {
  margin: 0;
  padding: 0.45rem 0.85rem 0;
  font-size: 0.78rem;
}

.strategy-sto-factsheet a {
  color: var(--landing-accent, #2563eb);
  font-weight: 600;
  text-decoration: none;
}

.strategy-sto-factsheet a:hover {
  text-decoration: underline;
}

.strategy-sto-foot {
  padding: 0.55rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  border-top: 1px solid var(--landing-border);
  background: rgba(248, 250, 252, 0.85);
}

.strategy-sto-foot.is-verified {
  color: #047857;
}

.strategy-sto-foot.is-open {
  color: #047857;
  font-weight: 600;
}

.strategy-sto-foot.is-closed {
  color: #b45309;
  font-weight: 600;
}

.strategy-bench-verdict {
  margin: 0 0 1.25rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid #b45309;
  background: rgba(180, 83, 9, 0.08);
  font-size: 0.98rem;
  line-height: 1.5;
  color: #0f172a;
  max-width: 52rem;
}

.strategy-bench-verdict.is-over {
  border-left-color: #047857;
  background: rgba(4, 120, 87, 0.08);
}

.strategy-bench-section {
  margin: 0 0 1.75rem;
  max-width: 56rem;
}

.strategy-bench-table td.is-bench,
.strategy-bench-table tr.is-bench th,
.strategy-bench-table tr.is-bench td {
  background: rgba(37, 99, 235, 0.06);
}

.strategy-bench-source {
  margin: 0.75rem 0 0;
  max-width: 56rem;
}

.strategy-bench-source img {
  width: 100%;
  height: auto;
  border: 1px solid var(--landing-border, #e2e8f0);
  border-radius: 2px;
  background: #fff;
}

.strategy-bench-cap {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  color: var(--landing-muted, #64748b);
  line-height: 1.45;
}

.strategy-bench-cap a {
  color: #2563eb;
}

/* AB US product catalog */
.ab-vehicle-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
}

.ab-vehicle-chip {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.ab-vehicle-chip.is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.ab-vehicle-count {
  opacity: 0.7;
  font-weight: 500;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78em;
}

.ab-vehicle-heading {
  margin: 1.5rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.ab-vehicle-section:first-child .ab-vehicle-heading {
  margin-top: 0;
}

.ab-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .ab-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .ab-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ab-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.ab-product-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ab-product-card-body {
  flex: 1;
}

.ab-product-name {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 650;
  color: #0f172a;
  line-height: 1.3;
}

.ab-product-meta,
.ab-product-bench {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.4;
}

.ab-product-rets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.ab-ret {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  padding: 0.2rem 0.45rem;
  border-radius: 0.4rem;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.75rem;
  color: #334155;
}

.ab-ret em {
  font-style: normal;
  color: #94a3b8;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ab-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ab-product-links a {
  font-size: 0.78rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.ab-product-links a:hover {
  text-decoration: underline;
}

.ab-product-card.is-focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

/* legacy compact grid (unused) */

.strategies-detail-nav {
  margin-bottom: 0.75rem;
}

.strategies-back-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--landing-muted);
  text-decoration: none;
}

.strategies-back-link:hover {
  color: var(--landing-accent);
}

.strategies-hero--detail {
  margin-bottom: 1.25rem;
}

body.strategies-app-ready .geo-prerender--strategies {
  display: none;
}