
    
    .ws-hf,
    .ws-hf * {
      box-sizing: border-box;
    }

    .ws-hf {
      --ws-primary: #000b58;
      --ws-blue: #0054e2;
      --ws-deep-blue: #092f94;
      --ws-sky: #91d8ff;
      --ws-orange: #ff9800;
      --ws-orange-dark: #ff7a00;
      --ws-text: #000b58;
      --ws-muted: #2b397c;
      --ws-border: rgba(0, 11, 88, 0.14);
      --ws-shadow: 0 12px 35px rgba(0, 11, 88, 0.08);
      font-family: "Poppins", Arial, sans-serif;
      color: var(--ws-text);
      background: #fff;
      width: 100%;
      overflow-x: hidden;
      max-width: 100%;
    }

    /* Force 1400px desktop layout even inside full-width WordPress sections */
    .ws-hf .ws-header,
    .ws-hf .ws-footer {
      width: 100%;
    }

    .ws-hf a {
      color: inherit;
      text-decoration: none;
    }

    .ws-hf img,
    .ws-hf svg {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .ws-hf-container {
      width: 100%;
      max-width: 1400px !important;
      margin: 0 auto !important;
      padding: 0 14px;
    }

    /* ======================== TOP BAR ======================== */
    .ws-topbar {
      min-height: 52px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      color: var(--ws-primary);
      font-weight: 700;
      font-size: 18px;
      line-height: 1;
    }

    .ws-top-left,
    .ws-top-right {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 0;
    }

    .ws-follow {
      white-space: nowrap;
      font-size: 18px;
      font-weight: 700;
    }

    .ws-social-icons {
      display: flex;
      align-items: center;
      gap: 18px;
      font-size: 22px;
    }

    .ws-social-icons a,
    .ws-top-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--ws-primary);
      transition: transform .2s ease, color .2s ease;
    }

    .ws-social-icons a:hover,
    .ws-top-contact:hover {
      color: var(--ws-blue);
      transform: translateY(-1px);
    }

    .ws-top-contact {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 0 18px;
      border-left: 1px solid var(--ws-border);
      white-space: nowrap;
      font-size: 18px;
      font-weight: 700;
      color: var(--ws-primary);
    }

    .ws-top-contact i {
      font-size: 22px;
      line-height: 1;
    }

    .ws-order-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 42px;
      padding: 0 18px;
      border: 2px solid rgba(0, 11, 88, .46);
      border-radius: 3px;
      font-size: 17px;
      font-weight: 700;
      background: #fff;
      color: var(--ws-primary);
      white-space: nowrap;
      transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .ws-order-btn:hover {
      background: #f4f8ff;
      border-color: var(--ws-primary);
      transform: translateY(-1px);
    }

    /* ======================== MAIN HEADER ======================== */
    .ws-main-header {
      margin: 0 0 30px;
      min-height: 118px;
      background: var(--ws-sky);
      border-radius: 8px;
      padding: 18px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .ws-logo {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      gap: 15px;
      min-width: 320px;
    }

    .ws-logo-img {
      width: 300px;
      max-width: 100%;
      height: auto;
      display: block;
    }

    .ws-logo-text-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 0;
    }

    .ws-logo-name {
      display: flex;
      align-items: flex-end;
      gap: 4px;
      font-size: clamp(44px, 3.5vw, 68px);
      line-height: .86;
      font-weight: 800;
      letter-spacing: -2.2px;
      color: var(--ws-blue);
    }

    .ws-logo-name .ws-sure {
      color: #ff6a00;
    }

    .ws-logo-name .ws-arrow {
      width: 28px;
      height: 28px;
      margin-left: -3px;
      margin-bottom: 6px;
      background: #ff6a00;
      clip-path: polygon(0 35%, 63% 35%, 63% 0, 100% 50%, 63% 100%, 63% 65%, 0 65%);
      transform: rotate(-25deg);
    }

    .ws-tagline {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 12px;
      font-size: 16px;
      font-weight: 700;
      color: var(--ws-primary);
      white-space: nowrap;
    }

    .ws-tagline::before,
    .ws-tagline::after {
      content: "";
      width: 70px;
      height: 2px;
      background: var(--ws-blue);
    }

    .ws-main-nav {
      flex: 1 1 auto;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(14px, 1.7vw, 26px);
      min-width: 0;
    }

    .ws-nav-link {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      font-size: clamp(14px, 1.05vw, 16px);
      line-height: 1;
      font-weight: 600;
      color: var(--ws-primary);
      white-space: nowrap;
      transition: transform .2s ease, color .2s ease;
    }

    .ws-nav-link:hover {
      transform: translateY(-1px);
      color: var(--ws-blue);
    }

    .ws-nav-link i {
      font-size: 18px;
      font-weight: 400;
    }


    /* ======================== HEADER SVG ICONS ======================== */
    .ws-header-svg-icon {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      display: inline-block;
      color: currentColor;
      stroke: currentColor;
      fill: none;
      stroke-width: 2.35;
      stroke-linecap: round;
      stroke-linejoin: round;
      vertical-align: middle;
    }

    .ws-top-icon .ws-header-svg-icon,
    .ws-top-contact .ws-header-svg-icon {
      width: 24px;
      height: 24px;
      flex-basis: 24px;
    }

    .ws-order-btn .ws-header-svg-icon {
      width: 21px;
      height: 21px;
      flex-basis: 21px;
      fill: currentColor;
      stroke: none;
    }

    .ws-pill-btn .ws-header-svg-icon,
    .ws-solid-btn .ws-header-svg-icon {
      width: 19px;
      height: 19px;
      flex-basis: 19px;
    }

    .ws-header-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      flex: 0 0 auto;
    }

    .ws-pill-btn,
    .ws-solid-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 13px;
      min-height: 48px;
      padding: 0 20px;
      border-radius: 28px;
      border: 3px solid var(--ws-primary);
      color: var(--ws-primary);
      font-size: 16px;
      font-weight: 800;
      white-space: nowrap;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .ws-pill-btn:hover {
      background: rgba(255,255,255,.28);
      transform: translateY(-2px);
      box-shadow: 0 12px 20px rgba(0, 11, 88, .12);
    }

    .ws-solid-btn {
      border: 0;
      border-radius: 7px;
      background: var(--ws-orange);
      color: #0d1100;
      min-width: 170px;
      min-height: 50px;
    }

    .ws-solid-btn:hover {
      background: var(--ws-orange-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 20px rgba(255, 152, 0, .26);
    }

    /* ======================== CTA STRIP ======================== */
    .ws-footer {
      background: linear-gradient(to bottom, #fff 0%, #fbfcff 45%, #fff 100%);
      padding-top: 10px;
    }

    .ws-help-card {
      width: 100%;
      margin: 0 auto 60px;
      min-height: 139px;
      border-radius: 5px;
      background: var(--ws-deep-blue);
      color: #fff;
      padding: 29px 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }

    .ws-help-card h2 {
      margin: 0 0 12px;
      color: #fff;
      font-size: clamp(25px, 2vw, 34px);
      line-height: 1.1;
      font-weight: 700;
      letter-spacing: -1px;
    }

    .ws-help-card p {
      max-width: 990px;
      margin: 0;
      color: #fff;
      font-size: 15px;
      line-height: 1.7;
      font-weight: 400;
    }

    .ws-help-card .ws-solid-btn {
      min-width: 220px;
      min-height: 55px;
      font-size: 18px;
      border-radius: 5px;
      font-weight: 700;
    }

    /* ======================== FOOTER GRID ======================== */
    .ws-footer-grid {
      display: grid;
      grid-template-columns: 1.9fr 1fr 1fr 1fr 1fr;
      gap: 56px;
      padding: 0 10px 56px;
      align-items: start;
    }

    .ws-footer-about {
      padding-top: 0;
    }

    .ws-footer-logo {
      width: 280px;
      max-width: 100%;
      margin: 0 0 18px;
    }

    .ws-footer-about p {
      margin: 0;
      max-width: 410px;
      color: var(--ws-muted);
      font-size: 14px;
      line-height: 1.75;
      font-weight: 400;
    }

    .ws-footer-column h3 {
      margin: 0 0 18px;
      font-size: 17px;
      line-height: 1.2;
      font-weight: 700;
      color: var(--ws-primary);
    }

    .ws-footer-column ul {
      margin: 0 0 28px;
      padding: 0;
      list-style: none;
    }

    .ws-footer-column li {
      margin: 0 0 13px;
      padding: 0;
      list-style: none;
    }

    .ws-footer-column a {
      color: var(--ws-muted);
      font-size: 13px;
      line-height: 1.25;
      font-weight: 400;
      transition: color .2s ease, transform .2s ease;
      display: inline-block;
    }

    .ws-footer-column a:hover {
      color: var(--ws-blue);
      transform: translateX(2px);
    }

    .ws-blog-card {
      display: block;
      width: 180px;
      min-height: 134px;
      margin-top: 32px;
      padding: 24px 20px;
      border-radius: 5px;
      background: var(--ws-primary);
      color: #fff;
      text-align: center;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .ws-blog-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 24px rgba(0, 11, 88, .2);
    }

    .ws-blog-badge {
      display: inline-block;
      padding: 6px 13px;
      background: #fff;
      color: var(--ws-primary);
      border-radius: 3px;
      font-size: 10px;
      font-weight: 800;
      margin-bottom: 15px;
    }

    .ws-blog-title {
      display: block;
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 13px;
    }

    .ws-blog-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: rgba(255,255,255,.48);
      font-size: 15px;
      font-weight: 700;
    }



    /* ======================== FOOTER TRUST / REGISTRATION LOGOS ======================== */
    .ws-trust-logos {
      display: grid;
      grid-template-columns: repeat(3, minmax(72px, 1fr));
      align-items: center;
      gap: 18px;
      margin-top: 30px;
      max-width: 360px;
    }

    .ws-trust-logo-card {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px;
      background: #fff;
      border-radius: 10px;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .ws-trust-logo-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(0, 11, 88, .08);
    }

    .ws-trust-logo-card img {
      width: auto;
      max-width: 100%;
      max-height: 68px;
      object-fit: contain;
    }

    .ws-trust-logo-card.ws-trust-income-tax img {
      max-height: 78px;
    }



    /* ======================== FULL-WIDTH EXPERT IMAGE UNDER FOOTER ======================== */
    .ws-footer-expert-banner {
      width: 100%;
      margin: 0;
      padding: 0;
      background: #fff;
      line-height: 0;
      overflow: hidden;
    }

    .ws-footer-expert-banner a {
      display: block;
      width: 100%;
    }

    .ws-footer-expert-banner img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      object-fit: cover;
    }

    /* ======================== BOTTOM BAR ======================== */
    .ws-bottom {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 32px;
      align-items: end;
      padding: 0 10px 42px;
    }

    .ws-policy-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 26px;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(0,0,0,.05);
      max-width: 920px;
    }

    .ws-policy-links a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 700;
      color: var(--ws-primary);
    }

    .ws-policy-links a:hover {
      color: var(--ws-blue);
    }

    .ws-copyright {
      margin: 12px 0 0;
      max-width: 900px;
      color: var(--ws-muted);
      font-size: 10px;
      line-height: 1.6;
    }

    .ws-footer-social {
      text-align: center;
      min-width: 280px;
    }

    .ws-footer-social p {
      margin: 0 0 11px;
      color: var(--ws-primary);
      font-size: 19px;
      font-weight: 700;
    }

    .ws-footer-social .ws-social-icons {
      justify-content: center;
      gap: 14px;
      font-size: 31px;
    }

    /* ======================== RESPONSIVE ======================== */
    @media (max-width: 1500px) {
      .ws-topbar { font-size: 18px; }
      .ws-top-contact { font-size: 18px; padding: 0 18px; }
      .ws-social-icons { gap: 18px; }
      .ws-main-header { gap: 24px; padding: 24px 22px; }
      .ws-logo { min-width: 300px; }
      .ws-logo-img { width: 300px; }
      .ws-main-nav { gap: 30px; }
      .ws-nav-link { font-size: 15px; }
      .ws-pill-btn, .ws-solid-btn { font-size: 15px; min-height: 46px; padding: 0 16px; }
      .ws-solid-btn { min-width: 155px; }
      .ws-footer-grid { gap: 34px; }
    }

    @media (max-width: 1200px) {
      .ws-topbar,
      .ws-top-left,
      .ws-top-right {
        flex-wrap: wrap;
        justify-content: center;
      }
      .ws-topbar { padding: 10px 0; gap: 10px; }
      .ws-main-header {
        flex-wrap: wrap;
        justify-content: center;
      }
      .ws-logo { min-width: 0; width: 100%; justify-content: center; }
      .ws-main-nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; }
      .ws-header-actions { order: 2; flex-wrap: wrap; justify-content: center; }
      .ws-footer-grid { grid-template-columns: repeat(4, 1fr); }
      .ws-footer-about { grid-column: 1 / -1; padding-top: 0; }
      .ws-footer-about p { max-width: 100%; }
    }

    @media (max-width: 900px) {
      .ws-help-card { flex-direction: column; align-items: flex-start; margin-bottom: 50px; }
      .ws-footer-grid { grid-template-columns: repeat(2, 1fr); }
      .ws-bottom { grid-template-columns: 1fr; }
      .ws-footer-social { text-align: left; min-width: 0; }
      .ws-footer-social .ws-social-icons { justify-content: flex-start; }
    }

    @media (max-width: 640px) {
      .ws-hf-container { padding: 0 8px; }
      .ws-top-left, .ws-top-right { gap: 12px; }
      .ws-follow { width: 100%; text-align: center; }
      .ws-top-contact { border-left: 0; padding: 0 6px; font-size: 15px; }
      .ws-order-btn { width: 100%; justify-content: center; font-size: 16px; }
      .ws-main-header { margin: 0 6px 22px; padding: 22px 14px; }
      .ws-logo { gap: 10px; }
      .ws-logo-img { width: 260px; }
      .ws-main-nav { gap: 18px; }
      .ws-nav-link { font-size: 16px; }
      .ws-nav-link i { font-size: 20px; }
      .ws-header-actions { width: 100%; gap: 12px; }
      .ws-pill-btn, .ws-solid-btn { width: 100%; min-height: 50px; font-size: 16px; }
      .ws-help-card { padding: 24px 20px; }
      .ws-footer-grid { grid-template-columns: 1fr; gap: 8px; }
      .ws-policy-links { gap: 14px; }
      .ws-blog-card { width: 100%; max-width: 220px; }
    }
  

    @media (max-width: 640px) {
      .ws-trust-logos {
        grid-template-columns: repeat(2, minmax(110px, 1fr));
        max-width: 100%;
        gap: 14px;
      }
      .ws-trust-logo-card {
        min-height: 72px;
      }
    }


    /* ======================== INTEGRATED SIDEBAR SECTION ======================== */
    .ws-sidebar-integrated-section {
      width: 100%;
      padding: 0 0 44px;
      background: #fff;
    }

    .ws-sidebar-integrated-shell {
      width: 100%;
      max-width: 420px;
      margin: 0 0 0 auto;
    }

    @media (max-width: 900px) {
      .ws-sidebar-integrated-shell {
        max-width: 100%;
        margin: 0 auto;
      }
    }

    /* ======================== SIDEBAR CODE ======================== */
