.elementor-3970 .elementor-element.elementor-element-f638ac9{--display:flex;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-53ba135 */.report-wrapper {
  --gray-0: #ffffff;
  --gray-1: #fcfcfc;
  --gray-2: #f8f8f8;
  --gray-3: #f3f3f3;
  --gray-4: #ededed;
  --gray-5: #e8e8e8;
  --gray-6: #e2e2e2;
  --gray-9: #8f8f8f;
  --gray-11: #6f6f6f;
  --gray-12: #171717;
  --green-bg: #eafad1;
  --green-accent: #7ab82e;
  --green-text: #3d6a0f;
  --red-bg: #fdf1f1;
  --red-accent: #e5484d;
  --yellow-bg: #fffbeb;
  --yellow-accent: #d97706;
  --blue-bg: #eff6ff;
  --blue-accent: #2563eb;

  font-family: 'Inter', sans-serif;
  background: var(--gray-2);
  color: var(--gray-12);
  font-size: 14px;
  line-height: 1.6;
  padding: 40px 0 80px;
}

.report-wrapper,
.report-wrapper *,
.report-wrapper *::before,
.report-wrapper *::after {
  box-sizing: border-box;
}

.report-wrapper a {
  color: var(--blue-accent);
  text-decoration: none;
}

.report-wrapper .page {
  margin: 0 auto;
  padding: 0 24px;
}

.report-wrapper .report-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding: 18px 28px;
  background: var(--gray-0);
  border: 1px solid var(--gray-6);
  border-radius: 12px;
}

.report-wrapper .logo-left img {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
}

.report-wrapper .logo-divider {
  width: 1px;
  height: 40px;
  background: var(--gray-6);
  flex-shrink: 0;
}

.report-wrapper .logo-right {
  text-align: right;
}

.report-wrapper .prepared-by {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-9);
  margin-bottom: 5px;
}

.report-wrapper .logo-right img {
  height: 28px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-left: auto;
}

.report-wrapper .report-header {
  background: var(--gray-0);
  border: 1px solid var(--gray-6);
  border-radius: 12px;
  padding: 32px 36px;
  margin-bottom: 20px;
}

.report-wrapper .report-header .label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-9);
  margin-bottom: 8px;
}

.report-wrapper .report-header h1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--gray-12);
  margin: 0 0 8px;
  line-height: 1.2;
}

.report-wrapper .report-header .meta {
  font-size: 13px;
  color: var(--gray-11);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
}

.report-wrapper .section {
  background: var(--gray-0);
  border: 1px solid var(--gray-6);
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 20px;
}

.report-wrapper .section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-12);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gray-4);
}

.report-wrapper .kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}

.report-wrapper .kpi-card {
  background: var(--gray-2);
  border: 1px solid var(--gray-5);
  border-radius: 10px;
  padding: 16px 18px;
}

.report-wrapper .kpi-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gray-9);
  margin-bottom: 6px;
}

.report-wrapper .kpi-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--gray-12);
  line-height: 1.1;
}

.report-wrapper .kpi-sub {
  font-size: 12px;
  color: var(--gray-11);
  margin-top: 3px;
}

.report-wrapper .table-wrap {
  width: 100%;
  overflow-x: auto;
}

.report-wrapper .data-table,
.report-wrapper .insight-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.report-wrapper .data-table th,
.report-wrapper .insight-table th {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gray-9);
  padding: 8px 12px;
  border-bottom: 1px solid var(--gray-5);
  white-space: nowrap;
}

.report-wrapper .data-table td,
.report-wrapper .insight-table td {
  padding: 12px;
  border-bottom: 1px solid var(--gray-4);
  vertical-align: top;
}

.report-wrapper .data-table tr:last-child td,
.report-wrapper .insight-table tr:last-child td {
  border-bottom: none;
}

.report-wrapper .data-table tr:hover td,
.report-wrapper .insight-table tr:hover td {
  background: var(--gray-1);
}

.report-wrapper .data-table .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  white-space: nowrap;
}

.report-wrapper .badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.report-wrapper .badge-winner {
  background: var(--green-bg);
  color: var(--green-text);
}

