/* Restored from discovery/phase1/raw_html/%2Fq1-2026-digital-ma-report%2F.html — page styles (do not strip) */
/* Mobile grid stacking */
  @media (max-width: 768px) {
    [style*="grid-template-columns:repeat(4"] { grid-template-columns: repeat(2, 1fr) !important; }
    [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
    [style*="grid-template-columns:repeat(2"] { grid-template-columns: 1fr !important; }
    [style*="grid-template-columns:1fr 1fr"]  { grid-template-columns: 1fr !important; }
    [style*="grid-template-columns:2fr 1fr"]  { grid-template-columns: 1fr !important; }
    [style*="grid-template-columns:1fr 2fr"]  { grid-template-columns: 1fr !important; }
  }
  @media (max-width: 480px) {
    [style*="grid-template-columns:repeat(4"] { grid-template-columns: 1fr !important; }
  }

  /* Report-specific styles */
  .report-hero {
    background: linear-gradient(135deg, #050d1a 0%, #0a1628 40%, #0d2040 100%);
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
  }
  .report-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(37,99,235,0.12) 0%, transparent 60%);
    pointer-events: none;
  }
  .report-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37,99,235,0.15);
    border: 1px solid rgba(37,99,235,0.3);
    color: #60a5fa;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .report-badge::before {
    content: "";
    width: 7px; height: 7px;
    background: #2563eb;
    border-radius: 50%;
    display: inline-block;
  }
  .report-hero h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
  }
  .report-hero h1 span { color: #2563eb; }
  .report-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .report-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 13px;
  }
  .report-meta-item svg { color: #2563eb; }
  .report-intro {
    font-size: 1.1rem;
    color: #cbd5e1;
    line-height: 1.75;
    max-width: 720px;
    margin-bottom: 36px;
  }
  .report-download-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  /* Key metrics strip */
  .metrics-strip {
    background: #0d1f3c;
    border-top: 1px solid rgba(37,99,235,0.2);
    border-bottom: 1px solid rgba(37,99,235,0.2);
    padding: 28px 0;
  }
  .metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .metric-item {
    text-align: center;
    padding: 16px 20px;
    border-right: 1px solid rgba(255,255,255,0.06);
  }
  .metric-item:last-child { border-right: none; }
  .metric-value {
    font-size: 2rem;
    font-weight: 800;
    color: #2563eb;
    line-height: 1;
    margin-bottom: 6px;
  }
  .metric-label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  @media (max-width: 640px) {
    .metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .metric-item:nth-child(2) { border-right: none; }
    .metric-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.06); }
  }

  /* Report body */
  .report-body {
    background: #07111f;
    padding: 60px 0;
  }
  .report-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: start;
  }
  @media (max-width: 900px) {
    .report-layout { grid-template-columns: 1fr; }
    .report-toc { display: none; }
  }

  /* Article content */
  .report-content h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 48px 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(37,99,235,0.25);
  }
  .report-content h2:first-child { margin-top: 0; }
  .report-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #e2e8f0;
    margin: 32px 0 12px;
  }
  .report-content p {
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 18px;
    font-size: 0.97rem;
  }
  .report-content strong { color: #fff; }

  /* Deal table */
  .deal-table-wrap {
    overflow-x: auto;
    margin: 28px 0;
    border-radius: 10px;
    border: 1px solid rgba(37,99,235,0.2);
  }
  .deal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
  }
  .deal-table thead tr {
    background: rgba(37,99,235,0.15);
  }
  .deal-table th {
    padding: 12px 16px;
    text-align: left;
    color: #60a5fa;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .deal-table td {
    padding: 12px 16px;
    color: #cbd5e1;
    border-top: 1px solid rgba(255,255,255,0.05);
    vertical-align: top;
  }
  .deal-table tr:hover td { background: rgba(37,99,235,0.05); }
  .deal-table td:first-child { color: #fff; font-weight: 500; }
  .deal-value { color: #2563eb; font-weight: 700; white-space: nowrap; }
  .sector-tag {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .tag-media { background: rgba(37,99,235,0.2); color: #60a5fa; }
  .tag-fintech { background: rgba(34,197,94,0.15); color: #4ade80; }
  .tag-gaming { background: rgba(168,85,247,0.15); color: #c084fc; }
  .tag-saas { background: rgba(245,158,11,0.15); color: #fbbf24; }
  .tag-crypto { background: rgba(239,68,68,0.15); color: #f87171; }
  .tag-infra { background: rgba(20,184,166,0.15); color: #2dd4bf; }
  .tag-cyber { background: rgba(99,102,241,0.15); color: #a5b4fc; }

  /* Chart containers */
  .chart-block {
    margin: 36px 0;
    background: #0d1f3c;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(37,99,235,0.15);
  }
  .chart-block img {
    width: 100%;
    height: auto;
    display: block;
  }
  .chart-caption {
    padding: 12px 20px;
    font-size: 12px;
    color: #64748b;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-style: italic;
  }

  /* Callout boxes */
  .callout {
    background: rgba(37,99,235,0.08);
    border-left: 3px solid #2563eb;
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
    margin: 24px 0;
  }
  .callout p { margin: 0; color: #93c5fd; font-style: italic; font-size: 0.95rem; }
  .callout-source { font-size: 11px; color: #64748b; margin-top: 8px !important; }

  .callout-warning {
    background: rgba(245,158,11,0.08);
    border-left: 3px solid #f59e0b;
  }
  .callout-warning p { color: #fcd34d; }

  /* Outlook cards */
  .outlook-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
  }
  @media (max-width: 640px) { .outlook-grid { grid-template-columns: 1fr; } }
  .outlook-card {
    background: #0d1f3c;
    border: 1px solid rgba(37,99,235,0.2);
    border-radius: 10px;
    padding: 20px;
  }
  .outlook-card-num {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(37,99,235,0.3);
    line-height: 1;
    margin-bottom: 8px;
  }
  .outlook-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
  }
  .outlook-card p {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
  }

  /* TOC sidebar */
  .report-toc {
    position: sticky;
    top: 90px;
    background: #0d1f3c;
    border: 1px solid rgba(37,99,235,0.2);
    border-radius: 12px;
    padding: 24px;
  }
  .toc-title {
    font-size: 11px;
    font-weight: 700;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
  .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .toc-list li { margin-bottom: 4px; }
  .toc-list a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    display: block;
    padding: 5px 8px;
    border-radius: 6px;
    transition: all 0.2s;
  }
  .toc-list a:hover { color: #fff; background: rgba(37,99,235,0.1); }
  .toc-divider { border: none; border-top: 1px solid rgba(255,255,255,0.06); margin: 14px 0; }
  .toc-cta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .toc-cta p { font-size: 12px; color: #64748b; margin-bottom: 12px; }

  /* References */
  .references {
    background: #0a1628;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 40px 0;
  }
  .references h2 { font-size: 1.1rem; color: #94a3b8; margin-bottom: 20px; }
  .ref-list { list-style: none; padding: 0; margin: 0; }
  .ref-list li {
    font-size: 12px;
    color: #475569;
    margin-bottom: 8px;
    padding-left: 24px;
    position: relative;
    line-height: 1.6;
  }
  .ref-list li::before {
    content: attr(data-num);
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 600;
  }
  .ref-list a { color: #3b82f6; text-decoration: none; }
  .ref-list a:hover { text-decoration: underline; }
