.elementor-72094 .elementor-element.elementor-element-3bc2faa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-63a3cbc *//* ---------- Shared tokens (aligned with About page) ---------- */
    :root {
      --ws-max: 1120px;

      --ws-bg-page: #f5f5f5;
      --ws-bg-card: #ffffff;
      --ws-bg-soft: #f3f4f6;
      --ws-bg-dark: #020617;

      --ws-ink: #0f172a;
      --ws-text: #4b5563;
      --ws-text-muted: #6b7280;

      --ws-line: #e5e7eb;
      --ws-line-soft: #d1d5db;

      --ws-brand: #2563eb;
      --ws-accent: #22c55e;

      --ws-radius-lg: 18px;
      --ws-shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.08);
    }

    .ws-insights-shell {
      background: var(--ws-bg-page);
      padding: 72px 16px 88px;
      font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
      color: var(--ws-text);
    }

    .ws-insights-wrap {
      max-width: var(--ws-max);
      margin: 0 auto;
    }

    /* ---------- Kicker + badges ---------- */
    .ws-insights-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 11px;
      border-radius: 999px;
      background: #eef2ff;
      color: #4f46e5;
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .ws-insights-kicker-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #22c55e;
      box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.25);
      animation: ws-insights-pulse 1.6s ease-in-out infinite alternate;
    }

    @keyframes ws-insights-pulse {
      from {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
      }
      to {
        transform: scale(1.16);
        box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.30);
      }
    }

    /* ---------- Hero ---------- */
    .ws-insights-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
      gap: 32px;
      align-items: flex-start;
      margin-bottom: 32px;
    }

    .ws-insights-hero-title {
      margin: 0 0 8px;
      font-size: 32px;
      line-height: 1.15;
      font-weight: 700;
      color: var(--ws-ink);
      letter-spacing: -0.02em;
    }

    .ws-insights-hero-sub {
      margin: 0 0 16px;
      font-size: 14.5px;
      line-height: 1.8;
      color: var(--ws-text);
    }

    .ws-insights-hero-meta {
      margin: 0;
      font-size: 12px;
      line-height: 1.7;
      color: var(--ws-text-muted);
    }

    /* Hero featured card on the right */
    .ws-insights-featured {
      background: var(--ws-bg-card);
      border-radius: 22px;
      border: 1px solid var(--ws-line);
      box-shadow: var(--ws-shadow-soft);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .ws-insights-featured-thumb {
      aspect-ratio: 16/9;
      background: #e5e7eb;
      overflow: hidden;
    }

    .ws-insights-featured-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.25s ease-out;
    }

    .ws-insights-featured:hover .ws-insights-featured-thumb img {
      transform: scale(1.04);
    }

    .ws-insights-featured-body {
      padding: 18px 20px 18px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .ws-insights-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--ws-text-muted);
    }

    .ws-insights-tag-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: rgba(37, 99, 235, 0.9);
    }

    .ws-insights-featured-title {
      margin: 0;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 600;
      color: var(--ws-ink);
    }

    .ws-insights-featured-excerpt {
      margin: 0;
      font-size: 13px;
      line-height: 1.7;
      color: var(--ws-text);
    }

    .ws-insights-meta-row {
      margin-top: 4px;
      font-size: 11px;
      color: var(--ws-text-muted);
    }

    .ws-insights-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 12px;
      font-size: 13px;
      font-weight: 500;
      color: var(--ws-brand);
      text-decoration: none;
    }

    .ws-insights-link svg {
      width: 14px;
      height: 14px;
    }

    /* ---------- Category pills row ---------- */
    .ws-insights-pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 24px;
    }

    .ws-insights-pill {
      border-radius: 999px;
      padding: 6px 13px;
      border: 1px solid var(--ws-line-soft);
      font-size: 12px;
      background: #ffffff;
      color: #374151;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.16s ease, border-color 0.16s ease,
        color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
    }

    .ws-insights-pill:hover {
      background: #eef2ff;
      border-color: rgba(37, 99, 235, 0.5);
      color: #1d4ed8;
      transform: translateY(-1px);
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    }

    .ws-insights-pill.ws-insights-pill-active {
      background: #111827;
      border-color: #111827;
      color: #e5e7eb;
    }

    /* ---------- Main layout: left list + right sidebar ---------- */
    .ws-insights-main {
      display: grid;
      grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
      gap: 28px;
      align-items: flex-start;
    }

    /* Left column – article list */
    .ws-insights-list {
      display: grid;
      gap: 16px;
    }

    .ws-insights-card {
      display: grid;
      grid-template-columns: 120px minmax(0, 1fr);
      gap: 16px;
      padding: 14px 16px;
      border-radius: 16px;
      background: #ffffff;
      border: 1px solid var(--ws-line);
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
      text-decoration: none;
      color: inherit;
      transition: transform 0.16s ease, box-shadow 0.16s ease,
        border-color 0.16s ease, background 0.16s ease;
    }

    .ws-insights-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
      border-color: rgba(37, 99, 235, 0.45);
      background: radial-gradient(circle at top left, #eff6ff 0, #ffffff 60%);
    }

    .ws-insights-card-thumb {
      border-radius: 12px;
      overflow: hidden;
      background: #e5e7eb;
      aspect-ratio: 4/3;
    }

    .ws-insights-card-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.25s ease-out;
    }

    .ws-insights-card:hover .ws-insights-card-thumb img {
      transform: scale(1.04);
    }

    .ws-insights-card-body {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .ws-insights-card-title {
      margin: 0;
      font-size: 15px;
      line-height: 1.5;
      font-weight: 600;
      color: var(--ws-ink);
    }

    .ws-insights-card-excerpt {
      margin: 0;
      font-size: 13px;
      line-height: 1.6;
      color: var(--ws-text);
    }

    .ws-insights-card-meta {
      margin-top: 4px;
      font-size: 11px;
      color: var(--ws-text-muted);
    }

    /* Right column – sidebar */
    .ws-insights-sidebar {
      display: grid;
      gap: 16px;
    }

    .ws-insights-sidebar-block {
      background: #ffffff;
      border-radius: 18px;
      border: 1px solid var(--ws-line);
      padding: 16px 18px 16px;
      box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
    }

    .ws-insights-sidebar-title {
      margin: 0 0 8px;
      font-size: 14px;
      font-weight: 600;
      color: var(--ws-ink);
    }

    .ws-insights-sidebar-text {
      margin: 0 0 10px;
      font-size: 13px;
      line-height: 1.7;
      color: var(--ws-text);
    }

    .ws-insights-sidebar-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 6px;
    }

    .ws-insights-sidebar-list a {
      font-size: 13px;
      color: #1d4ed8;
      text-decoration: none;
    }

    .ws-insights-sidebar-list a:hover {
      text-decoration: underline;
    }

    .ws-insights-cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      padding: 9px 16px;
      font-size: 13px;
      font-weight: 500;
      text-decoration: none;
      background: #0f172a;
      color: #f9fafb;
      border: 1px solid #0f172a;
      transition: transform 0.16s ease, box-shadow 0.16s ease,
        background 0.16s ease, border-color 0.16s ease;
    }

    .ws-insights-cta-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.6);
      background: #020617;
      border-color: #020617;
    }

    /* ---------- “All posts grid” section below main ---------- */
    .ws-insights-grid-section {
      margin-top: 40px;
    }

    .ws-insights-grid-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 16px;
      margin-bottom: 16px;
    }

    .ws-insights-grid-title {
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      color: var(--ws-ink);
    }

    .ws-insights-grid-sub {
      margin: 2px 0 0;
      font-size: 13px;
      color: var(--ws-text-muted);
    }

    .ws-insights-grid {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ws-insights-grid-card {
      display: flex;
      flex-direction: column;
      background: #ffffff;
      border-radius: 18px;
      border: 1px solid var(--ws-line);
      box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
      text-decoration: none;
      color: inherit;
      overflow: hidden;
      transition: transform 0.18s ease, box-shadow 0.18s ease,
        border-color 0.18s ease;
    }

    .ws-insights-grid-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
      border-color: rgba(37, 99, 235, 0.45);
    }

    .ws-insights-grid-thumb {
      aspect-ratio: 16/9;
      background: #e5e7eb;
      overflow: hidden;
    }

    .ws-insights-grid-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.25s ease-out;
    }

    .ws-insights-grid-card:hover .ws-insights-grid-thumb img {
      transform: scale(1.04);
    }

    .ws-insights-grid-body {
      padding: 16px 18px 16px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      min-height: 150px;
    }

    .ws-insights-grid-cat {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--ws-text-muted);
    }

    .ws-insights-grid-title-sm {
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      color: var(--ws-ink);
    }

    .ws-insights-grid-excerpt {
      margin: 0;
      font-size: 13px;
      line-height: 1.7;
      color: var(--ws-text);
    }

    .ws-insights-grid-meta {
      margin-top: auto;
      font-size: 11px;
      color: var(--ws-text-muted);
    }

    /* ---------- Responsive ---------- */
    @media (max-width: 1024px) {
      .ws-insights-hero {
        grid-template-columns: minmax(0, 1fr);
      }
      .ws-insights-main {
        grid-template-columns: minmax(0, 1fr);
      }
      .ws-insights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .ws-insights-shell {
        padding: 56px 12px 64px;
      }
      .ws-insights-hero-title {
        font-size: 24px;
      }
      .ws-insights-hero-sub {
        font-size: 13px;
      }
      .ws-insights-card {
        grid-template-columns: minmax(0, 1fr);
      }
      .ws-insights-card-thumb {
        max-width: 220px;
      }
      .ws-insights-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }/* End custom CSS */