/* Page: mutual-funds/index.php */
.ws-mf-page,
    .ws-mf-page *,
    .ws-mf-page *::before,
    .ws-mf-page *::after {
      box-sizing: border-box;
    }

    .ws-mf-page {
      width: 100%;
      max-width: 100%;
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif !important;
      color: #10284c;
      background: #ffffff;
      overflow-x: hidden;
      line-height: 1.55;
    }

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

    .ws-mf-container {
      width: min(1320px, 94%);
      margin: 0 auto;
    }

    .ws-mf-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: #edf4ff;
      color: #0054e2;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.2px;
    }

    .ws-mf-section {
      padding: 68px 0;
    }

    .ws-mf-section-soft {
      background: #f6f9ff;
    }

    .ws-mf-section-head {
      max-width: 820px;
      margin: 0 auto 34px;
      text-align: center;
    }

    .ws-mf-section-head h2 {
      margin: 14px 0 0;
      font-size: clamp(28px, 4vw, 44px);
      line-height: 1.12;
      color: #071f44;
      font-weight: 900;
      letter-spacing: -1px;
    }

    .ws-mf-section-head p {
      margin: 14px auto 0;
      color: #58708f;
      font-size: 16px;
      max-width: 760px;
    }

    .ws-mf-blue {
      color: #0054e2;
    }

    .ws-mf-orange {
      color: #ff5b00;
    }

    .ws-mf-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 13px 20px;
      border-radius: 14px;
      border: 1px solid transparent;
      font-size: 15px;
      font-weight: 850;
      line-height: 1;
      cursor: pointer;
      transition: 0.24s ease;
      white-space: nowrap;
      text-align: center;
    }

    .ws-mf-btn-primary {
      color: #ffffff !important;
      background: linear-gradient(135deg, #0054e2, #003ba8);
      box-shadow: 0 14px 30px rgba(0, 84, 226, 0.26);
    }

    .ws-mf-btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 38px rgba(0, 84, 226, 0.34);
    }

    .ws-mf-btn-outline {
      color: #0054e2 !important;
      background: #ffffff;
      border-color: rgba(0, 84, 226, 0.18);
      box-shadow: 0 10px 24px rgba(16, 40, 76, 0.08);
    }

    .ws-mf-btn-outline:hover {
      transform: translateY(-3px);
      border-color: #0054e2;
      box-shadow: 0 15px 30px rgba(16, 40, 76, 0.12);
    }

    .ws-mf-btn-orange {
      color: #ffffff !important;
      background: linear-gradient(135deg, #ff7a1a, #ff5b00);
      box-shadow: 0 14px 30px rgba(255, 91, 0, 0.26);
    }

    .ws-mf-btn-orange:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 38px rgba(255, 91, 0, 0.34);
    }

    .ws-mf-btn-white {
      color: #0054e2 !important;
      background: #ffffff;
      border-color: rgba(255, 255, 255, 0.25);
    }

    .ws-mf-btn-white:hover {
      transform: translateY(-3px);
    }

    .ws-mf-hero {
      position: relative;
      padding: 74px 0 48px;
      border-radius: 0 0 44px 44px;
    }

    .ws-mf-hero-grid {
      display: grid;
      grid-template-columns: 1.12fr 0.88fr;
      gap: 36px;
      align-items: center;
    }

    .ws-mf-hero h1 {
      margin: 18px 0 0;
      color: #071f44;
      font-size: clamp(36px, 5vw, 64px);
      line-height: 1.04;
      font-weight: 950;
      letter-spacing: -2px;
    }

    .ws-mf-hero p {
      margin: 18px 0 0;
      color: #4c6687;
      font-size: 17px;
      max-width: 700px;
    }

    .ws-mf-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
      margin-top: 28px;
    }

    .ws-mf-hero-note {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }

    .ws-mf-hero-note span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 11px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.78);
      color: #37516f;
      border: 1px solid rgba(0, 84, 226, 0.10);
      font-size: 12px;
      font-weight: 800;
    }

    .ws-mf-visual-card {
      position: relative;
      isolation: isolate;
      background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, rgba(0, 84, 226, 0.45), rgba(255, 91, 0, 0.42), rgba(124, 58, 237, 0.35)) border-box;
      border: 1px solid transparent;
      border-radius: 34px;
      padding: 14px;
      box-shadow: 0 28px 70px rgba(16, 40, 76, 0.16);
      backdrop-filter: blur(16px);
      transform: none;
    }

    .ws-mf-visual-card::before {
      content: "";
      position: absolute;
      inset: -20px;
      z-index: -1;
      border-radius: 42px;
      background:
        radial-gradient(circle at 20% 20%, rgba(255, 91, 0, 0.22), transparent 34%),
        radial-gradient(circle at 80% 12%, rgba(0, 84, 226, 0.18), transparent 34%);
      filter: blur(2px);
    }

    .ws-mf-visual-inner {
      position: relative;
      overflow: hidden;
      border-radius: 26px;
      background: #ffffff;
      min-height: 390px;
    }

    .ws-mf-hero-img {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 390px;
      object-fit: cover;
      object-position: center;
      border-radius: 26px;
    }

    .ws-mf-growth-chart {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      align-items: end;
      min-height: 170px;
      margin-top: 30px;
    }

    .ws-mf-bar {
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      border-radius: 16px 16px 8px 8px;
      background: rgba(255, 255, 255, 0.16);
      overflow: hidden;
    }

    .ws-mf-bar span {
      position: absolute;
      bottom: 10px;
      color: #ffffff;
      font-size: 11px;
      font-weight: 900;
    }

    .ws-mf-bar-1 { height: 58px; }
    .ws-mf-bar-2 { height: 88px; }
    .ws-mf-bar-3 { height: 124px; }
    .ws-mf-bar-4 {
      height: 160px;
      background: linear-gradient(180deg, #ff9c4b, #ff5b00);
    }

    .ws-mf-visual-footer {
      position: relative;
      z-index: 1;
      margin-top: 24px;
      padding: 16px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .ws-mf-visual-footer strong {
      display: block;
      color: #ffffff;
      font-size: 18px;
    }

    .ws-mf-visual-footer small {
      display: block;
      margin-top: 3px;
      color: rgba(255, 255, 255, 0.72);
      font-weight: 700;
    }

    .ws-mf-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 36px;
    }

    .ws-mf-stat {
      padding: 18px;
      border-radius: 20px;
      background: #ffffff;
      border: 1px solid rgba(0, 84, 226, 0.10);
      box-shadow: 0 12px 30px rgba(16, 40, 76, 0.08);
    }

    .ws-mf-stat strong {
      display: block;
      margin-bottom: 6px;
      color: #0054e2;
      font-size: 24px;
      line-height: 1;
      font-weight: 950;
    }

    .ws-mf-stat span {
      color: #58708f;
      font-size: 13px;
      font-weight: 750;
    }

    .ws-mf-quickbar {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(0, 84, 226, 0.10);
    }

    .ws-mf-quickbar-row {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 12px 0;
      scrollbar-width: none;
    }

    .ws-mf-quickbar-row::-webkit-scrollbar {
      display: none;
    }

    .ws-mf-quickbar a {
      flex: 0 0 auto;
      padding: 9px 13px;
      border-radius: 999px;
      background: #f0f5ff;
      color: #0054e2;
      font-size: 13px;
      font-weight: 850;
      border: 1px solid rgba(0, 84, 226, 0.10);
      transition: 0.22s ease;
    }

    .ws-mf-quickbar a:hover {
      background: #0054e2;
      color: #ffffff;
    }

    .ws-mf-calc-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
    }

    .ws-mf-calc-card {
      position: relative;
      overflow: hidden;
      min-height: 260px;
      padding: 28px;
      border-radius: 28px;
      background: #ffffff;
      border: 1px solid rgba(0, 84, 226, 0.10);
      box-shadow: 0 18px 46px rgba(16, 40, 76, 0.08);
      transition: 0.24s ease;
    }

    .ws-mf-calc-card:hover {
      transform: translateY(-5px);
      border-color: rgba(0, 84, 226, 0.32);
      box-shadow: 0 26px 58px rgba(16, 40, 76, 0.13);
    }

    .ws-mf-calc-card::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 7px;
      background: linear-gradient(180deg, #0054e2, #ff5b00);
    }

    .ws-mf-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 18px;
    }

    .ws-mf-tags span {
      display: inline-flex;
      padding: 7px 10px;
      border-radius: 999px;
      background: #eef4ff;
      color: #0054e2;
      font-size: 12px;
      font-weight: 850;
    }

    .ws-mf-calc-card h3 {
      margin: 0;
      color: #071f44;
      font-size: 26px;
      line-height: 1.16;
      font-weight: 950;
    }

    .ws-mf-calc-card p {
      margin: 12px 0 22px;
      color: #58708f;
      font-size: 15px;
    }

    .ws-mf-sip-grid {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 24px;
      align-items: stretch;
    }

    .ws-mf-sip-main {
      padding: 30px;
      border-radius: 30px;
      background:
        radial-gradient(circle at top left, rgba(255, 91, 0, 0.22), transparent 28%),
        linear-gradient(135deg, #0054e2, #061b3d);
      color: #ffffff;
      box-shadow: 0 24px 58px rgba(0, 84, 226, 0.24);
    }

    .ws-mf-sip-main h2 {
      margin: 16px 0 0;
      color: #ffffff;
      font-size: clamp(28px, 3vw, 38px);
      line-height: 1.12;
      font-weight: 950;
    }

    .ws-mf-sip-main p {
      margin: 14px 0 0;
      color: rgba(255, 255, 255, 0.82);
      font-size: 15px;
    }

    .ws-mf-sip-tiles {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 24px;
    }

    .ws-mf-sip-tile {
      padding: 16px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .ws-mf-sip-tile strong {
      display: block;
      color: #ffffff;
      font-size: 21px;
      line-height: 1;
    }

    .ws-mf-sip-tile span {
      display: block;
      margin-top: 6px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 12px;
      font-weight: 800;
    }

    .ws-mf-benefits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .ws-mf-benefit {
      padding: 20px;
      border-radius: 22px;
      background: #ffffff;
      border: 1px solid rgba(0, 84, 226, 0.10);
      box-shadow: 0 14px 34px rgba(16, 40, 76, 0.07);
    }

    .ws-mf-benefit-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 12px;
      border-radius: 14px;
      background: #eef4ff;
      color: #0054e2;
      font-size: 21px;
      font-weight: 900;
    }

    .ws-mf-benefit h3 {
      margin: 0;
      color: #071f44;
      font-size: 18px;
      font-weight: 900;
    }

    .ws-mf-benefit p {
      margin: 8px 0 0;
      color: #58708f;
      font-size: 14px;
    }

    .ws-mf-category-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .ws-mf-category-card {
      position: relative;
      min-height: 154px;
      padding: 20px;
      border-radius: 22px;
      background: #ffffff;
      border: 1px solid rgba(0, 84, 226, 0.10);
      box-shadow: 0 12px 32px rgba(16, 40, 76, 0.07);
      transition: 0.24s ease;
    }

    .ws-mf-category-card:hover {
      transform: translateY(-4px);
      border-color: rgba(0, 84, 226, 0.34);
      box-shadow: 0 20px 46px rgba(16, 40, 76, 0.12);
    }

    .ws-mf-category-card::after {
      content: "→";
      position: absolute;
      top: 18px;
      right: 18px;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 13px;
      background: #eef4ff;
      color: #0054e2;
      font-weight: 950;
      transition: 0.24s ease;
    }

    .ws-mf-category-card:hover::after {
      background: #0054e2;
      color: #ffffff;
    }

    .ws-mf-stars {
      margin-bottom: 9px;
      color: #ff9d00;
      font-size: 14px;
      font-weight: 950;
      letter-spacing: 0.4px;
    }

    .ws-mf-category-card h3 {
      margin: 0;
      padding-right: 36px;
      color: #071f44;
      font-size: 18px;
      line-height: 1.24;
      font-weight: 950;
    }

    .ws-mf-category-card p {
      margin: 8px 0 0;
      color: #58708f;
      font-size: 13px;
    }

    .ws-mf-note-box {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 16px;
      margin-top: 28px;
      padding: 22px;
      border-radius: 24px;
      background: #fff8f2;
      border: 1px solid rgba(255, 91, 0, 0.16);
    }

    .ws-mf-note-icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: #ff5b00;
      color: #ffffff;
      font-size: 22px;
      font-weight: 950;
    }

    .ws-mf-note-box h3 {
      margin: 0;
      color: #071f44;
      font-size: 20px;
      font-weight: 950;
    }

    .ws-mf-note-box p {
      margin: 8px 0 0;
      color: #5d6f86;
      font-size: 14px;
    }

    .ws-mf-directory {
      padding: 24px;
      border-radius: 30px;
      background: #ffffff;
      border: 1px solid rgba(0, 84, 226, 0.10);
      box-shadow: 0 18px 50px rgba(16, 40, 76, 0.08);
    }

    .ws-mf-directory-tools {
      position: sticky;
      top: 58px;
      z-index: 10;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      margin-bottom: 18px;
      padding: 0 0 14px;
      background: #ffffff;
    }

    .ws-mf-search {
      width: 100%;
      min-height: 52px;
      padding: 0 16px;
      border-radius: 16px;
      border: 1px solid rgba(0, 84, 226, 0.18);
      background: #f8fbff;
      color: #10284c;
      font-size: 15px;
      outline: none;
    }

    .ws-mf-search:focus {
      background: #ffffff;
      border-color: #0054e2;
      box-shadow: 0 0 0 4px rgba(0, 84, 226, 0.08);
    }

    .ws-mf-count {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border-radius: 16px;
      background: #eef4ff;
      color: #0054e2;
      font-size: 14px;
      font-weight: 950;
      white-space: nowrap;
    }

    .ws-mf-amc-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }

    .ws-mf-amc-card {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 72px;
      padding: 14px;
      border-radius: 18px;
      background: #ffffff;
      border: 1px solid rgba(0, 84, 226, 0.09);
      transition: 0.22s ease;
    }

    .ws-mf-amc-card:hover {
      transform: translateY(-3px);
      background: #f7faff;
      border-color: rgba(0, 84, 226, 0.32);
      box-shadow: 0 12px 28px rgba(16, 40, 76, 0.08);
    }

    .ws-mf-amc-icon {
      width: 38px;
      height: 38px;
      flex: 0 0 38px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: linear-gradient(135deg, #edf4ff, #dfe6ff);
      color: #0054e2;
      font-size: 13px;
      font-weight: 950;
    }

    .ws-mf-amc-card strong {
      display: block;
      color: #10284c;
      font-size: 14px;
      line-height: 1.25;
      font-weight: 900;
    }

    .ws-mf-amc-card span {
      display: block;
      margin-top: 3px;
      color: #7487a1;
      font-size: 12px;
      font-weight: 750;
    }

    .ws-mf-hidden {
      display: none !important;
    }

    .ws-mf-empty {
      display: none;
      padding: 24px;
      border-radius: 18px;
      background: #fff8f2;
      color: #9a4400;
      font-weight: 850;
      text-align: center;
    }

    .ws-mf-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .ws-mf-step {
      padding: 22px;
      border-radius: 24px;
      background: #ffffff;
      border: 1px solid rgba(0, 84, 226, 0.10);
      box-shadow: 0 14px 34px rgba(16, 40, 76, 0.07);
    }

    .ws-mf-step-number {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 14px;
      border-radius: 15px;
      background: #0054e2;
      color: #ffffff;
      font-size: 16px;
      font-weight: 950;
    }

    .ws-mf-step h3 {
      margin: 0;
      color: #071f44;
      font-size: 18px;
      font-weight: 950;
    }

    .ws-mf-step p {
      margin: 8px 0 0;
      color: #58708f;
      font-size: 14px;
    }

    .ws-mf-faq-wrap {
      max-width: 980px;
      margin: 0 auto;
      display: grid;
      gap: 14px;
    }

    .ws-mf-faq-item {
      background: #ffffff;
      border: 1px solid rgba(0, 84, 226, 0.10);
      border-radius: 20px;
      box-shadow: 0 12px 32px rgba(16, 40, 76, 0.06);
      overflow: hidden;
      transition: 0.22s ease;
    }

    .ws-mf-faq-item:hover {
      border-color: rgba(0, 84, 226, 0.28);
      box-shadow: 0 18px 42px rgba(16, 40, 76, 0.10);
    }

    .ws-mf-faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 20px 58px 20px 22px;
      color: #071f44;
      font-size: 16px;
      font-weight: 900;
      position: relative;
      outline: none;
    }

    .ws-mf-faq-item summary::-webkit-details-marker {
      display: none;
    }

    .ws-mf-faq-item summary::after {
      content: "+";
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px;
      border-radius: 12px;
      background: #eef4ff;
      color: #0054e2;
      display: grid;
      place-items: center;
      font-size: 20px;
      font-weight: 950;
      transition: 0.22s ease;
    }

    .ws-mf-faq-item[open] summary::after {
      content: "−";
      background: #0054e2;
      color: #ffffff;
    }

    .ws-mf-faq-answer {
      padding: 0 22px 20px;
      color: #58708f;
      font-size: 14px;
    }

    .ws-mf-faq-answer p {
      margin: 0;
    }

    .ws-mf-final-cta {
      padding: 64px 0;
      border-radius: 44px 44px 0 0;
      background:
        radial-gradient(circle at top left, rgba(255, 91, 0, 0.20), transparent 30%),
        linear-gradient(135deg, #061b3d, #0054e2);
      color: #ffffff;
    }

    .ws-mf-final-card {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 26px;
      align-items: center;
    }

    .ws-mf-final-card h2 {
      margin: 0;
      color: #ffffff;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.1;
      font-weight: 950;
      letter-spacing: -1px;
    }

    .ws-mf-final-card p {
      margin: 12px 0 0;
      max-width: 780px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 16px;
    }

    .ws-mf-final-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .ws-mf-disclaimer {
      margin-top: 24px;
      padding: 16px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.10);
      border: 1px solid rgba(255, 255, 255, 0.13);
      color: rgba(255, 255, 255, 0.78);
      font-size: 12px;
    }




    .ws-mf-category-board {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .ws-mf-category-live-card {
      position: relative;
      overflow: hidden;
      min-height: 410px;
      padding: 22px;
      border-radius: 28px;
      background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, rgba(0, 84, 226, 0.20), rgba(255, 91, 0, 0.24), rgba(124, 58, 237, 0.18)) border-box;
      border: 1px solid transparent;
      box-shadow: 0 18px 46px rgba(16, 40, 76, 0.08);
      transition: 0.24s ease;
    }

    .ws-mf-category-live-card::before {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      right: -62px;
      top: -64px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(0, 84, 226, 0.12), transparent 68%);
      pointer-events: none;
    }

    .ws-mf-category-live-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 28px 62px rgba(16, 40, 76, 0.13);
    }

    .ws-mf-category-live-head {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: start;
      margin-bottom: 18px;
    }

    .ws-mf-category-live-head h3 {
      margin: 0;
      color: #071f44;
      font-size: 22px;
      line-height: 1.18;
      font-weight: 950;
      letter-spacing: -0.4px;
    }

    .ws-mf-category-live-head p {
      margin: 8px 0 0;
      color: #58708f;
      font-size: 14px;
    }

    .ws-mf-mini-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 8px 12px;
      border-radius: 999px;
      background: #eef4ff;
      color: #0054e2 !important;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
      transition: 0.22s ease;
    }

    .ws-mf-mini-link:hover {
      background: #0054e2;
      color: #ffffff !important;
      transform: translateY(-2px);
    }

    .ws-mf-topfund-list {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 10px;
    }

    .ws-mf-topfund-item {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 12px;
      border-radius: 18px;
      background: #f8fbff;
      border: 1px solid rgba(0, 84, 226, 0.08);
      transition: 0.2s ease;
    }

    .ws-mf-topfund-item:hover {
      background: #ffffff;
      border-color: rgba(0, 84, 226, 0.22);
      box-shadow: 0 12px 26px rgba(16, 40, 76, 0.08);
      transform: translateY(-2px);
    }

    .ws-mf-topfund-rank {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 13px;
      background: linear-gradient(135deg, #0054e2, #ff8a00);
      color: #ffffff;
      font-size: 12px;
      font-weight: 950;
    }

    .ws-mf-topfund-name {
      min-width: 0;
    }

    .ws-mf-topfund-name strong {
      display: block;
      color: #071f44;
      font-size: 13px;
      line-height: 1.25;
      font-weight: 950;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .ws-mf-topfund-name span {
      display: block;
      margin-top: 4px;
      color: #6f8198;
      font-size: 11px;
      font-weight: 750;
    }

    .ws-mf-topfund-meta {
      display: grid;
      justify-items: end;
      gap: 3px;
      white-space: nowrap;
    }

    .ws-mf-topfund-meta b {
      color: #ff9d00;
      font-size: 13px;
      font-weight: 950;
    }

    .ws-mf-topfund-meta small {
      color: #0b8f55;
      font-size: 12px;
      font-weight: 950;
    }

    .ws-mf-topfund-loader,
    .ws-mf-topfund-empty {
      padding: 18px;
      border-radius: 18px;
      background: #f8fbff;
      border: 1px dashed rgba(0, 84, 226, 0.18);
      color: #58708f;
      font-size: 13px;
      font-weight: 800;
    }

    .ws-mf-topfund-empty {
      background: #fff8f2;
      color: #9a4400;
      border-color: rgba(255, 91, 0, 0.18);
    }


    .ws-mf-expert-cta {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 22px;
      align-items: center;
      margin-top: 28px;
      padding: 28px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 10% 20%, rgba(255, 138, 0, 0.22), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(124, 58, 237, 0.20), transparent 30%),
        linear-gradient(135deg, #061b3d 0%, #0054e2 64%, #ff8a00 100%);
      box-shadow: 0 24px 58px rgba(0, 84, 226, 0.24);
      color: #ffffff;
    }

    .ws-mf-expert-cta::after {
      content: "";
      position: absolute;
      right: -90px;
      bottom: -110px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.13);
    }

    .ws-mf-expert-cta-content {
      position: relative;
      z-index: 1;
    }

    .ws-mf-expert-cta-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: #ffffff;
      font-size: 12px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .ws-mf-expert-cta h3 {
      margin: 0;
      color: #ffffff;
      font-size: clamp(24px, 3vw, 36px);
      line-height: 1.1;
      font-weight: 950;
      letter-spacing: -0.8px;
    }

    .ws-mf-expert-cta p {
      margin: 10px 0 0;
      max-width: 760px;
      color: rgba(255, 255, 255, 0.84);
      font-size: 15px;
    }

    .ws-mf-expert-cta-action {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 15px 22px;
      border-radius: 999px;
      background: #ffffff;
      color: #0054e2 !important;
      font-size: 15px;
      font-weight: 950;
      white-space: nowrap;
      box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
      transition: 0.24s ease;
    }

    .ws-mf-expert-cta-action:hover {
      transform: translateY(-3px);
      background: #fff4e8;
      color: #061b3d !important;
    }

    @media (max-width: 1024px) {
      .ws-mf-category-board {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 760px) {
      .ws-mf-category-live-card {
        min-height: auto;
        padding: 18px;
        border-radius: 24px;
      }

      .ws-mf-category-live-head {
        grid-template-columns: 1fr;
      }

      .ws-mf-mini-link {
        width: max-content;
      }

      .ws-mf-topfund-item {
        grid-template-columns: auto 1fr;
      }

      .ws-mf-topfund-meta {
        grid-column: 2;
        justify-items: start;
      }


      .ws-mf-expert-cta {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 24px;
      }

      .ws-mf-expert-cta-action {
        width: 100%;
      }
    }


    /* GenZ UI polish: brighter glass cards, softer pills, punchier hover states */
    .ws-mf-page {
      background:
        radial-gradient(circle at 8% 2%, rgba(255, 91, 0, 0.06), transparent 24%),
        radial-gradient(circle at 92% 0%, rgba(0, 84, 226, 0.07), transparent 28%),
        #ffffff;
    }

    .ws-mf-hero {
      background:
        radial-gradient(circle at 12% 18%, rgba(255, 91, 0, 0.20), transparent 26%),
        radial-gradient(circle at 86% 12%, rgba(124, 58, 237, 0.16), transparent 28%),
        radial-gradient(circle at 76% 82%, rgba(0, 84, 226, 0.16), transparent 30%),
        linear-gradient(135deg, #f4f8ff 0%, #ffffff 48%, #edf2ff 100%);
    }

    .ws-mf-eyebrow {
      background: linear-gradient(135deg, #edf4ff, #fff3ea);
      border: 1px solid rgba(0, 84, 226, 0.10);
      box-shadow: 0 8px 20px rgba(16, 40, 76, 0.06);
    }

    .ws-mf-btn,
    .ws-mf-quickbar a,
    .ws-mf-tags span {
      border-radius: 999px;
    }

    .ws-mf-stat,
    .ws-mf-calc-card,
    .ws-mf-benefit,
    .ws-mf-category-card,
    .ws-mf-amc-card,
    .ws-mf-step,
    .ws-mf-faq-item {
      background: rgba(255, 255, 255, 0.92);
    }

    .ws-mf-category-card:hover,
    .ws-mf-benefit:hover,
    .ws-mf-step:hover {
      transform: translateY(-4px);
    }

    .ws-mf-search {
      border-radius: 999px;
    }

    @media (max-width: 1024px) {
      .ws-mf-hero-grid,
      .ws-mf-sip-grid,
      .ws-mf-final-card {
        grid-template-columns: 1fr;
      }

      .ws-mf-stats,
      .ws-mf-amc-grid,
      .ws-mf-steps {
        grid-template-columns: repeat(2, 1fr);
      }

      .ws-mf-category-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .ws-mf-final-actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 760px) {
      .ws-mf-hero {
        padding: 46px 0 34px;
        border-radius: 0 0 30px 30px;
      }

      .ws-mf-hero h1 {
        letter-spacing: -1.2px;
      }

      .ws-mf-section {
        padding: 48px 0;
      }

      .ws-mf-stats,
      .ws-mf-calc-grid,
      .ws-mf-sip-tiles,
      .ws-mf-benefits,
      .ws-mf-category-grid,
      .ws-mf-amc-grid,
      .ws-mf-steps {
        grid-template-columns: 1fr;
      }

      .ws-mf-directory-tools {
        position: static;
        grid-template-columns: 1fr;
      }

      .ws-mf-actions,
      .ws-mf-final-actions {
        flex-direction: column;
      }

      .ws-mf-btn {
        width: 100%;
      }

      .ws-mf-note-box {
        grid-template-columns: 1fr;
      }

      .ws-mf-visual-card {
        transform: none;
      }

      .ws-mf-visual-inner,
      .ws-mf-hero-img {
        min-height: 300px;
      }

      .ws-mf-directory,
      .ws-mf-sip-main,
      .ws-mf-calc-card {
        padding: 20px;
        border-radius: 24px;
      }

      .ws-mf-faq-item summary {
        padding: 18px 54px 18px 18px;
        font-size: 15px;
      }

      .ws-mf-faq-answer {
        padding: 0 18px 18px;
      }
    }

.ws-mf-eyebrow-white { background: rgba(255,255,255,0.14) !important; color: #ffffff !important; }
/* Landing page requested cleanup overrides */
.ws-mf-page {
  background: #ffffff !important;
}

.ws-mf-faq-item summary,
.ws-mf-amc-card,
.ws-mf-topfund-name strong {
  font-weight: 600 !important;
}
