.market-brief-panel {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 72px;
  padding: clamp(24px, 5vw, 48px);
  color: #fff;
  background: linear-gradient(135deg, #143d30, #071f17);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(7, 31, 23, 0.14);
}

.us-market-main .hero {
  min-height: auto;
  padding-bottom: 56px;
}

.market-scope-card {
  padding: clamp(24px, 4vw, 36px);
  color: #fff;
  background: var(--green-deep);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.market-scope-card h2 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.market-scope-card > p {
  margin: 0;
  color: #cbd8d2;
}

.market-proxy-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.market-proxy-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.market-proxy-card strong {
  grid-row: 1 / 3;
  align-self: center;
  color: #d6bd84;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 1.15rem;
}

.market-proxy-card span {
  font-weight: 700;
}

.market-proxy-card small {
  color: #cbd8d2;
}

.market-brief-jump {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.market-brief-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.market-brief-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.market-brief-heading p:not(.eyebrow) {
  max-width: 690px;
  margin: 12px 0 0;
  color: #cbd8d2;
}

.market-brief-heading .eyebrow {
  color: #d6bd84;
}

.market-brief-heading .primary-button {
  flex: none;
  color: #071f17;
  background: #d6bd84;
}

.market-brief-status {
  min-height: 28px;
  margin: 18px 0 0;
  color: #d6e2dc;
}

.market-brief-progress {
  height: 7px;
  margin-top: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}

.market-brief-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #d6bd84;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.market-brief-result {
  margin-top: 28px;
}

.market-brief-result > .muted {
  color: #cbd8d2;
}

.market-brief-market-read {
  margin: 8px 0 20px;
  color: #fff;
  font-weight: 700;
}

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

.market-brief-column {
  min-width: 0;
  padding: 20px;
  color: #10241d;
  background: #fffefa;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
}

.market-brief-column h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.market-brief-column p {
  margin: 0;
}

.market-brief-assets {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.market-brief-asset {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  padding: 12px;
  background: #f5f3ec;
  border: 1px solid #dfe3dc;
  border-radius: 12px;
}

.market-brief-asset strong {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 0.9rem;
}

.market-brief-asset small {
  color: #617069;
  font-size: 0.78rem;
}

.market-brief-asset .brief-change {
  align-self: center;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.market-brief-asset .brief-change.is-positive {
  color: #0b5e43;
}

.market-brief-asset .brief-change.is-negative {
  color: #a23030;
}

.market-brief-asset .brief-meta {
  grid-column: 1 / -1;
  color: #617069;
  font-size: 0.78rem;
}

.market-brief-ai-card {
  margin-top: 14px;
  padding: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
}

.market-brief-ai-card .eyebrow {
  color: #d6bd84;
}

.market-brief-ai-card p:last-child {
  margin: 0;
  line-height: 1.85;
}

.market-brief-warnings {
  margin: 14px 0 0;
  padding: 12px 14px;
  color: #f1e4c6;
  background: rgba(177, 138, 66, 0.18);
  border: 1px solid rgba(214, 189, 132, 0.28);
  border-radius: 12px;
  font-size: 0.88rem;
}

.market-brief-result .limitations {
  margin: 14px 0 0;
  color: #cbd8d2;
  background: rgba(255, 255, 255, 0.08);
}

.market-brief-result .whatsapp-direct-action {
  max-width: 360px;
  margin-top: 18px;
}

@media (max-width: 820px) {
  .market-brief-heading {
    flex-direction: column;
  }

  .market-brief-heading .primary-button {
    width: 100%;
  }

  .market-brief-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .market-brief-panel {
    width: min(100% - 24px, 1160px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .market-brief-progress span {
    transition: none;
  }
}
