/* Hero Section */

.sr-hero .breadcrumb {
  justify-content: flex-start;
}
.sr-hero {
  background: #ffffff;
  padding: 80px 24px 60px;
  position: relative;
  overflow: hidden;
}

.sr-hi {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.sr-hi-l {
  max-width: 560px;
}

.sr-hb {
  font-size: 0.78rem;
  color: #6b7280;
  margin-bottom: 16px;
}

.sr-hb a {
  color: #4b5563;
  text-decoration: none;
}

.sr-hb a:hover {
  color: #290660;
  text-decoration: underline;
}

.sr-badge-row {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.sr-badge {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sr-badge-hot {
  background: #290660;
  color: #fff;
  border: 1px solid rgba(239, 68, 68, 0.15);
}

.sr-badge-g2 {
  background: rgba(41, 6, 96, 0.06);
  color: #290660;
  border: 1px solid rgba(41, 6, 96, 0.12);
}

.sr-hh {
  font-size: 2.8rem;
  font-weight: 900;
  color: #290660;
  line-height: 1.1;
  letter-spacing: -1.4px;
  margin-bottom: 16px;
}

.sr-hh span {
  background: linear-gradient(135deg, #29066078, #361d5f, var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sr-hs-sub {
  color: #000;
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto 34px;
  animation: fadeUp 0.5s ease 0.3s both;
  margin-bottom: 28px;
}

.sr-hc {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.sr-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.28s;
  font-family: inherit;
  cursor: pointer;
}

.sr-btn-p {
  background: #290660;
  color: white;
  box-shadow: 0 4px 16px rgba(41, 6, 96, 0.18);
}

.sr-btn-p:hover {
  background: #3b1791;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(41, 6, 96, 0.24);
}

.sr-btn-s {
  background: transparent;
  color: #374151;
  border: 1.5px solid #d1d5db;
}

.sr-btn-s:hover {
  border-color: #290660;
  color: #290660;
  background: rgba(41, 6, 96, 0.04);
}

.sr-sp {
  display: flex;
  gap: 16px;
  font-size: 0.78rem;
  color: #6b7280;
  flex-wrap: wrap;
}

.sr-sp em {
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #000;
}

.sr-ck {
  color: #290660;
  font-weight: 900;
}

/* ── Dashboard preview ─────────────────────────────────────── */

.sr-hd {
  background: rgba(41, 6, 96, 0.06);
  border: 1px solid #290660;
  border-radius: 16px;
  padding: 24px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.sr-hd-top {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.sr-hd-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.sr-hd-top i:nth-child(1) {
  background: #ef4444;
}
.sr-hd-top i:nth-child(2) {
  background: #f59e0b;
}
.sr-hd-top i:nth-child(3) {
  background: #10b981;
}

.sr-hd-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 14px;
}

.sr-hd-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.sr-hd-kpi {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
}

.sr-kv {
  font-size: 24px;
  font-weight: 600;
  color: #290660;
}

.sr-kl {
  font-size: 12px;
  font-weight: 600;
  color: #8c7ae6;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 4px;
}

.sr-kd {
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
  color: #6b7280;
}

.sr-ku {
  color: #10b981;
}

.sr-hd-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.sr-hd-tbl th {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #290660;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 8px 10px;
  border-bottom: 1px solid #290660;
}

.sr-hd-tbl td {
  padding: 10px;
  color: #000;
  border-bottom: 1px solid #290660;
}

.sr-pn {
  font-weight: 600;
  color: #290660;
}

.sr-tg {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
}

.sr-tg-g {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}
.sr-tg-y {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
}
.sr-tg-r {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .sr-hi {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sr-hh {
    font-size: 2.4rem;
  }
}

@media (max-width: 640px) {
  .sr-hero {
    padding: 60px 16px 40px;
  }
  .sr-hh {
    font-size: 2rem;
  }
  .sr-hc {
    flex-direction: column;
  }
  .sr-btn {
    width: 100%;
    justify-content: center;
  }
  .sr-hd-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .sr-sp {
    flex-direction: column;
    gap: 8px;
  }
  .table-solution-scroll {
    overflow: scroll;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .sr-hh {
    font-size: 1.75rem;
  }
  .sr-hd-kpis {
    grid-template-columns: 1fr;
  }
}

.sr-logos {
  padding: 32px 24px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.sr-logos-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}

.sr-logos-label {
  font-size: 14px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  white-space: nowrap;
}

.sr-logos-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px 36px;
  opacity: 0.75;
}

.sr-logos-strip span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #374151;
  white-space: nowrap;
  position: relative;
}

/* Optional: subtle hover / accent underline effect */
.sr-logos-strip span:hover {
  color: #290660;
}

.sr-logos-strip span:hover::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #290660, #5b21b6);
  opacity: 0.4;
  border-radius: 2px;
}

/* ── Responsive adjustments ─────────────────────────────────────── */

@media (max-width: 900px) {
  .sr-logos {
    padding: 28px 16px;
  }

  .sr-logos-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .sr-logos-strip {
    gap: 20px 32px;
  }

  .sr-logos-label {
    font-size: 0.78rem;
  }

  .sr-logos-strip span {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .sr-logos-strip {
    gap: 16px 24px;
    justify-content: center;
    text-align: center;
  }

  .sr-logos-strip span {
    font-size: 0.85rem;
  }
}

/* ── Section wrapper ───────────────────────────────────────────── */
.sr-section {
  padding: 64px 24px 40px;
  background: #ffffff;
}

.sr-section-center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}

.sr-section-label {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.sr-section-label-o {
  background: rgba(41, 6, 96, 0.07);
  color: #290660;
}

.sr-section-title {
  font-size: 2.1rem;
  font-weight: 900;
  color: #111827;
  line-height: 1.18;
  margin-bottom: 12px;
}

.sr-section-title span {
  background: linear-gradient(135deg, #290660, #6d28d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sr-section-subtitle {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.6;
}

/* ── Comparison layout ─────────────────────────────────────────── */
.sr-comparison-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  max-width: 1300px;
  margin: 0 auto;
  align-items: stretch;
}

.sr-comparison-card {
  border-radius: 14px;
  padding: 28px 20px;
  border: 1.5px solid;
}

.sr-rule-based {
  background: rgba(239, 68, 68, 0.03);
  border-color: rgba(239, 68, 68, 0.14);
}

.sr-ai-based {
  background: rgba(16, 185, 129, 0.03);
  border-color: rgba(16, 185, 129, 0.14);
}

.sr-comparison-header {
  text-align: center;
  margin-bottom: 20px;
}

.sr-emoji {
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.sr-comparison-title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.sr-comparison-subtitle {
  font-size: 0.78rem;
  color: #6b7280;
}

.sr-rule-based .sr-comparison-title {
  color: #ef4444;
}
.sr-ai-based .sr-comparison-title {
  color: #10b981;
}

/* ── Price bars ────────────────────────────────────────────────── */
.sr-price-bar-container {
  margin-bottom: 14px;
}

.sr-price-label-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  margin-bottom: 6px;
  color: #4b5563;
}

.sr-mono {
  /* font-family: "JetBrains Mono", monospace; */
  font-weight: 700;
}

.sr-rule {
  color: #ef4444;
}
.sr-ai {
  color: #10b981;
}

.sr-progress-bg {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
}

.sr-progress {
  height: 100%;
  border-radius: 3px;
  transition: width 0.4s ease;
}

.sr-rule-progress {
  background: #ef4444;
}
.sr-ai-progress {
  background: #10b981;
}

/* ── Result box ────────────────────────────────────────────────── */
.sr-result-box {
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  margin-top: 8px;
}

.sr-rule-result {
  background: rgba(239, 68, 68, 0.08);
}

.sr-ai-result {
  background: rgba(16, 185, 129, 0.08);
}

.sr-result-title {
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.sr-rule-result .sr-result-title {
  color: #ef4444;
}
.sr-ai-result .sr-result-title {
  color: #10b981;
}

.sr-result-value {
  /* font-family: "JetBrains Mono", monospace; */
  font-size: 1.1rem;
  font-weight: 800;
}

.sr-rule-result .sr-result-value {
  color: #ef4444;
}
.sr-ai-result .sr-result-value {
  color: #10b981;
}

/* ── VS separator ──────────────────────────────────────────────── */
.sr-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: #9ca3af;
  padding: 0 12px;
}

.sr-rule-based .sr-comparison-title {
  color: #c026d3;
}
.sr-rule-progress {
  background: #c026d3;
}
.sr-rule-result .sr-result-title,
.sr-rule-result .sr-result-value {
  color: #a855f7;
}
.sr-rule-result {
  background: rgba(192, 38, 211, 0.06);
}

.sr-ai-based .sr-comparison-title {
  color: #7c3aed;
}
.sr-ai-progress {
  background: #7c3aed;
}
.sr-ai-result .sr-result-title,
.sr-ai-result .sr-result-value {
  color: #6d28d9;
}
.sr-ai-result {
  background: rgba(124, 58, 237, 0.06);
}

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .sr-comparison-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sr-vs {
    padding: 0;
    height: 40px;
    font-size: 1.8rem;
    color: #d1d5db;
  }
  .sr-section {
    padding: 56px 16px 32px;
  }
  .sr-section-title {
    font-size: 1.85rem;
  }
}

@media (max-width: 480px) {
  .sr-section-title {
    font-size: 1.65rem;
  }
  .sr-comparison-card {
    padding: 24px 16px;
  }
  .sr-emoji {
    font-size: 1.4rem;
  }
}

/* ── Section ───────────────────────────────────────────────────── */
.sr-deep-dive-section {
  padding: 80px 20px 40px;
  background: #ffffff;
  max-width: 1300px;
  margin-inline: auto;
}

.sr-deep-dive-center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
}

.sr-deep-dive-label {
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.sr-deep-dive-label-b {
  background: rgba(26, 107, 255, 0.07);
  color: #1a6bff;
}

.sr-deep-dive-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #111827;
  line-height: 1.15;
  margin-bottom: 16px;
}

.sr-deep-dive-title span {
  background: linear-gradient(135deg, #290660, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sr-deep-dive-subtitle {
  font-size: 1.15rem;
  color: #4b5563;
  line-height: 1.6;
}

/* ── Tabs ──────────────────────────────────────────────────────── */
.sr-tabs {
  display: flex;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 32px;
  overflow-x: auto;
}

.sr-tab {
  flex: 1;
  min-width: 140px;
  padding: 14px 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #6b7280;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}

.sr-tab:hover {
  color: #290660;
}

.sr-tab.active-solutions {
  color: #290660;
  border-bottom: 3px solid #290660;
}

/* ── Panels ────────────────────────────────────────────────────── */
.sr-tab-panels > .sr-tab-panel {
  display: none;
}

.sr-tab-panels > .sr-tab-panel.active-solutions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.sr-tab-visual {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
}

.sr-visual-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #111827;
  text-align: center;
  margin-bottom: 20px;
}

.sr-tab-text h4 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #290660;
  margin-bottom: 12px;
}

.sr-tab-text p {
  font-size: 1.05rem;
  color: #000;
  line-height: 1.65;
  margin-bottom: 20px;
}

.sr-tab-text ul {
  list-style: none;
  font-size: 1rem;
  color: #000;
}

.sr-tab-text ul li {
  padding: 8px 0;
  position: relative;
  padding-left: 24px;
}

.sr-tab-text ul li::before {
  content: "→";
  color: #290660;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* ── Buy Box Signals Grid ──────────────────────────────────────── */
.sr-signals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.sr-signal-card {
  background: white;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  padding: 16px 12px;
  text-align: center;
}

.sr-signal-emoji {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.sr-signal-name {
  font-size: 0.85rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
}

.sr-signal-desc {
  font-size: 0.68rem;
  color: #6b7280;
}

/* Specific signal colors */
.sr-signal-price {
  border-color: #290660;
}
.sr-signal-fulfillment {
  border-color: #3b82f6;
}
.sr-signal-rating {
  border-color: #10b981;
}
.sr-signal-shipping {
  border-color: #f59e0b;
}
.sr-signal-stock {
  border-color: #6366f1;
}
.sr-signal-defect {
  border-color: #ef4444;
}

/* ── FBA vs FBM ────────────────────────────────────────────────── */
.sr-fba-fbm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sr-fulfillment-card {
  border: 1.5px solid;
  border-radius: 12px;
  padding: 20px;
}

.sr-fba {
  background: rgba(16, 185, 129, 0.04);
  border-color: rgba(16, 185, 129, 0.18);
}

.sr-fbm {
  background: rgba(59, 130, 246, 0.04);
  border-color: rgba(59, 130, 246, 0.18);
}

.sr-fulfillment-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.sr-fba .sr-fulfillment-title {
  color: #10b981;
}
.sr-fbm .sr-fulfillment-title {
  color: #3b82f6;
}

.sr-fulfillment-desc {
  font-size: 0.82rem;
  color: #4b5563;
  line-height: 1.55;
  margin-bottom: 12px;
}

.sr-fulfillment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sr-fulfillment-tags span {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}

.sr-fba .sr-fulfillment-tags span {
  background: rgba(16, 185, 129, 0.12);
  color: #065f46;
}

.sr-fbm .sr-fulfillment-tags span {
  background: rgba(59, 130, 246, 0.12);
  color: #1e40af;
}

/* ── Profit Steps ──────────────────────────────────────────────── */
.sr-profit-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sr-step {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
}

.sr-step-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 6px;
}

.sr-step-value {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.sr-step-value.good {
  color: #10b981;
}
.sr-step-value.accent {
  color: #290660;
}
.sr-step-value.bad {
  color: #ef4444;
}

.sr-progress-bar {
  height: 8px;
  background: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}

.sr-progress-fill {
  height: 100%;
}

.sr-progress-fill.good {
  background: linear-gradient(90deg, #10b981, #059669);
}
.sr-progress-fill.accent {
  background: linear-gradient(90deg, #290660, #7c3aed);
}
.sr-progress-fill.bad {
  background: linear-gradient(90deg, #ef4444, #dc2626);
}

/* ── Competitor Grid ───────────────────────────────────────────── */
.sr-competitor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.sr-competitor-card {
  border: 1px solid;
  border-radius: 10px;
  padding: 16px;
}

.sr-competitor-title {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.sr-competitor-desc {
  font-size: 0.78rem;
  color: #4b5563;
  line-height: 1.5;
}

.sr-competitor-card.bad {
  border-color: rgba(239, 68, 68, 0.3);
  background: rgba(239, 68, 68, 0.03);
}
.sr-competitor-card.good {
  border-color: rgba(16, 185, 129, 0.3);
  background: rgba(16, 185, 129, 0.03);
}
.sr-competitor-card.blue {
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(59, 130, 246, 0.03);
}
.sr-competitor-card.warning {
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(245, 158, 11, 0.03);
}

/* ── Summary boxes ─────────────────────────────────────────────── */
.sr-visual-summary {
  margin-top: 20px;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5;
}

.sr-visual-summary.dark {
  background: #290660;
  color: rgba(255, 255, 255, 0.85);
}

.sr-visual-summary.warning {
  background: rgba(245, 158, 11, 0.07);
  border: 1px solid rgba(245, 158, 11, 0.2);
  color: #92400e;
}

.sr-highlight-bad {
  color: #ef4444;
  font-weight: 700;
}
.sr-highlight-good {
  color: #10b981;
  font-weight: 700;
}
.sr-highlight-accent {
  color: #c084fc;
  font-weight: 700;
}
.sr-mono {
  /* font-family: "JetBrains Mono", monospace; */
}

.sample-data-output-amazon-container .stats-section {
  margin-bottom: 32px;
}

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .sr-tab-panels > .sr-tab-panel.active-solutions {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sr-deep-dive-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 640px) {
  .sr-deep-dive-section {
    padding: 60px 16px 32px;
  }
  .sr-tabs {
    /* flex-wrap: wrap; */
    gap: 8px;
  }
  .sr-tab {
    flex: none;
    padding: 12px 16px;
    font-size: 0.9rem;
  }
}

/* ── Results Section ───────────────────────────────────────────── */
.sr-results-section {
  padding: 80px 24px 60px;
  background: #ffffff;
}

/* ── Case Cards Grid ───────────────────────────────────────────── */
.sr-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1300px;
  margin: 40px auto 0px;
}

.sr-case-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 32px 28px;
  transition: all 0.28s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.sr-case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(41, 6, 96, 0.12);
  border-color: #290660;
}

.sr-case-indicator {
  font-size: 0.78rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  display: block;
}

.sr-case-title {
  font-size: 1.38rem;
  font-weight: 800;
  color: #290660;
  line-height: 1.3;
  margin-bottom: 24px;
  min-height: 80px;
}

/* ── Metrics ───────────────────────────────────────────────────── */
.sr-case-metrics {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sr-metric {
  text-align: center;
  padding: 16px;
  background: rgba(41, 6, 96, 0.02);
  border-radius: 10px;
  border: 1px solid rgba(41, 6, 96, 0.08);
  transition: all 0.2s;
}

.sr-metric:hover {
  background: rgba(41, 6, 96, 0.05);
}

.sr-metric-value {
  /* font-family: "JetBrains Mono", monospace; */
  font-size: 22px;
  font-weight: 600;
  color: #290660;
  line-height: 1;
  margin-bottom: 6px;
}

.sr-metric-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .sr-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sr-results-title {
    font-size: 2.3rem;
  }
  .sr-case-title {
    font-size: 1.28rem;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .sr-results-section {
    padding: 64px 16px 48px;
  }
  .sr-case-grid {
    grid-template-columns: 1fr;
  }
  .sr-results-title {
    font-size: 2rem;
  }
  .sr-case-card {
    padding: 28px 20px;
  }
  .sr-metric-value {
    font-size: 1.9rem;
  }
}

/* ── Testimonials Section ──────────────────────────────────────── */
.sr-testimonials-section {
  padding: 64px 24px;
  background: #ffffff;
}

.sr-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 32px;
  max-width: 1300px;
  margin: 0 auto;
}

.sr-testimonial-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.sr-testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(41, 6, 96, 0.14);
  border-color: rgba(41, 6, 96, 0.3);
}

.sr-testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(41, 6, 96, 0.08);
  line-height: 1;
  pointer-events: none;
}

/* Quote */
.sr-quote {
  font-size: 1.28rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 28px 0;
  font-style: normal;
  position: relative;
  z-index: 1;
}

/* Author */
.sr-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sr-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sr-author-info {
  flex: 1;
}

.sr-author-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
}

.sr-author-role {
  font-size: 0.92rem;
  color: #6b7280;
  line-height: 1.4;
}


.sr-hero .testimonial-section {
    position: absolute;
    top: -85px;
}

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .sr-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sr-testimonial-card {
    padding: 32px 24px;
  }

  .sr-hb .testimonial-section {
    display: none;
}
}

@media (max-width: 480px) {
  .sr-testimonials-section {
    padding: 48px 16px;
  }
  .sr-quote {
    font-size: 1.15rem;
  }
  .sr-avatar {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
}
