/* Standalone research publish pages — extracted from vulcanconsultinggrp.com research-sample block.
   Upload once to Hostinger: /public_html/assets/research-publish.css */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.research-publish-nav {
  padding: 16px 24px;
  background: #05070a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.research-publish-nav a {
  color: #94c5fd;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9375rem;
}

.research-publish-nav a:hover {
  color: #bfdbfe;
}

/* ----- Earnings-call intelligence (full section) ----- */
.research-sample {
  padding: 88px 24px 96px;
  background: #070a0f;
  color: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  scroll-margin-top: 88px;
}

.research-sample .container-wide {
  max-width: 1100px;
  margin: 0 auto;
}

.research-sample-head {
  max-width: 720px;
  margin-bottom: 40px;
}

.research-sample-head h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}

.research-sample-head .sub {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.research-sample-head .disclaimer {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}

.research-sample-def {
  margin: 0 0 28px;
  max-width: 720px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.research-sample-def strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.research-sample-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}

.research-sample-stat {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.03);
}

.research-sample-stat .num {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
}

.research-sample-stat .lbl {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.research-sample-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 40px;
}

.research-sample-prose h3 {
  margin: 0 0 12px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.research-sample-prose p {
  margin: 0 0 14px;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.research-sample-prose p:last-child {
  margin-bottom: 0;
}

.research-sample-prose strong {
  color: #fff;
  font-weight: 600;
}

.chart-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px 18px 16px;
  background: rgba(0, 0, 0, 0.35);
}

.chart-panel h4 {
  margin: 0 0 16px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.chart-scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.35);
  margin: -8px 0 10px;
  padding-left: clamp(72px, 18vw, 100px);
}

.bar-chart-row {
  display: grid;
  grid-template-columns: clamp(72px, 18vw, 100px) 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.bar-chart-row .lab {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
  text-transform: lowercase;
}

.bar-track {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6366f1, #a78bfa);
}

.bar-fill.pos {
  background: linear-gradient(90deg, #059669, #34d399);
}

.bar-fill.neg {
  background: linear-gradient(90deg, #dc2626, #f87171);
}

.lm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lm-split .chart-panel h4 {
  margin-bottom: 12px;
}

.term-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.term-chip {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 10px 14px;
  min-width: 88px;
  background: rgba(255, 255, 255, 0.04);
}

.term-chip .t {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}

.term-chip .n {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.guidance-section-title {
  margin: 36px 0 14px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.guidance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}

.guidance-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 18px 16px 14px;
  background: rgba(255, 255, 255, 0.03);
}

.guidance-card .tag {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 4px 10px;
}

.guidance-card h5 {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  padding-right: 48px;
}

.guidance-card .val {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.guidance-card details {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}

.guidance-card summary {
  cursor: pointer;
  color: rgba(96, 165, 250, 0.95);
  font-weight: 600;
  list-style: none;
}

.guidance-card summary::-webkit-details-marker {
  display: none;
}

.guidance-card details p {
  margin: 10px 0 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}

.research-sample-foot {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.42);
}

.research-sample-back {
  margin: 28px 0 0;
  font-size: 0.9375rem;
}

.research-sample-back a {
  color: #94c5fd;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(147, 197, 253, 0.45);
}

.research-sample-back a:hover {
  color: #bfdbfe;
  border-bottom-color: rgba(191, 219, 254, 0.65);
}

@media (max-width: 900px) {
  .research-sample-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .research-sample-body {
    grid-template-columns: 1fr;
  }
  .lm-split {
    grid-template-columns: 1fr;
  }
  .guidance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .research-sample-stats {
    grid-template-columns: 1fr;
  }
}
