/* Restored from discovery/phase1/raw_html/%2Fjurisdiction-comparison%2F.html — page styles (do not strip) */
/* ---- Page-specific styles ---- */
    .jct-hero {
      background: linear-gradient(135deg, #0D1B2E 0%, #131F3E 60%, #0a2040 100%);
      padding: 140px 0 80px;
      position: relative;
      overflow: hidden;
    }
    .jct-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(8,106,216,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8,106,216,0.06) 1px, transparent 1px);
      background-size: 48px 48px;
      pointer-events: none;
    }
    .jct-hero-inner { position: relative; z-index: 1; }
    .jct-hero h1 {
      font-size: clamp(2.2rem, 5vw, 3.6rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.15;
      margin-bottom: 20px;
    }
    .jct-hero p {
      font-size: 1.05rem;
      color: rgba(255,255,255,0.6);
      max-width: 580px;
      line-height: 1.8;
    }

    /* ---- Selector Section ---- */
    .jct-selector-section {
      background: #F4F9FC;
      padding: 60px 0 40px;
      border-bottom: 1px solid #e0e8f0;
    }
    .jct-selector-label {
      font-family: 'Rubik', sans-serif;
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #086AD8;
      margin-bottom: 16px;
      display: block;
    }
    .jct-selector-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #0D1B2E;
      margin-bottom: 8px;
    }
    .jct-selector-sub {
      font-size: 0.9rem;
      color: #888;
      margin-bottom: 32px;
    }
    .jct-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-bottom: 32px;
    }
    .jct-toggle {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #fff;
      border: 2px solid #e0e8f0;
      border-radius: 6px;
      padding: 12px 16px;
      cursor: pointer;
      transition: all 0.2s ease;
      font-family: 'Rubik', sans-serif;
      font-size: 0.82rem;
      font-weight: 400;
      color: #444;
      user-select: none;
    }
    .jct-toggle:hover { border-color: #086AD8; color: #086AD8; }
    .jct-toggle.selected {
      border-color: #086AD8;
      background: #086AD8;
      color: #fff;
    }
    .jct-toggle .flag { font-size: 1.2rem; line-height: 1; }
    .jct-toggle .check {
      margin-left: auto;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 2px solid rgba(255,255,255,0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all 0.2s;
    }
    .jct-toggle.selected .check {
      background: rgba(255,255,255,0.25);
      border-color: transparent;
    }
    .jct-toggle.selected .check::after {
      content: '✓';
      font-size: 0.65rem;
      color: #fff;
      font-weight: 700;
    }
    .jct-actions {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .jct-count {
      font-size: 0.82rem;
      color: #888;
    }
    .jct-count strong { color: #086AD8; }

    /* ---- Comparison Table ---- */
    .jct-table-section { padding: 60px 0 80px; }
    .jct-table-wrap {
      overflow-x: auto;
      border-radius: 8px;
      box-shadow: 0 4px 32px rgba(0,0,0,0.08);
      border: 1px solid #e0e8f0;
    }
    .jct-table {
      width: 100%;
      border-collapse: collapse;
      font-family: 'Rubik', sans-serif;
      font-size: 0.85rem;
      min-width: 700px;
    }
    .jct-table thead tr {
      background: #0D1B2E;
    }
    .jct-table thead th {
      padding: 20px 20px;
      text-align: left;
      color: rgba(255,255,255,0.9);
      font-family: 'Poppins', sans-serif;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      border-right: 1px solid rgba(255,255,255,0.07);
      white-space: nowrap;
    }
    .jct-table thead th:first-child {
      width: 200px;
      min-width: 180px;
      background: #071525;
    }
    .jct-table thead th .flag { font-size: 1.1rem; margin-right: 6px; }
    .jct-table tbody tr:nth-child(even) { background: #F4F9FC; }
    .jct-table tbody tr:nth-child(odd) { background: #fff; }
    .jct-table tbody tr:hover { background: #edf4fc; }
    .jct-table tbody td {
      padding: 16px 20px;
      border-right: 1px solid #e8eef5;
      border-bottom: 1px solid #e8eef5;
      vertical-align: top;
      line-height: 1.5;
      color: #444;
    }
    .jct-table tbody td:first-child {
      font-family: 'Poppins', sans-serif;
      font-size: 0.78rem;
      font-weight: 600;
      color: #0D1B2E;
      background: #f8fafc;
      border-right: 2px solid #e0e8f0;
      white-space: nowrap;
    }
    /* Rating badges */
    .rating {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 3px;
      margin-bottom: 6px;
    }
    .rating.green { background: #e6f4ea; color: #1a7a3a; }
    .rating.amber { background: #fff3e0; color: #b45309; }
    .rating.red { background: #fde8e8; color: #b91c1c; }
    .rating.blue { background: #e8f0fe; color: #1a56db; }
    .cell-note {
      display: block;
      font-size: 0.78rem;
      color: #666;
      line-height: 1.5;
      margin-top: 4px;
    }

    /* ---- Empty state ---- */
    .jct-empty {
      text-align: center;
      padding: 80px 40px;
      color: #999;
    }
    .jct-empty h3 { font-size: 1.2rem; color: #0D1B2E; margin-bottom: 8px; }
    .jct-empty p { font-size: 0.9rem; }

    /* ---- CTA band ---- */
    .jct-cta {
      background: #0D1B2E;
      padding: 80px 0;
      text-align: center;
    }
    .jct-cta h2 { color: #fff; font-size: 2rem; margin-bottom: 16px; }
    .jct-cta p { color: rgba(255,255,255,0.6); max-width: 520px; margin: 0 auto 32px; line-height: 1.8; }

    /* ---- Disclaimer ---- */
    .jct-disclaimer {
      padding: 24px 0 8px;
      text-align: center;
    }
    .jct-disclaimer p {
      font-size: 0.68rem;
      color: #bbb;
      line-height: 1.6;
      max-width: 860px;
      margin: 0 auto;
    }

    /* ---- Responsive ---- */
    @media (max-width: 900px) {
      .jct-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .jct-grid { grid-template-columns: 1fr 1fr; }
      .jct-toggle { font-size: 0.75rem; padding: 10px 12px; }
    }

/* Mobile grid stacking - overrides inline styles */
    @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; }
    }
