
    
    .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%;
    }
  }





/* Gold page header/footer hardening */
.ws-hf { isolation: isolate; }
.ws-hf .ws-header, .ws-hf .ws-footer { display:block; }
.ws-hf ul { list-style:none; margin:0; padding:0; }
.ws-hf p, .ws-hf h1, .ws-hf h2, .ws-hf h3 { margin-top:0; }
.ws-hf .ws-footer-column li { list-style:none !important; }

/* ===== Emergency header/footer fix: prevents inline SVG icons becoming huge black blobs when a theme or page-builder CSS conflicts. ===== */
.ws-hf .ws-header-svg-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  flex: 0 0 20px !important;
  display: inline-block !important;
  overflow: visible !important;
  color: currentColor !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2.35 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vertical-align: middle !important;
}
.ws-hf .ws-top-icon .ws-header-svg-icon,
.ws-hf .ws-top-contact .ws-header-svg-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  flex-basis: 24px !important;
}
.ws-hf .ws-order-btn .ws-header-svg-icon {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;
  flex-basis: 21px !important;
  fill: currentColor !important;
  stroke: none !important;
}
.ws-hf .ws-pill-btn .ws-header-svg-icon,
.ws-hf .ws-solid-btn .ws-header-svg-icon {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  max-width: 19px !important;
  flex-basis: 19px !important;
}
.ws-hf .ws-top-icon,
.ws-hf .ws-top-contact,
.ws-hf .ws-order-btn,
.ws-hf .ws-nav-link,
.ws-hf .ws-pill-btn,
.ws-hf .ws-solid-btn {
  align-items: center !important;
}