.ws-sidebar-wrapper {
    width: 100%;
    max-width: 100%;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
  }

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

  .ws-sidebar-banner {
    display: block;
    width: 100%;
    max-width: 100%;
    clear: both;
    margin: 0 0 18px 0;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  }

  .ws-sidebar-banner.ws-sidebar-banner-bottom {
    margin: 18px 0 0 0;
  }

  .ws-sidebar-media {
    display: block;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    line-height: 0;
  }

  .ws-sidebar-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .ws-sidebar-cta {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    background: #0f766e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease;
  }

  .ws-sidebar-cta:hover {
    background: #115e59;
    color: #ffffff;
  }

  .ws-sidebar-section {
    display: block;
    width: 100%;
    max-width: 100%;
    clear: both;
    margin: 0 0 18px 0;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: visible;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  }

  .ws-sidebar-section:last-child {
    margin-bottom: 0;
  }

  .ws-sidebar-section h2 {
    margin: 0 0 16px 0;
    padding: 0;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ws-sidebar-list {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: none;
    overflow: visible;
    padding: 0;
    margin: 0;
  }

  .ws-sidebar-list a {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 11px 0;
    color: #1f2937;
    font-size: 15px;
    line-height: 1.45;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.25s ease;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .ws-sidebar-list a:hover {
    color: #2563eb;
    padding-left: 6px;
  }

  .ws-sidebar-list a:last-child {
    border-bottom: none;
  }

  @media (max-width: 768px) {
    .ws-sidebar-wrapper {
      width: 100%;
      max-width: 100%;
    }

    .ws-sidebar-banner,
    .ws-sidebar-section,
    .ws-sidebar-list,
    .ws-sidebar-list a {
      width: 100%;
      max-width: 100%;
    }
  }



/* ======================== ARTICLE SYSTEM RESET ======================== */
:root {
  --title-header-color: #00085D;
  --ws-article-blue: #00085D;
  --ws-article-accent: #0054e2;
  --ws-article-border: #e6ebf5;
  --ws-article-bg: #ffffff;
  --ws-article-soft: #f7faff;
  --ws-article-text: #000000;
  --ws-article-muted: #334155;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #ffffff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  color: #000000;
}

/* Keep header/footer Poppins from top.html and article body Inter */
.ws-article-system, .ws-article-system * { box-sizing: border-box; }
.ws-article-system {
  width: 100%;
  background: #fff;
  color: var(--ws-article-text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
}

.ws-article-breadcrumb-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4px 16px 14px;
}
.ws-article-breadcrumb {
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
}
.ws-article-breadcrumb a {
  color: #0054e2;
  text-decoration: none;
  font-weight: 600;
}
.ws-article-breadcrumb span { color: #334155; }

/* ======================== TWO COLUMN ARTICLE LAYOUT ======================== */
.ws-article-page-shell {
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 16px 64px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 920px) 420px !important;
  gap: 44px !important;
  align-items: start !important;
}
.ws-article-main {
  grid-column: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
}
.ws-article-aside {
  grid-column: 2 !important;
  min-width: 0 !important;
  width: 420px !important;
  max-width: 420px !important;
  position: static !important;
  top: auto !important;
  align-self: start !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

.ws-article-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 8, 93, 0.08);
  border-radius: 18px;
  padding: 34px 34px 28px;
  box-shadow: 0 18px 46px rgba(0, 11, 88, 0.08);
}

/* ======================== USER REQUESTED CONTENT TYPOGRAPHY ======================== */
.ws-article-content header,
.ws-article-content .site-title,
.ws-article-content h1,
.ws-article-content h2,
.ws-article-content h3 {
  color: var(--title-header-color);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
}
.ws-article-content h1 {
  font-size: 38px !important;
  line-height: 1.25;
  font-weight: 700;
  margin: 0.5em 0 0.4em;
  color: #00085D !important;
  letter-spacing: -0.035em;
}
.ws-article-content h2 {
  font-size: 32px !important;
  line-height: 1.3;
  font-weight: 700;
  margin: 0.9em 0 0.5em;
  color: #00085D !important;
  letter-spacing: -0.025em;
}
.ws-article-content h3 {
  font-size: 28px !important;
  line-height: 1.35;
  font-weight: 600;
  margin: 0.9em 0 0.5em;
  color: #00085D !important;
}
.ws-article-content p,
.ws-article-content li,
.ws-article-content th,
.ws-article-content td {
  color: #000000 !important;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
}
.ws-article-content p { margin: 0 0 1.1em; }
.ws-article-content li { margin-bottom: 0.45em; }
.ws-article-content th { font-weight: 700; }
.ws-article-content td { font-weight: 400; }
.ws-article-content a { color: #0054e2; font-weight: 700; text-decoration: none; }
.ws-article-content a:hover { text-decoration: underline; }
.ws-article-content ul, .ws-article-content ol { padding-left: 1.25em; margin: 0 0 1.2em; }

.ws-article-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #00085D !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.ws-article-meta {
  color: #475569 !important;
  font-size: 14px !important;
  margin: -0.2em 0 1.5em !important;
}
.ws-article-table-wrap { width: 100%; overflow-x: auto; margin: 18px 0 24px; }
.ws-article-content table { width: 100%; border-collapse: collapse; border: 1px solid var(--ws-article-border); }
.ws-article-content th, .ws-article-content td { border: 1px solid var(--ws-article-border); padding: 12px 14px; vertical-align: top; }
.ws-article-content th { background: #f3f7ff; color: #00085D !important; }
.ws-article-cta {
  margin: 28px 0 4px;
  padding: 22px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #00085D, #0054e2);
  color: #fff;
}
.ws-article-cta p, .ws-article-cta strong { color: #fff !important; }
.ws-article-cta a { display: inline-flex; margin-top: 8px; color: #fff; font-weight: 800; }

/* ======================== SIDEBAR MUST NOT SCROLL ======================== */
.ws-article-aside .ws-hf,
.ws-article-aside .ws-sidebar-partial,
.ws-article-aside .ws-sidebar-wrapper,
.ws-article-aside .ws-sidebar-section,
.ws-article-aside .ws-sidebar-list {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-y: visible !important;
  overflow-x: visible !important;
}
.ws-article-aside .ws-sidebar-list { padding-right: 0 !important; }
.ws-sidebar-partial .ws-sidebar-integrated-section,
.ws-sidebar-partial .ws-hf-container,
.ws-sidebar-partial .ws-sidebar-integrated-shell {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ======================== INDEX / SITEMAP PAGE ======================== */
.ws-article-index-hero {
  max-width: 1400px;
  margin: 0 auto 24px;
  padding: 32px 16px 8px;
}
.ws-article-index-hero h1 {
  margin: 0 0 10px;
  font-size: 44px;
  line-height: 1.1;
  color: #00085D;
  letter-spacing: -0.04em;
}
.ws-article-index-hero p { max-width: 820px; color: #334155 !important; }
.ws-article-grid {
  max-width: 1400px;
  margin: 0 auto 70px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ws-article-list-card {
  display: block;
  padding: 24px;
  border: 1px solid rgba(0, 8, 93, 0.10);
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 11, 88, 0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ws-article-list-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(0, 11, 88, 0.10); }
.ws-article-list-card h2 { margin: 10px 0; font-size: 24px; line-height: 1.25; color: #00085D; }
.ws-article-list-card p { color: #334155 !important; }

@media (max-width: 1100px) {
  .ws-article-page-shell { grid-template-columns: minmax(0, 1fr) 360px !important; gap: 28px !important; }
  .ws-article-aside { width: 360px !important; max-width: 360px !important; }
  .ws-article-content h1 { font-size: 32px !important; line-height: 1.25; }
  .ws-article-content h2 { font-size: 26px !important; line-height: 1.3; }
  .ws-article-content h3 { font-size: 22px !important; line-height: 1.35; }
  .ws-article-content p, .ws-article-content li, .ws-article-content th, .ws-article-content td { font-size: 16px; line-height: 1.65; }
  .ws-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .ws-article-page-shell { display: block !important; max-width: 760px !important; }
  .ws-article-aside { width: 100% !important; max-width: 100% !important; margin-top: 28px !important; position: static !important; }
}
@media (max-width: 600px) {
  .ws-article-card { padding: 24px 18px; border-radius: 14px; }
  .ws-article-content h1 { font-size: 28px !important; }
  .ws-article-content h2 { font-size: 24px !important; }
  .ws-article-content h3 { font-size: 21px !important; }
  .ws-article-content p, .ws-article-content li, .ws-article-content th, .ws-article-content td { font-size: 16px; line-height: 1.7; }
  .ws-article-grid { grid-template-columns: 1fr; }
  .ws-article-index-hero h1 { font-size: 34px; }
}

/* ======================== ARTICLE CTA BOX - BUTTON FIX ======================== */
.ws-article-content .ws-article-cta,
.ws-article-cta {
  margin: 34px 0 !important;
  padding: 30px 34px !important;
  background: linear-gradient(135deg, #000b58 0%, #0054e2 100%) !important;
  border-radius: 18px !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(0, 84, 226, 0.18) !important;
  overflow: hidden !important;
}

.ws-article-content .ws-article-cta p,
.ws-article-cta p {
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.ws-article-content .ws-article-cta p strong,
.ws-article-cta p strong,
.ws-article-cta strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.ws-article-content .ws-article-cta a,
.ws-article-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 13px 24px !important;
  background: #ff9800 !important;
  color: #07103f !important;
  border-radius: 10px !important;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: 2px solid #ff9800 !important;
  box-shadow: 0 10px 24px rgba(255, 152, 0, 0.28) !important;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
  cursor: pointer !important;
}

.ws-article-content .ws-article-cta a:hover,
.ws-article-cta a:hover {
  background: #ffffff !important;
  color: #000b58 !important;
  border-color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.22) !important;
  text-decoration: none !important;
}

.ws-article-content .ws-article-cta a::after,
.ws-article-cta a::after {
  content: "→";
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

@media (max-width: 600px) {
  .ws-article-content .ws-article-cta,
  .ws-article-cta {
    padding: 24px 20px !important;
    border-radius: 14px !important;
  }

  .ws-article-content .ws-article-cta p,
  .ws-article-cta p {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  .ws-article-content .ws-article-cta a,
  .ws-article-cta a {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 15px !important;
    text-align: center !important;
  }
}