.report-wrapper .badge-solid {
  background: var(--blue-bg);
  color: var(--blue-accent);
}

.report-wrapper .badge-watch {
  background: var(--yellow-bg);
  color: var(--yellow-accent);
}

.report-wrapper .badge-loser {
  background: var(--red-bg);
  color: var(--red-accent);
}

.report-wrapper .badge-hold {
  background: var(--gray-3);
  color: var(--gray-11);
}

.report-wrapper .geo-grid,
.report-wrapper .hook-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.report-wrapper .geo-card,
.report-wrapper .hook-card {
  border: 1px solid var(--gray-5);
  border-radius: 10px;
  padding: 20px;
}

.report-wrapper .geo-card.uk {
  border-top: 3px solid var(--green-accent);
}

.report-wrapper .geo-card.ca {
  border-top: 3px solid var(--blue-accent);
}

.report-wrapper .geo-market,
.report-wrapper .hook-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-9);
  margin-bottom: 4px;
}

.report-wrapper .geo-spend {
  font-size: 22px;
  font-weight: 700;
  color: var(--gray-12);
}

.report-wrapper .geo-meta,
.report-wrapper .hook-rationale {
  font-size: 12px;
  color: var(--gray-11);
}

.report-wrapper .geo-verdict {
  padding-top: 12px;
  border-top: 1px solid var(--gray-4);
  font-size: 13px;
  line-height: 1.55;
  color: var(--gray-12);
  margin-top: 12px;
}

.report-wrapper .priority-row td:first-child {
  border-left: 3px solid var(--green-accent);
}

.report-wrapper .secondary-row td:first-child {
  border-left: 3px solid var(--blue-accent);
}

.report-wrapper .warning-row td:first-child {
  border-left: 3px solid var(--yellow-accent);
}

.report-wrapper .alert-row td:first-child {
  border-left: 3px solid var(--red-accent);
}

.report-wrapper .insight-title {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
  color: var(--gray-12);
}

.report-wrapper .insight-body,
.report-wrapper .insight-action,
.report-wrapper .hook-text,
.report-wrapper .step-body {
  font-size: 12.5px;
  color: var(--gray-11);
  line-height: 1.55;
}

.report-wrapper .insight-action {
  color: var(--gray-12);
}

.report-wrapper .insight-action strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.report-wrapper .quote {
  margin-top: 9px;
  font-style: italic;
  color: var(--gray-9);
  font-size: 12px;
  border-left: 2px solid rgba(0,0,0,0.1);
  padding-left: 10px;
  line-height: 1.6;
}

.report-wrapper .action-pill {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.report-wrapper .action-pill.urgent {
  background: var(--red-bg);
  color: var(--red-accent);
}

.report-wrapper .action-pill.high {
  background: var(--green-bg);
  color: var(--green-text);
}

.report-wrapper .action-pill.medium {
  background: var(--blue-bg);
  color: var(--blue-accent);
}

.report-wrapper .next-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.report-wrapper .step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.report-wrapper .step-num {
  min-width: 28px;
  height: 28px;
  background: var(--gray-12);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}

.report-wrapper .step-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
}

.report-wrapper .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  color: var(--gray-9);
}

@media (max-width: 620px) {
  .report-wrapper {
    padding: 24px 0 60px;
  }

  .report-wrapper .page {
    padding: 0 16px;
  }

  .report-wrapper .report-logos {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .report-wrapper .logo-divider {
    width: 100%;
    height: 1px;
  }

  .report-wrapper .logo-right {
    text-align: left;
  }

  .report-wrapper .logo-right img {
    margin-left: 0;
  }

  .report-wrapper .report-header,
  .report-wrapper .section {
    padding: 24px 20px;
  }

  .report-wrapper .report-header h1 {
    font-size: 22px;
  }

  .report-wrapper .kpi-grid,
  .report-wrapper .geo-grid,
  .report-wrapper .hook-grid {
    grid-template-columns: 1fr;
  }

  .report-wrapper .data-table,
  .report-wrapper .insight-table {
    min-width: 720px;
  }
}/* End custom CSS */