#basemsp-accessible-homepage {
      font-family: "Manrope", "Segoe UI", sans-serif;
      color: #073a4d;
      background: #f5fafb;
      overflow: hidden;
    }

    #basemsp-accessible-homepage * { box-sizing: border-box; }
    #basemsp-accessible-homepage a { color: inherit; }
    #basemsp-accessible-homepage .bm-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

    #basemsp-accessible-homepage .bm-top {
      position: relative;
      isolation: isolate;
      color: #f4fbfd;
      background:
        linear-gradient(rgba(1,159,219,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(1,159,219,.035) 1px, transparent 1px),
        #051e29;
      background-size: 46px 46px;
    }

    #basemsp-accessible-homepage .bm-top::before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 620px;
      height: 620px;
      right: -220px;
      top: -260px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(1,159,219,.2), transparent 68%);
      animation: bm-accessible-glow 10s ease-in-out infinite alternate;
      pointer-events: none;
    }
    #basemsp-accessible-homepage .bm-text-link { color: #d9e5e8; text-decoration: none; }

    #basemsp-accessible-homepage .bm-button {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 20px;
      border-radius: 999px;
      overflow: hidden;
      background: #019fdb;
      color: #032b3a;
      text-decoration: none;
      font-weight: 500;
      box-shadow: 0 14px 38px rgba(1,159,219,.24), inset 0 1px 0 rgba(255,255,255,.28);
      transition: transform .3s ease, box-shadow .3s ease;
    }

    #basemsp-accessible-homepage .bm-button::before {
      content: "";
      position: absolute;
      inset: 0;
      transform: translateX(-115%) skewX(-20deg);
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
      transition: transform .6s ease;
    }

    #basemsp-accessible-homepage .bm-button:hover { transform: translateY(-2px); box-shadow: 0 19px 46px rgba(1,159,219,.34); }
    #basemsp-accessible-homepage .bm-button:hover::before { transform: translateX(115%) skewX(-20deg); }
    #basemsp-accessible-homepage .bm-button span,
    #basemsp-accessible-homepage .bm-text-link span { transition: transform .25s ease; }
    #basemsp-accessible-homepage .bm-button:hover span,
    #basemsp-accessible-homepage .bm-text-link:hover span { transform: translateX(3px); }

    #basemsp-accessible-homepage .bm-hero {
      display: grid;
      grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
      align-items: center;
      gap: 68px;
      padding: 76px 0 84px;
    }

    #basemsp-accessible-homepage .bm-promise { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: #e4edef; font-weight: 500; }
    #basemsp-accessible-homepage .bm-promise::before { content: ""; width: 22px; height: 2px; background: #019fdb; box-shadow: 8px 0 18px rgba(1,159,219,.7); }
    #basemsp-accessible-homepage .bm-hero h1 { max-width: 700px; margin: 0; color: #f8fcfd; font-size: clamp(41px,4.7vw,64px); line-height: 1.045; letter-spacing: -.047em; font-weight: 500; }
    #basemsp-accessible-homepage .bm-hero h1 em { color: #019fdb; font-style: normal; text-shadow: 0 0 34px rgba(1,159,219,.25); }
    #basemsp-accessible-homepage .bm-lead { max-width: 650px; margin: 26px 0 0; color: #becdd2; font-size: 18px; line-height: 1.68; }
    #basemsp-accessible-homepage .bm-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 34px; }
    #basemsp-accessible-homepage .bm-text-link { display: inline-flex; align-items: center; gap: 9px; }

    #basemsp-accessible-homepage .bm-hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 37px; padding-top: 20px; border-top: 1px solid rgba(239,251,254,.12); color: #96abb2; font-size: 13px; }
    #basemsp-accessible-homepage .bm-hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
    #basemsp-accessible-homepage .bm-hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #019fdb; box-shadow: 0 0 10px rgba(1,159,219,.8); }

    #basemsp-accessible-homepage .bm-hero-visual {
      position: relative;
      padding: 9px;
      border: 1px solid rgba(239,251,254,.14);
      border-radius: 31px;
      background: rgba(255,255,255,.055);
      box-shadow: 0 42px 100px rgba(0,0,0,.36), 0 0 80px rgba(1,159,219,.08), inset 0 1px 0 rgba(255,255,255,.1);
      transform: perspective(1200px) rotateY(-2deg);
      transition: transform .5s ease, box-shadow .5s ease;
    }

    #basemsp-accessible-homepage .bm-hero-visual:hover { transform: perspective(1200px) rotateY(0) translateY(-4px); box-shadow: 0 50px 110px rgba(0,0,0,.4), 0 0 90px rgba(1,159,219,.12); }
    #basemsp-accessible-homepage .bm-hero-visual img { display: block; width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; object-position: 57% center; border-radius: 23px; }
    #basemsp-accessible-homepage .bm-visual-shade { position: absolute; inset: 9px; border-radius: 23px; background: linear-gradient(90deg,rgba(5,30,41,.34),transparent 42%), linear-gradient(0deg,rgba(5,30,41,.52),transparent 38%); pointer-events: none; }
    #basemsp-accessible-homepage .bm-visual-caption { position: absolute; left: 29px; right: 29px; bottom: 27px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #eef8fa; }
    #basemsp-accessible-homepage .bm-visual-caption strong { font-size: 14px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-visual-caption span { color: #b8cbd1; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
    #basemsp-accessible-homepage .bm-visual-chip { position: absolute; top: 28px; right: 27px; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #073a4d; background: rgba(239,251,254,.82); box-shadow: 0 10px 24px rgba(5,30,41,.14); backdrop-filter: blur(10px); font-size: 10px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-visual-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #019fdb; box-shadow: 0 0 10px #019fdb; animation: bm-accessible-pulse 2s ease-in-out infinite; }

    #basemsp-accessible-homepage .bm-access-band { position: relative; z-index: 3; margin-top: -1px; color: #073a4d; background: linear-gradient(100deg,#ffffff,#edfafe); border-bottom: 1px solid #d6e8ed; box-shadow: 0 20px 55px rgba(7,58,77,.08); }
    #basemsp-accessible-homepage .bm-access-inner { display: grid; grid-template-columns: 1.4fr repeat(3,.65fr); gap: 26px; align-items: center; padding: 28px 0; }
    #basemsp-accessible-homepage .bm-access-message strong { display: block; font-size: 16px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-access-message span { color: #647d86; font-size: 12px; }
    #basemsp-accessible-homepage .bm-access-point { padding-left: 20px; border-left: 1px solid #c9dfe5; color: #385c69; font-size: 12px; }
    #basemsp-accessible-homepage .bm-access-point strong { display: block; margin-bottom: 4px; color: #019fdb; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

    #basemsp-accessible-homepage .bm-section { position: relative; padding: 102px 0; }
    #basemsp-accessible-homepage .bm-eyebrow { margin: 0 0 20px; color: #007eae; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; font-weight: 500; }
    #basemsp-accessible-homepage .bm-heading-grid { display: grid; grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr); gap: 82px; align-items: end; margin-bottom: 56px; }
    #basemsp-accessible-homepage .bm-section h2,
    #basemsp-accessible-homepage .bm-review h2,
    #basemsp-accessible-homepage .bm-final h2 { margin: 0; font-size: clamp(35px,4.05vw,54px); line-height: 1.09; letter-spacing: -.041em; font-weight: 500; }
    #basemsp-accessible-homepage .bm-heading-grid > p { margin: 0; color: #4b6873; font-size: 18px; line-height: 1.7; }

    #basemsp-accessible-homepage .bm-what { background: #f5fafb; }
    #basemsp-accessible-homepage .bm-what::after { content: ""; position: absolute; right: -160px; top: 80px; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle,rgba(1,159,219,.08),transparent 70%); pointer-events: none; }
    #basemsp-accessible-homepage .bm-services { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
    #basemsp-accessible-homepage .bm-service { position: relative; min-height: 390px; padding: 32px; border: 1px solid #d3e3e7; border-radius: 24px; background: linear-gradient(145deg,#ffffff,#f9fdfe); box-shadow: 0 18px 46px rgba(7,58,77,.08), inset 0 1px 0 #ffffff; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
    #basemsp-accessible-homepage .bm-service::before { content: ""; position: absolute; left: 32px; right: 32px; top: 0; height: 3px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg,#019fdb,rgba(1,159,219,.08)); transform: scaleX(.35); transform-origin: left; transition: transform .35s ease; }
    #basemsp-accessible-homepage .bm-service:hover { transform: translateY(-6px); border-color: rgba(1,159,219,.5); box-shadow: 0 28px 68px rgba(7,58,77,.14), 0 0 45px rgba(1,159,219,.05); }
    #basemsp-accessible-homepage .bm-service:hover::before { transform: scaleX(1); }
    #basemsp-accessible-homepage .bm-service-number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 50px; border-radius: 50%; color: #007eae; background: #eaf8fc; box-shadow: inset 0 0 0 1px rgba(1,159,219,.12); font-weight: 500; }
    #basemsp-accessible-homepage .bm-service-kicker { margin: 0 0 8px; color: #019fdb; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; }
    #basemsp-accessible-homepage .bm-service h3 { margin: 0; font-size: 25px; font-weight: 500; letter-spacing: -.025em; }
    #basemsp-accessible-homepage .bm-service > p:last-of-type { margin: 17px 0 0; color: #526d77; line-height: 1.68; }
    #basemsp-accessible-homepage .bm-result { display: grid; gap: 9px; margin-top: 27px; padding-top: 21px; border-top: 1px solid #e0ecef; color: #244d5c; font-size: 12px; }
    #basemsp-accessible-homepage .bm-result span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: #019fdb; vertical-align: middle; }

    #basemsp-accessible-homepage .bm-proof { background: linear-gradient(180deg,#ffffff,#f5fafb); }
    #basemsp-accessible-homepage .bm-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
    #basemsp-accessible-homepage .bm-proof-card { position: relative; min-height: 265px; margin: 0; padding: 31px; border: 1px solid #d3e3e7; border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 18px 46px rgba(7,58,77,.07); }
    #basemsp-accessible-homepage .bm-proof-card::before { content: "“"; position: absolute; top: 12px; right: 25px; color: rgba(1,159,219,.18); font-family: Georgia,serif; font-size: 76px; line-height: 1; }
    #basemsp-accessible-homepage .bm-proof-card > p { position: relative; z-index: 1; margin: 0; color: #244d5c; font-size: 16px; line-height: 1.72; }
    #basemsp-accessible-homepage .bm-proof-card footer { position: absolute; left: 31px; right: 31px; bottom: 29px; display: grid; gap: 4px; padding-top: 18px; border-top: 1px solid #e0ecef; }
    #basemsp-accessible-homepage .bm-proof-card strong { font-size: 13px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-proof-card span { color: #70868e; font-size: 11px; }

    @media (max-width: 880px) {
      #basemsp-accessible-homepage .bm-proof-grid { grid-template-columns: 1fr; }
      #basemsp-accessible-homepage .bm-proof-card { min-height: 225px; }
    }

    #basemsp-accessible-homepage .bm-within-reach { background: #ffffff; overflow: hidden; }
    #basemsp-accessible-homepage .bm-reach-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(420px,1.18fr); gap: 82px; align-items: center; }
    #basemsp-accessible-homepage .bm-reach-copy > p:not(.bm-eyebrow) { margin: 24px 0 0; color: #4c6872; font-size: 18px; line-height: 1.7; }
    #basemsp-accessible-homepage .bm-reach-note { margin-top: 29px; padding: 20px 22px; border-left: 3px solid #019fdb; color: #244d5c; background: linear-gradient(90deg,#edf9fc,rgba(237,249,252,0)); }

    #basemsp-accessible-homepage .bm-capabilities { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
    #basemsp-accessible-homepage .bm-capability { position: relative; min-height: 176px; padding: 25px; border: 1px solid #d4e4e8; border-radius: 21px; background: linear-gradient(145deg,#fafdfe,#eff9fb); box-shadow: 0 15px 36px rgba(7,58,77,.07); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
    #basemsp-accessible-homepage .bm-capability:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(7,58,77,.12); }
    #basemsp-accessible-homepage .bm-capability::after { content: ""; position: absolute; width: 120px; height: 120px; right: -50px; bottom: -60px; border-radius: 50%; background: radial-gradient(circle,rgba(1,159,219,.16),transparent 70%); }
    #basemsp-accessible-homepage .bm-capability strong { display: block; margin-bottom: 11px; font-size: 16px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-capability p { margin: 0; color: #607780; font-size: 13px; line-height: 1.6; }
    #basemsp-accessible-homepage .bm-capability-mark { display: block; width: 27px; height: 3px; margin-bottom: 28px; background: #019fdb; box-shadow: 8px 0 18px rgba(1,159,219,.28); }

    #basemsp-accessible-homepage .bm-review-wrap { padding: 0 0 104px; background: #ffffff; }
    #basemsp-accessible-homepage .bm-review { position: relative; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(330px,.94fr); gap: 70px; align-items: center; padding: 64px; border-radius: 34px; color: #f4fbfd; background: linear-gradient(rgba(1,159,219,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(1,159,219,.035) 1px,transparent 1px), #061f2a; background-size: 34px 34px; box-shadow: 0 38px 90px rgba(7,58,77,.22); overflow: hidden; }
    #basemsp-accessible-homepage .bm-review::before { content: ""; position: absolute; width: 430px; height: 430px; right: -170px; top: -210px; border-radius: 50%; background: radial-gradient(circle,rgba(1,159,219,.25),transparent 68%); }
    #basemsp-accessible-homepage .bm-review-copy { position: relative; z-index: 2; }
    #basemsp-accessible-homepage .bm-review-copy > p:not(.bm-eyebrow) { margin: 23px 0 0; color: #b9cbd0; font-size: 17px; line-height: 1.7; }
    #basemsp-accessible-homepage .bm-review-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
    #basemsp-accessible-homepage .bm-review-note { color: #98adb4; font-size: 11px; }
    #basemsp-accessible-homepage .bm-review-steps { position: relative; z-index: 2; padding: 28px; border: 1px solid rgba(239,251,254,.13); border-radius: 23px; background: rgba(255,255,255,.045); box-shadow: 0 24px 60px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); }
    #basemsp-accessible-homepage .bm-review-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; color: #9eb3ba; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
    #basemsp-accessible-homepage .bm-review-head span:last-child { color: #019fdb; }
    #basemsp-accessible-homepage .bm-review-row { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 17px 0; border-top: 1px solid rgba(239,251,254,.1); }
    #basemsp-accessible-homepage .bm-review-row > span:first-child { color: #019fdb; font-size: 11px; }
    #basemsp-accessible-homepage .bm-review-row strong { display: block; color: #e9f3f5; font-size: 13px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-review-row small { color: #87a3ac; line-height: 1.5; }

    #basemsp-accessible-homepage .bm-decisions { background: #f4f9fa; }
    #basemsp-accessible-homepage .bm-decision-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
    #basemsp-accessible-homepage .bm-decision { position: relative; padding: 30px 28px 10px 0; border-top: 1px solid #cbdde2; }
    #basemsp-accessible-homepage .bm-decision:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 26px; width: 7px; height: 7px; border-radius: 50%; background: #019fdb; box-shadow: 0 0 0 5px rgba(1,159,219,.09), 0 0 16px rgba(1,159,219,.5); }
    #basemsp-accessible-homepage .bm-decision-index { color: #019fdb; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
    #basemsp-accessible-homepage .bm-decision h3 { margin: 18px 0 0; font-size: 21px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-decision p { margin: 12px 0 0; color: #5a737c; line-height: 1.62; }

    #basemsp-accessible-homepage .bm-pricing { background: #ffffff; }
    #basemsp-accessible-homepage .bm-pricing-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(390px,1.14fr); gap: 82px; align-items: center; }
    #basemsp-accessible-homepage .bm-pricing-copy > p:not(.bm-eyebrow) { margin: 24px 0 0; color: #4d6973; font-size: 18px; line-height: 1.7; }
    #basemsp-accessible-homepage .bm-outline { display: inline-flex; margin-top: 28px; padding: 13px 18px; border: 1px solid rgba(7,58,77,.22); border-radius: 999px; color: #073a4d; text-decoration: none; font-weight: 500; transition: border-color .25s ease, background .25s ease; }
    #basemsp-accessible-homepage .bm-outline:hover { border-color: #019fdb; background: rgba(1,159,219,.05); }
    #basemsp-accessible-homepage .bm-price-panel { padding: 12px 32px; border: 1px solid #cfe1e5; border-radius: 28px; background: linear-gradient(145deg,#ffffff,#f6fbfc); box-shadow: 0 30px 70px rgba(7,58,77,.12), inset 0 1px 0 #ffffff; }
    #basemsp-accessible-homepage .bm-price-row { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; padding: 24px 0; border-bottom: 1px solid #dfebee; }
    #basemsp-accessible-homepage .bm-price-row:last-of-type { border-bottom: 0; }
    #basemsp-accessible-homepage .bm-price-row strong { display: block; font-weight: 500; }
    #basemsp-accessible-homepage .bm-price-row small { color: #71878f; }
    #basemsp-accessible-homepage .bm-price { color: #073a4d; font-size: 22px; font-weight: 500; white-space: nowrap; }
    #basemsp-accessible-homepage .bm-price span { color: #6f858d; font-size: 10px; font-weight: 400; }
    #basemsp-accessible-homepage .bm-price-foot { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0 10px; color: #71878f; font-size: 10px; }

    #basemsp-accessible-homepage .bm-fit { background: linear-gradient(180deg,#f2f9fa,#ffffff); }
    #basemsp-accessible-homepage .bm-fit-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(350px,.85fr); gap: 78px; align-items: center; }
    #basemsp-accessible-homepage .bm-fit-copy > p:not(.bm-eyebrow) { margin: 23px 0 0; color: #4d6973; font-size: 18px; line-height: 1.7; }
    #basemsp-accessible-homepage .bm-fit-points { display: grid; gap: 12px; margin-top: 29px; }
    #basemsp-accessible-homepage .bm-fit-points span { display: flex; align-items: center; gap: 12px; color: #244c5b; }
    #basemsp-accessible-homepage .bm-fit-points span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #019fdb; box-shadow: 0 0 0 5px rgba(1,159,219,.08); }
    #basemsp-accessible-homepage .bm-fit-panel { position: relative; padding: 39px; border-radius: 28px; color: #f4fbfd; background: linear-gradient(rgba(1,159,219,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(1,159,219,.04) 1px,transparent 1px), #073142; background-size: 30px 30px; box-shadow: 0 30px 70px rgba(7,58,77,.22); overflow: hidden; }
    #basemsp-accessible-homepage .bm-fit-panel::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; top: -110px; border-radius: 50%; background: radial-gradient(circle,rgba(1,159,219,.23),transparent 68%); }
    #basemsp-accessible-homepage .bm-fit-panel > p { position: relative; z-index: 2; margin: 0 0 21px; color: #99afb7; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
    #basemsp-accessible-homepage .bm-fit-row { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 0; border-top: 1px solid rgba(239,251,254,.12); }
    #basemsp-accessible-homepage .bm-fit-row strong { font-weight: 500; }
    #basemsp-accessible-homepage .bm-fit-row span { color: #61c4e8; font-size: 11px; }

    #basemsp-accessible-homepage .bm-faq { background: #ffffff; }
    #basemsp-accessible-homepage .bm-faq-grid { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); gap: 80px; }
    #basemsp-accessible-homepage .bm-faq-intro p:last-child { margin: 20px 0 0; color: #5a737c; line-height: 1.65; }
    #basemsp-accessible-homepage .bm-questions { border-top: 1px solid #cedfe4; }
    #basemsp-accessible-homepage .bm-questions details { border-bottom: 1px solid #cedfe4; }
    #basemsp-accessible-homepage .bm-questions summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; cursor: pointer; color: #123f50; font-weight: 500; list-style: none; }
    #basemsp-accessible-homepage .bm-questions summary::-webkit-details-marker { display: none; }
    #basemsp-accessible-homepage .bm-questions summary::after { content: "+"; color: #019fdb; font-size: 22px; font-weight: 400; transition: transform .25s ease; }
    #basemsp-accessible-homepage .bm-questions details[open] summary::after { transform: rotate(45deg); }
    #basemsp-accessible-homepage .bm-questions details p { margin: -3px 0 23px; padding-right: 46px; color: #5a737c; line-height: 1.65; }

    #basemsp-accessible-homepage .bm-final { position: relative; color: #f4fbfd; background: #051e29; overflow: hidden; }
    #basemsp-accessible-homepage .bm-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 20%,rgba(1,159,219,.19),transparent 31%), linear-gradient(rgba(1,159,219,.032) 1px,transparent 1px), linear-gradient(90deg,rgba(1,159,219,.032) 1px,transparent 1px); background-size: auto,42px 42px,42px 42px; }
    #basemsp-accessible-homepage .bm-final-inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 52px; align-items: center; padding: 82px 0 68px; }
    #basemsp-accessible-homepage .bm-final h2 em { color: #019fdb; font-style: normal; }
    #basemsp-accessible-homepage .bm-final p { max-width: 710px; margin: 18px 0 0; color: #aebfc5; font-size: 17px; line-height: 1.65; }

    #basemsp-accessible-homepage.bm-motion [data-reveal] { opacity: 0; transform: translateY(26px); filter: blur(5px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1), filter .75s ease; }
    #basemsp-accessible-homepage.bm-motion [data-reveal].bm-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
    #basemsp-accessible-homepage.bm-motion .bm-services [data-reveal]:nth-child(2),
    #basemsp-accessible-homepage.bm-motion .bm-capabilities [data-reveal]:nth-child(2),
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow [data-reveal]:nth-child(2) { transition-delay: .09s; }
    #basemsp-accessible-homepage.bm-motion .bm-services [data-reveal]:nth-child(3),
    #basemsp-accessible-homepage.bm-motion .bm-capabilities [data-reveal]:nth-child(3),
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow [data-reveal]:nth-child(3) { transition-delay: .18s; }
    #basemsp-accessible-homepage.bm-motion .bm-capabilities [data-reveal]:nth-child(4),
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow [data-reveal]:nth-child(4) { transition-delay: .27s; }

    /* Testimonial cards enter in a calm left-to-right sequence. */
    #basemsp-accessible-homepage.bm-motion .bm-proof-card { transform: translateX(-42px); }
    #basemsp-accessible-homepage.bm-motion .bm-proof-card.bm-visible { transform: translateX(0); }
    #basemsp-accessible-homepage.bm-motion .bm-proof-card:nth-child(2) { transition-delay: .13s; }
    #basemsp-accessible-homepage.bm-motion .bm-proof-card:nth-child(3) { transition-delay: .26s; }
    #basemsp-accessible-homepage.bm-motion .bm-proof-card::before { opacity: 0; transform: translateX(-16px) scale(.82); transform-origin: center; transition: opacity .55s ease .16s, transform .7s cubic-bezier(.2,.7,.2,1) .16s; }
    #basemsp-accessible-homepage.bm-motion .bm-proof-card.bm-visible::before { opacity: 1; transform: translateX(0) scale(1); }

    /* Small proof and outcome points follow the parent reveal from left to right. */
    #basemsp-accessible-homepage.bm-motion .bm-hero-proof span,
    #basemsp-accessible-homepage.bm-motion .bm-result span,
    #basemsp-accessible-homepage.bm-motion .bm-fit-points span { opacity: 0; transform: translateX(-16px); transition: opacity .45s ease, transform .62s cubic-bezier(.2,.7,.2,1); }
    #basemsp-accessible-homepage .bm-result span { display: inline-flex; align-items: center; }
    #basemsp-accessible-homepage.bm-motion [data-reveal].bm-visible .bm-hero-proof span,
    #basemsp-accessible-homepage.bm-motion [data-reveal].bm-visible .bm-result span,
    #basemsp-accessible-homepage.bm-motion [data-reveal].bm-visible .bm-fit-points span { opacity: 1; transform: translateX(0); }
    #basemsp-accessible-homepage.bm-motion .bm-hero-proof span:nth-child(2),
    #basemsp-accessible-homepage.bm-motion .bm-result span:nth-child(2),
    #basemsp-accessible-homepage.bm-motion .bm-fit-points span:nth-child(2) { transition-delay: .11s; }
    #basemsp-accessible-homepage.bm-motion .bm-hero-proof span:nth-child(3),
    #basemsp-accessible-homepage.bm-motion .bm-result span:nth-child(3),
    #basemsp-accessible-homepage.bm-motion .bm-fit-points span:nth-child(3) { transition-delay: .22s; }
    #basemsp-accessible-homepage.bm-motion .bm-hero-proof span:nth-child(4) { transition-delay: .33s; }

    /* The approach line draws across each stage and its marker travels into place. */
    #basemsp-accessible-homepage .bm-decision::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 1px; background: linear-gradient(90deg,#019fdb,rgba(1,159,219,.18)); transform-origin: left center; }
    #basemsp-accessible-homepage.bm-motion .bm-decision::before { transform: scaleX(0); transition: transform .72s cubic-bezier(.2,.7,.2,1); }
    #basemsp-accessible-homepage.bm-motion .bm-decision.bm-visible::before { transform: scaleX(1); }
    #basemsp-accessible-homepage.bm-motion .bm-decision:not(:last-child)::after { opacity: 0; transform: translateX(-54px) scale(.55); transition: opacity .38s ease, transform .72s cubic-bezier(.2,.7,.2,1); }
    #basemsp-accessible-homepage.bm-motion .bm-decision.bm-visible:not(:last-child)::after { opacity: 1; transform: translateX(0) scale(1); }
    #basemsp-accessible-homepage.bm-motion .bm-decision:nth-child(2)::before,
    #basemsp-accessible-homepage.bm-motion .bm-decision:nth-child(2)::after { transition-delay: .12s; }
    #basemsp-accessible-homepage.bm-motion .bm-decision:nth-child(3)::before,
    #basemsp-accessible-homepage.bm-motion .bm-decision:nth-child(3)::after { transition-delay: .24s; }
    #basemsp-accessible-homepage.bm-motion .bm-decision:nth-child(4)::before { transition-delay: .36s; }

    @keyframes bm-accessible-glow { from { transform: translate3d(-18px,-10px,0) scale(.95); } to { transform: translate3d(24px,20px,0) scale(1.08); } }
    @keyframes bm-accessible-pulse { 0%,100% { opacity: .55; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.18); } }

    @media (prefers-reduced-motion: reduce) {
      #basemsp-accessible-homepage *,
      #basemsp-accessible-homepage *::before,
      #basemsp-accessible-homepage *::after { animation: none !important; transition-duration: .01ms !important; }
      #basemsp-accessible-homepage.bm-motion [data-reveal] { opacity: 1; transform: none; filter: none; }
      #basemsp-accessible-homepage.bm-motion .bm-hero-proof span,
      #basemsp-accessible-homepage.bm-motion .bm-result span,
      #basemsp-accessible-homepage.bm-motion .bm-fit-points span,
      #basemsp-accessible-homepage.bm-motion .bm-proof-card::before,
      #basemsp-accessible-homepage.bm-motion .bm-decision::before,
      #basemsp-accessible-homepage.bm-motion .bm-decision::after { opacity: 1; transform: none; }
    }

    @media (max-width: 1000px) {
      #basemsp-accessible-homepage .bm-hero,
      #basemsp-accessible-homepage .bm-reach-grid,
      #basemsp-accessible-homepage .bm-review,
      #basemsp-accessible-homepage .bm-pricing-grid,
      #basemsp-accessible-homepage .bm-fit-grid { grid-template-columns: 1fr; }
      #basemsp-accessible-homepage .bm-hero-visual { max-width: 740px; }
      #basemsp-accessible-homepage .bm-services { grid-template-columns: 1fr; }
      #basemsp-accessible-homepage .bm-service { min-height: 0; }
      #basemsp-accessible-homepage .bm-service-number { margin-bottom: 28px; }
      #basemsp-accessible-homepage .bm-decision-flow { grid-template-columns: repeat(2,1fr); gap: 38px 22px; }
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-shell { width: min(100% - 28px,1180px); }
      #basemsp-accessible-homepage .bm-hero { gap: 48px; padding: 52px 0 66px; }
      #basemsp-accessible-homepage .bm-hero h1 { font-size: clamp(38px,12vw,50px); }
      #basemsp-accessible-homepage .bm-actions { align-items: flex-start; flex-direction: column; }
      #basemsp-accessible-homepage .bm-hero-visual { transform: none; }
      #basemsp-accessible-homepage .bm-hero-visual img { aspect-ratio: 1.12 / 1; }
      #basemsp-accessible-homepage .bm-access-inner { grid-template-columns: 1fr; }
      #basemsp-accessible-homepage .bm-access-point { padding: 13px 0 0; border-left: 0; border-top: 1px solid #c9dfe5; }
      #basemsp-accessible-homepage .bm-section { padding: 76px 0; }
      #basemsp-accessible-homepage .bm-heading-grid,
      #basemsp-accessible-homepage .bm-faq-grid { grid-template-columns: 1fr; gap: 24px; }
      #basemsp-accessible-homepage .bm-capabilities { grid-template-columns: 1fr; }
      #basemsp-accessible-homepage .bm-review { padding: 38px 24px; }
      #basemsp-accessible-homepage .bm-decision-flow { grid-template-columns: 1fr; }
      #basemsp-accessible-homepage .bm-price-panel { padding: 8px 22px; }
      #basemsp-accessible-homepage .bm-price-row { grid-template-columns: 1fr; gap: 10px; }
      #basemsp-accessible-homepage .bm-price-foot { flex-direction: column; }
      #basemsp-accessible-homepage .bm-fit-panel { padding: 31px 24px; }
      #basemsp-accessible-homepage .bm-final-inner { grid-template-columns: 1fr; gap: 28px; }
      #basemsp-accessible-homepage .bm-final .bm-button { justify-self: start; }
    }
    /* Refined premium art direction */
    #basemsp-accessible-homepage {
      font-family: "Manrope", "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 8% 18%, rgba(1,159,219,.055), transparent 25%),
        #f7fbfc;
    }

    #basemsp-accessible-homepage h1,
    #basemsp-accessible-homepage h2,
    #basemsp-accessible-homepage h3 {
      text-wrap: balance;
    }

    #basemsp-accessible-homepage .bm-top {
      padding-top: 1px;
      padding-bottom: 34px;
      background:
        radial-gradient(ellipse at 88% 32%, rgba(1,159,219,.2), transparent 34%),
        radial-gradient(ellipse at 38% 110%, rgba(1,159,219,.09), transparent 42%),
        linear-gradient(rgba(122,210,241,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122,210,241,.04) 1px, transparent 1px),
        linear-gradient(135deg,#041a24 0%,#062b39 58%,#041d28 100%);
      background-size: auto,auto,48px 48px,48px 48px,auto;
    }

    #basemsp-accessible-homepage .bm-top::after {
      content: "";
      position: absolute;
      left: 8%;
      right: 8%;
      bottom: 0;
      height: 1px;
      background: linear-gradient(90deg,transparent,rgba(126,218,249,.55),transparent);
      box-shadow: 0 0 22px rgba(1,159,219,.28);
    }

    #basemsp-accessible-homepage .bm-button {
      padding: 15px 22px;
      background: linear-gradient(135deg,#31b8ea,#019fdb 54%,#0189bd);
      box-shadow: 0 17px 42px rgba(1,159,219,.28), inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0 rgba(0,67,94,.16);
    }

    #basemsp-accessible-homepage .bm-hero {
      gap: 72px;
      padding-top: 88px;
      padding-bottom: 96px;
    }

    #basemsp-accessible-homepage .bm-promise {
      color: #d9e9ed;
      letter-spacing: .01em;
    }

    #basemsp-accessible-homepage .bm-hero h1 {
      max-width: 760px;
      letter-spacing: -.052em;
      text-shadow: 0 22px 55px rgba(0,0,0,.2);
    }

    #basemsp-accessible-homepage .bm-lead {
      color: #c9d7db;
    }

    #basemsp-accessible-homepage .bm-hero-visual {
      padding: 11px;
      border-color: rgba(210,240,250,.22);
      border-radius: 36px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035));
      box-shadow:
        0 54px 130px rgba(0,0,0,.43),
        0 0 90px rgba(1,159,219,.13),
        inset 0 1px 0 rgba(255,255,255,.18);
    }

    #basemsp-accessible-homepage .bm-hero-visual::before {
      content: "";
      position: absolute;
      z-index: 3;
      left: 13%;
      right: 13%;
      top: -1px;
      height: 2px;
      background: linear-gradient(90deg,transparent,#bceeff,transparent);
      box-shadow: 0 0 20px rgba(188,238,255,.55);
    }

    #basemsp-accessible-homepage .bm-hero-visual::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 76%;
      height: 42%;
      left: 12%;
      bottom: -9%;
      border-radius: 50%;
      background: rgba(1,159,219,.16);
      filter: blur(34px);
    }

    #basemsp-accessible-homepage .bm-hero-visual img {
      border-radius: 27px;
      filter: saturate(.94) contrast(1.025) brightness(1.035);
      animation: bm-luxury-image 8s ease-in-out infinite alternate;
    }

    #basemsp-accessible-homepage .bm-visual-shade {
      inset: 11px;
      border-radius: 27px;
      background:
        linear-gradient(90deg,rgba(4,26,36,.28),transparent 38%),
        linear-gradient(0deg,rgba(4,26,36,.58),transparent 43%);
    }

    #basemsp-accessible-homepage .bm-visual-chip {
      top: 31px;
      right: 30px;
      padding: 9px 14px;
      border-color: rgba(255,255,255,.62);
      background: rgba(246,253,255,.88);
      box-shadow: 0 15px 34px rgba(5,30,41,.2), inset 0 1px 0 #ffffff;
    }

    #basemsp-accessible-homepage .bm-visual-caption {
      left: 33px;
      right: 33px;
      bottom: 30px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,.22);
      text-shadow: 0 2px 14px rgba(0,0,0,.32);
    }

    #basemsp-accessible-homepage .bm-access-band {
      width: min(1240px,calc(100% - 32px));
      margin: 0;
      border: 1px solid rgba(201,225,232,.9);
      border-radius: 24px;
      background:
        linear-gradient(105deg,rgba(255,255,255,.98),rgba(237,250,254,.96));
      box-shadow:
        0 30px 80px rgba(7,58,77,.16),
        0 8px 22px rgba(7,58,77,.07),
        inset 0 1px 0 #ffffff;
      backdrop-filter: blur(18px);
      overflow: hidden;
    }

    #basemsp-accessible-homepage .bm-access-band::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 4px;
      background: linear-gradient(#7dd7f5,#019fdb);
      box-shadow: 0 0 18px rgba(1,159,219,.45);
    }

    #basemsp-accessible-homepage .bm-access-inner { padding: 31px 26px; }
    #basemsp-accessible-homepage .bm-access-message strong { font-size: 17px; letter-spacing: -.015em; }

    #basemsp-accessible-homepage .bm-luxury-trust {
      color: #073a4d;
      background: #f7fbfc;
    }

    #basemsp-accessible-homepage .bm-luxury-trust-inner {
      display: grid;
      grid-template-columns: 1.2fr repeat(3,.8fr);
      align-items: center;
      gap: 32px;
      padding: 44px 0 34px;
    }

    #basemsp-accessible-homepage .bm-luxury-trust-inner > span {
      color: #728991;
      font-size: 10px;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    #basemsp-accessible-homepage .bm-luxury-trust-inner strong {
      color: #71838a;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      letter-spacing: -.02em;
      filter: grayscale(1);
      opacity: .76;
      transition: opacity .25s ease, transform .25s ease;
    }

    #basemsp-accessible-homepage .bm-luxury-trust-inner strong:hover { opacity: 1; transform: translateY(-2px); }

    #basemsp-accessible-homepage .bm-section { padding-top: 118px; padding-bottom: 118px; }
    #basemsp-accessible-homepage .bm-eyebrow { color: #007fae; letter-spacing: .14em; }
    #basemsp-accessible-homepage .bm-heading-grid { margin-bottom: 68px; }
    #basemsp-accessible-homepage .bm-section h2,
    #basemsp-accessible-homepage .bm-review h2,
    #basemsp-accessible-homepage .bm-final h2 { letter-spacing: -.047em; }

    #basemsp-accessible-homepage .bm-what {
      background:
        radial-gradient(circle at 7% 12%,rgba(1,159,219,.08),transparent 22%),
        linear-gradient(180deg,#f8fcfd,#f3f9fa);
    }

    #basemsp-accessible-homepage .bm-services { gap: 25px; align-items: stretch; }
    #basemsp-accessible-homepage .bm-service {
      padding: 38px 34px 35px;
      border-color: rgba(204,225,231,.94);
      border-radius: 28px;
      background:
        radial-gradient(circle at 90% 4%,rgba(1,159,219,.11),transparent 30%),
        linear-gradient(150deg,#ffffff 0%,#f8fcfd 100%);
      box-shadow:
        0 25px 65px rgba(7,58,77,.1),
        0 4px 12px rgba(7,58,77,.035),
        inset 0 1px 0 #ffffff;
    }

    #basemsp-accessible-homepage .bm-service:nth-child(2) {
      transform: none;
      border-color: rgba(1,159,219,.35);
      background:
        radial-gradient(circle at 92% 4%,rgba(1,159,219,.18),transparent 33%),
        linear-gradient(150deg,#ffffff 0%,#f1fbfe 100%);
      box-shadow: 0 34px 82px rgba(7,58,77,.15), 0 0 55px rgba(1,159,219,.065), inset 0 1px 0 #ffffff;
    }

    #basemsp-accessible-homepage .bm-service:nth-child(2):hover { transform: translateY(-3px); }
    #basemsp-accessible-homepage .bm-service-number { width: 49px; height: 49px; background: linear-gradient(145deg,#f4fdff,#dff4fb); box-shadow: 0 12px 28px rgba(1,159,219,.1), inset 0 1px 0 #ffffff; }

    #basemsp-accessible-homepage .bm-within-reach {
      color: #eff9fb;
      background:
        radial-gradient(circle at 82% 20%,rgba(1,159,219,.2),transparent 31%),
        radial-gradient(circle at 12% 90%,rgba(1,159,219,.1),transparent 28%),
        linear-gradient(rgba(95,198,233,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(95,198,233,.035) 1px,transparent 1px),
        linear-gradient(135deg,#062633,#083a4d);
      background-size: auto,auto,42px 42px,42px 42px,auto;
    }

    #basemsp-accessible-homepage .bm-within-reach::after {
      content: "";
      position: absolute;
      left: 8%;
      right: 8%;
      bottom: 0;
      height: 1px;
      background: linear-gradient(90deg,transparent,rgba(1,159,219,.44),transparent);
    }

    #basemsp-accessible-homepage .bm-within-reach .bm-eyebrow { color: #65caed; }
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-copy > p:not(.bm-eyebrow) { color: #bed0d5; }
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-note { color: #e2eef1; border-left-color: #43bee9; background: linear-gradient(90deg,rgba(1,159,219,.14),transparent); }
    #basemsp-accessible-homepage .bm-capability {
      border-color: rgba(218,242,249,.13);
      background: linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035));
      box-shadow: 0 22px 58px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
      backdrop-filter: blur(12px);
    }

    #basemsp-accessible-homepage .bm-capability:hover { border-color: rgba(98,207,244,.4); box-shadow: 0 30px 70px rgba(0,0,0,.24), 0 0 36px rgba(1,159,219,.08); }
    #basemsp-accessible-homepage .bm-capability strong { color: #f1f9fb; }
    #basemsp-accessible-homepage .bm-capability p { color: #acc2c9; }

    #basemsp-accessible-homepage .bm-review-wrap {
      padding-top: 82px;
      background: linear-gradient(180deg,#08384a 0%,#08384a 28%,#f8fcfd 28%,#ffffff 100%);
    }

    #basemsp-accessible-homepage .bm-review {
      border: 1px solid rgba(198,235,247,.14);
      border-radius: 38px;
      background:
        radial-gradient(circle at 90% 10%,rgba(1,159,219,.25),transparent 29%),
        linear-gradient(rgba(108,208,241,.038) 1px,transparent 1px),
        linear-gradient(90deg,rgba(108,208,241,.038) 1px,transparent 1px),
        linear-gradient(135deg,#041c27,#062f3f);
      background-size: auto,36px 36px,36px 36px,auto;
      box-shadow: 0 50px 120px rgba(7,58,77,.3), inset 0 1px 0 rgba(255,255,255,.08);
    }

    #basemsp-accessible-homepage .bm-review-steps {
      border-color: rgba(218,242,249,.17);
      background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));
      box-shadow: 0 30px 75px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.09);
    }

    #basemsp-accessible-homepage .bm-decisions {
      background:
        radial-gradient(circle at 90% 8%,rgba(1,159,219,.09),transparent 25%),
        linear-gradient(180deg,#f8fcfd,#eff7f9);
    }

    #basemsp-accessible-homepage .bm-decision-flow {
      padding: 34px 34px 26px;
      border: 1px solid #d3e4e8;
      border-radius: 27px;
      background: rgba(255,255,255,.72);
      box-shadow: 0 28px 74px rgba(7,58,77,.1), inset 0 1px 0 #ffffff;
      backdrop-filter: blur(10px);
    }

    #basemsp-accessible-homepage .bm-decision { padding-left: 4px; }

    #basemsp-accessible-homepage .bm-pricing {
      background:
        radial-gradient(circle at 8% 78%,rgba(1,159,219,.07),transparent 25%),
        #ffffff;
    }

    #basemsp-accessible-homepage .bm-price-panel {
      position: relative;
      padding: 18px 37px;
      border-radius: 31px;
      background:
        radial-gradient(circle at 92% 5%,rgba(1,159,219,.1),transparent 29%),
        linear-gradient(145deg,#ffffff,#f6fbfc);
      box-shadow: 0 38px 95px rgba(7,58,77,.15), 0 7px 20px rgba(7,58,77,.05), inset 0 1px 0 #ffffff;
      overflow: hidden;
    }

    #basemsp-accessible-homepage .bm-price-panel::before {
      content: "";
      position: absolute;
      left: 12%;
      right: 12%;
      top: 0;
      height: 2px;
      background: linear-gradient(90deg,transparent,#019fdb,transparent);
      box-shadow: 0 0 18px rgba(1,159,219,.32);
    }

    #basemsp-accessible-homepage .bm-price { color: #006f99; }

    #basemsp-accessible-homepage .bm-fit {
      background:
        radial-gradient(circle at 86% 24%,rgba(1,159,219,.1),transparent 28%),
        linear-gradient(180deg,#f3fafb,#ffffff);
    }

    #basemsp-accessible-homepage .bm-fit-panel {
      border: 1px solid rgba(213,241,249,.12);
      border-radius: 32px;
      box-shadow: 0 40px 95px rgba(7,58,77,.26), 0 0 55px rgba(1,159,219,.06), inset 0 1px 0 rgba(255,255,255,.08);
    }

    #basemsp-accessible-homepage .bm-faq {
      background:
        linear-gradient(rgba(1,159,219,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(1,159,219,.025) 1px,transparent 1px),
        #ffffff;
      background-size: 48px 48px;
    }

    #basemsp-accessible-homepage .bm-questions {
      padding: 0 29px;
      border: 1px solid #d6e5e9;
      border-radius: 24px;
      background: rgba(255,255,255,.88);
      box-shadow: 0 25px 70px rgba(7,58,77,.09), inset 0 1px 0 #ffffff;
    }

    #basemsp-accessible-homepage .bm-final {
      background:
        radial-gradient(ellipse at 78% 15%,rgba(1,159,219,.2),transparent 33%),
        radial-gradient(ellipse at 18% 120%,rgba(1,159,219,.1),transparent 38%),
        linear-gradient(rgba(100,204,239,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(100,204,239,.035) 1px,transparent 1px),
        linear-gradient(135deg,#041a24,#062f3e);
      background-size: auto,auto,44px 44px,44px 44px,auto;
    }

    #basemsp-accessible-homepage .bm-final::after {
      content: "";
      position: absolute;
      top: 0;
      left: 8%;
      right: 8%;
      height: 1px;
      background: linear-gradient(90deg,transparent,rgba(121,220,253,.7),transparent);
      box-shadow: 0 0 26px rgba(1,159,219,.4);
    }

    #basemsp-accessible-homepage .bm-final-inner { padding-top: 98px; padding-bottom: 82px; }
    #basemsp-accessible-homepage .bm-final .bm-button { box-shadow: 0 20px 54px rgba(1,159,219,.3), inset 0 1px 0 rgba(255,255,255,.4); }

    @keyframes bm-luxury-image {
      from { transform: scale(1.005); filter: saturate(.92) contrast(1.02) brightness(1.02); }
      to { transform: scale(1.025); filter: saturate(1) contrast(1.035) brightness(1.065); }
    }

    @media (max-width: 1000px) {
      #basemsp-accessible-homepage .bm-service:nth-child(2),
      #basemsp-accessible-homepage .bm-service:nth-child(2):hover { transform: none; }
      #basemsp-accessible-homepage .bm-luxury-trust-inner { grid-template-columns: 1fr repeat(3,.8fr); }
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-hero { padding-top: 62px; padding-bottom: 76px; }
      #basemsp-accessible-homepage .bm-access-band { width: 100%; margin-top: 0; }
      #basemsp-accessible-homepage .bm-access-inner { padding: 25px 18px; }
      #basemsp-accessible-homepage .bm-luxury-trust-inner { grid-template-columns: 1fr; gap: 18px; text-align: center; padding-top: 38px; }
      #basemsp-accessible-homepage .bm-section { padding-top: 84px; padding-bottom: 84px; }
      #basemsp-accessible-homepage .bm-heading-grid { margin-bottom: 45px; }
      #basemsp-accessible-homepage .bm-service { padding: 31px 25px; }
      #basemsp-accessible-homepage .bm-review-wrap { padding-top: 54px; background: linear-gradient(180deg,#08384a 0%,#08384a 18%,#ffffff 18%); }
      #basemsp-accessible-homepage .bm-decision-flow { padding: 27px 23px 20px; }
      #basemsp-accessible-homepage .bm-questions { padding: 0 20px; }
    }/* Full navigation and footer */

    @media (max-width: 1000px) {
    }

    @media (max-width: 720px) {
    }
    /* Cleaner colour balance and non-overlapping layout */
    #basemsp-accessible-homepage { background: #ffffff; }

    #basemsp-accessible-homepage .bm-access-band {
      width: 100%;
      margin: 0;
      border-width: 0 0 1px;
      border-radius: 0;
      background: #ffffff;
      box-shadow: 0 14px 38px rgba(7,58,77,.055);
      backdrop-filter: none;
    }

    #basemsp-accessible-homepage .bm-access-band::before { display: none; }
    #basemsp-accessible-homepage .bm-access-inner { padding-left: 0; padding-right: 0; }

    #basemsp-accessible-homepage .bm-luxury-trust {
      background: #fbfbfa;
      border-bottom: 1px solid #e8e8e4;
    }

    #basemsp-accessible-homepage .bm-luxury-trust-inner { padding-top: 36px; padding-bottom: 36px; }

    #basemsp-accessible-homepage .bm-what {
      background: #ffffff;
    }

    #basemsp-accessible-homepage .bm-what::after { display: none; }

    #basemsp-accessible-homepage .bm-service,
    #basemsp-accessible-homepage .bm-service:nth-child(2) {
      transform: none;
      border-color: #dedfdd;
      background: #ffffff;
      box-shadow: 0 22px 58px rgba(7,58,77,.085), 0 4px 12px rgba(7,58,77,.035), inset 0 1px 0 #ffffff;
    }

    #basemsp-accessible-homepage .bm-service:hover,
    #basemsp-accessible-homepage .bm-service:nth-child(2):hover {
      transform: translateY(-3px);
      border-color: rgba(1,159,219,.42);
      box-shadow: 0 28px 68px rgba(7,58,77,.12), 0 0 38px rgba(1,159,219,.04);
    }

    #basemsp-accessible-homepage .bm-review-wrap {
      padding-top: 104px;
      background: #ffffff;
    }

    #basemsp-accessible-homepage .bm-decisions {
      background: #f5f5f2;
    }

    #basemsp-accessible-homepage .bm-decision-flow {
      background: #ffffff;
      backdrop-filter: none;
    }

    #basemsp-accessible-homepage .bm-pricing {
      background: #ffffff;
    }

    #basemsp-accessible-homepage .bm-price-panel {
      background: #ffffff;
    }

    #basemsp-accessible-homepage .bm-fit {
      background: #f5f5f2;
    }

    #basemsp-accessible-homepage .bm-faq {
      background: #ffffff;
      background-image: none;
    }

    #basemsp-accessible-homepage .bm-questions {
      background: #ffffff;
      backdrop-filter: none;
    }

    #basemsp-accessible-homepage .bm-section + .bm-section {
      border-top: 1px solid rgba(7,58,77,.055);
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-access-band { width: 100%; margin-top: 0; }
      #basemsp-accessible-homepage .bm-access-inner { padding-left: 0; padding-right: 0; }
      #basemsp-accessible-homepage .bm-review-wrap { padding-top: 76px; background: #ffffff; }
    }/* Supplied baseMSP wordmark. */

    /* Hero roadmap: a meaningful view of the three baseMSP priorities. */
    #basemsp-accessible-homepage .bm-hero h1 { font-size: clamp(40px,4.25vw,59px); }
    #basemsp-accessible-homepage .bm-roadmap-figure { padding: 9px; transform: none; }
    #basemsp-accessible-homepage .bm-roadmap-figure:hover { transform: translateY(-3px); }
    #basemsp-accessible-homepage .bm-roadmap { min-height: 440px; padding: 27px; border-radius: 23px; background: radial-gradient(circle at 88% 8%,rgba(1,159,219,.22),transparent 30%), linear-gradient(rgba(108,208,241,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(108,208,241,.04) 1px,transparent 1px), linear-gradient(145deg,#062633,#041b26); background-size: auto,31px 31px,31px 31px,auto; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
    #basemsp-accessible-homepage .bm-roadmap-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; color: #8fa9b2; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
    #basemsp-accessible-homepage .bm-roadmap-head strong { color: #5fd4f2; font-weight: 500; }
    #basemsp-accessible-homepage .bm-roadmap-list { display: grid; gap: 12px; }
    #basemsp-accessible-homepage .bm-roadmap-item { display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 17px 18px; border: 1px solid rgba(205,237,246,.12); border-radius: 16px; background: linear-gradient(100deg,rgba(255,255,255,.075),rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
    #basemsp-accessible-homepage .bm-roadmap-index { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: #5fd4f2; background: rgba(1,159,219,.11); box-shadow: inset 0 0 0 1px rgba(95,212,242,.18); font-size: 10px; }
    #basemsp-accessible-homepage .bm-roadmap-item > span:nth-child(2) { display: grid; gap: 4px; }
    #basemsp-accessible-homepage .bm-roadmap-item strong { color: #f2f8fa; font-size: 14px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-roadmap-item small { color: #89a5ae; font-size: 10px; line-height: 1.45; }
    #basemsp-accessible-homepage .bm-roadmap-item em { color: #b9d0d7; font-size: 10px; font-style: normal; white-space: nowrap; }
    #basemsp-accessible-homepage .bm-roadmap-footer { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 22px; color: #8da7b0; font-size: 10px; }
    #basemsp-accessible-homepage .bm-roadmap-footer i { width: 20px; height: 1px; background: linear-gradient(90deg,rgba(1,159,219,.25),#019fdb); }
    #basemsp-accessible-homepage .bm-roadmap-caption { padding: 14px 16px 7px; color: #a7bbc2; font-size: 11px; text-align: center; }
    #basemsp-accessible-homepage.bm-motion .bm-roadmap-item { opacity: 0; transform: translateX(-24px); transition: opacity .5s ease, transform .72s cubic-bezier(.2,.7,.2,1); }
    #basemsp-accessible-homepage.bm-motion .bm-roadmap-figure.bm-visible .bm-roadmap-item { opacity: 1; transform: translateX(0); }
    #basemsp-accessible-homepage.bm-motion .bm-roadmap-item:nth-child(2) { transition-delay: .13s; }
    #basemsp-accessible-homepage.bm-motion .bm-roadmap-item:nth-child(3) { transition-delay: .26s; }

    /* Reserved client-logo positions within each testimonial. */
    #basemsp-accessible-homepage .bm-proof-card { min-height: 340px; }
    #basemsp-accessible-homepage .bm-proof-client-logo { display: flex; align-items: center; min-height: 58px; padding: 12px 14px; border: 1px solid #e1ecef; border-radius: 13px; background: #f8fbfc; }
    #basemsp-accessible-homepage .bm-proof-client-logo span { color: #496873; font-size: 12px; font-weight: 500; letter-spacing: .015em; }
    #basemsp-accessible-homepage .bm-proof-card > p { margin-top: 23px; }
    #basemsp-accessible-homepage .bm-proof-card::before { top: 82px; }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-hero h1 { font-size: clamp(36px,11vw,48px); }
      #basemsp-accessible-homepage .bm-roadmap { min-height: 0; padding: 20px; }
      #basemsp-accessible-homepage .bm-roadmap-head { align-items: flex-start; flex-direction: column; gap: 6px; }
      #basemsp-accessible-homepage .bm-roadmap-item { grid-template-columns: 36px minmax(0,1fr); }
      #basemsp-accessible-homepage .bm-roadmap-item em { grid-column: 2; }
      #basemsp-accessible-homepage .bm-proof-card { min-height: 320px; }
    }

    @media (prefers-reduced-motion: reduce) {
      #basemsp-accessible-homepage.bm-motion .bm-roadmap-item { opacity: 1; transform: none; }
    }/* Transparent reverse logo for the dark navigation and footer. *//* Open navigation: no enclosing card, only a quiet baseline. */

    /* Lift the roadmap away from the hero background without competing with the headline. */
    #basemsp-accessible-homepage .bm-roadmap-figure { border-color: rgba(95,212,242,.25); background: linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.045)); box-shadow: 0 44px 100px rgba(0,0,0,.4), 0 0 0 1px rgba(1,159,219,.07), 0 0 62px rgba(1,159,219,.11), inset 0 1px 0 rgba(255,255,255,.12); }
    #basemsp-accessible-homepage .bm-roadmap-figure::before { content: ""; position: absolute; z-index: 2; left: 34px; right: 34px; top: 8px; height: 2px; border-radius: 2px; background: linear-gradient(90deg,transparent,#42c5ef,transparent); opacity: .72; }
    #basemsp-accessible-homepage .bm-roadmap { background: radial-gradient(circle at 88% 8%,rgba(38,188,231,.28),transparent 31%), linear-gradient(rgba(108,208,241,.052) 1px,transparent 1px), linear-gradient(90deg,rgba(108,208,241,.052) 1px,transparent 1px), linear-gradient(145deg,#0a3443,#052330); background-size: auto,31px 31px,31px 31px,auto; box-shadow: inset 0 1px 0 rgba(255,255,255,.11); }
    #basemsp-accessible-homepage .bm-roadmap-item { border-color: rgba(205,237,246,.19); background: linear-gradient(100deg,rgba(255,255,255,.105),rgba(255,255,255,.038)); box-shadow: 0 10px 28px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.075); }

    /* One continuous desktop pathway with a marker for every stage. */
    #basemsp-accessible-homepage .bm-decision-flow { position: relative; }
    #basemsp-accessible-homepage .bm-decision-flow::before { content: ""; position: absolute; z-index: 0; left: 34px; right: calc(25% + 17px); top: 33px; height: 1px; background: linear-gradient(90deg,#019fdb,rgba(1,159,219,.42)); transform-origin: left center; }
    #basemsp-accessible-homepage .bm-decision-flow .bm-decision { z-index: 1; padding: 30px 28px 10px 0; border-top: 0; }
    #basemsp-accessible-homepage .bm-decision-flow .bm-decision::before { content: none; }
    #basemsp-accessible-homepage .bm-decision-flow .bm-decision::after { content: ""; position: absolute; top: -4px; left: -3px; right: auto; width: 7px; height: 7px; border-radius: 50%; background: #019fdb; box-shadow: 0 0 0 5px rgba(1,159,219,.09),0 0 16px rgba(1,159,219,.5); }
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow::before { transform: scaleX(0); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible)::before { transform: scaleX(1); }
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow .bm-decision::after { opacity: 0; transform: translateX(-34px) scale(.55); transition: opacity .38s ease,transform .65s cubic-bezier(.2,.7,.2,1); }
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow .bm-decision.bm-visible::after { opacity: 1; transform: translateX(0) scale(1); }
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow .bm-decision:nth-child(2)::after { transition-delay: .12s; }
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow .bm-decision:nth-child(3)::after { transition-delay: .24s; }
    #basemsp-accessible-homepage.bm-motion .bm-decision-flow .bm-decision:nth-child(4)::after { transition-delay: .36s; }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-decision-flow::before { left: 26px; right: auto; top: 27px; bottom: 27px; width: 1px; height: auto; transform-origin: center top; }
      #basemsp-accessible-homepage .bm-decision-flow .bm-decision { padding: 0 0 31px 36px; }
      #basemsp-accessible-homepage .bm-decision-flow .bm-decision::after { top: 5px; left: 0; }
      #basemsp-accessible-homepage.bm-motion .bm-decision-flow::before { transform: scaleY(0); }
      #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible)::before { transform: scaleY(1); }
    }

    @media (prefers-reduced-motion: reduce) {
      #basemsp-accessible-homepage.bm-motion .bm-decision-flow::before,
      #basemsp-accessible-homepage.bm-motion .bm-decision-flow .bm-decision::after { opacity: 1; transform: none; }
    }/* Full-width navigation band with the primary menu centred independently. */

    @media (max-width: 1000px) {
    }

    @media (max-width: 720px) {
    }

    /* Corrected bar treatment: white utility strip, original dark navigation. */
    #basemsp-accessible-homepage { overflow: clip; }/* Opaque deep-blue navigation, matching its appearance over the original hero. */

    /* A concise, plain-English bridge into the broader service areas. */
    #basemsp-accessible-homepage .bm-day-to-day {
      position: relative;
      background: #ffffff;
      border-bottom: 1px solid rgba(7,58,77,.08);
    }
    #basemsp-accessible-homepage .bm-day-to-day-inner {
      display: block;
      max-width: 1040px;
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center;
    }
    #basemsp-accessible-homepage .bm-day-to-day-label {
      margin: 0 0 18px;
      color: #007eae;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .11em;
      text-transform: uppercase;
    }
    #basemsp-accessible-homepage .bm-day-to-day-copy {
      max-width: 980px;
      margin: 0 auto;
      color: #355d6b;
      font-size: clamp(22px,2.15vw,27px);
      line-height: 1.56;
    }
    #basemsp-accessible-homepage .bm-day-to-day-copy strong {
      color: #073a4d;
      font-weight: 500;
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-day-to-day-inner {
        padding-top: 64px;
        padding-bottom: 66px;
      }
      #basemsp-accessible-homepage .bm-day-to-day-label { margin-bottom: 14px; }
      #basemsp-accessible-homepage .bm-day-to-day-copy { font-size: 20px; }
    }/* Homepage typography blueprint: readable body copy, restrained micro-labels. */
    #basemsp-accessible-homepage .bm-hero-proof,
    #basemsp-accessible-homepage .bm-access-message span,
    #basemsp-accessible-homepage .bm-access-point,
    #basemsp-accessible-homepage .bm-result,
    #basemsp-accessible-homepage .bm-capability p { font-size: 14px; }
    #basemsp-accessible-homepage .bm-access-point strong,
    #basemsp-accessible-homepage .bm-eyebrow,
    #basemsp-accessible-homepage .bm-service-kicker,
    #basemsp-accessible-homepage .bm-review-head,
    #basemsp-accessible-homepage .bm-review-row > span:first-child,
    #basemsp-accessible-homepage .bm-decision-index,
    #basemsp-accessible-homepage .bm-price span,
    #basemsp-accessible-homepage .bm-price-foot,
    #basemsp-accessible-homepage .bm-fit-panel > p,
    #basemsp-accessible-homepage .bm-fit-row span,
    #basemsp-accessible-homepage .bm-roadmap-head,
    #basemsp-accessible-homepage .bm-roadmap-index,
    #basemsp-accessible-homepage .bm-roadmap-item small,
    #basemsp-accessible-homepage .bm-roadmap-item em,
    #basemsp-accessible-homepage .bm-roadmap-footer,
    #basemsp-accessible-homepage .bm-roadmap-caption,
    #basemsp-accessible-homepage .bm-day-to-day-label { font-size: 12px; }
    #basemsp-accessible-homepage .bm-proof-card strong,
    #basemsp-accessible-homepage .bm-review-row strong { font-size: 14px; }
    #basemsp-accessible-homepage .bm-proof-card footer span { font-size: 12px; }
    #basemsp-accessible-homepage .bm-review-note { font-size: 13px; }

    /* Four verified client reviews, presented as a readable two-by-two proof grid. */
    #basemsp-accessible-homepage .bm-proof-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
    #basemsp-accessible-homepage .bm-proof-card { min-height: 350px; }
    #basemsp-accessible-homepage .bm-proof-client-logo {
      justify-content: flex-start;
      min-height: 72px;
      padding: 9px 14px;
    }
    #basemsp-accessible-homepage .bm-proof-client-logo img {
      display: block;
      width: auto;
      max-width: 180px;
      max-height: 52px;
      object-fit: contain;
      object-position: left center;
    }
    #basemsp-accessible-homepage.bm-motion .bm-proof-card:nth-child(4) { transition-delay: .39s; }

    @media (max-width: 880px) {
      #basemsp-accessible-homepage .bm-proof-grid { grid-template-columns: 1fr; }
      #basemsp-accessible-homepage .bm-proof-card { min-height: 330px; }
    }

    /* Centred hero: the proposition leads, supported by restrained ambient motion. */
    #basemsp-accessible-homepage .bm-top::after {
      content: "";
      position: absolute;
      z-index: -1;
      inset: -24% -12%;
      background:
        radial-gradient(circle at 24% 42%,rgba(1,159,219,.17),transparent 27%),
        radial-gradient(circle at 76% 48%,rgba(62,203,235,.11),transparent 25%);
      opacity: .72;
      transform: translate3d(-1.5%,0,0) scale(.98);
      animation: bm-hero-ambient 12s ease-in-out infinite alternate;
      pointer-events: none;
    }
    #basemsp-accessible-homepage .bm-hero {
      position: relative;
      display: block;
      padding-top: 112px;
      padding-bottom: 118px;
      text-align: center;
    }
    #basemsp-accessible-homepage .bm-hero > div {
      position: relative;
      z-index: 2;
      max-width: 1010px;
      margin: 0 auto;
    }
    #basemsp-accessible-homepage .bm-promise,
    #basemsp-accessible-homepage .bm-actions,
    #basemsp-accessible-homepage .bm-hero-proof { justify-content: center; }
    #basemsp-accessible-homepage .bm-hero h1 {
      max-width: 1010px;
      margin-right: auto;
      margin-left: auto;
      font-size: clamp(45px,5.2vw,70px);
    }
    #basemsp-accessible-homepage .bm-lead { max-width: 800px; margin-right: auto; margin-left: auto; }
    #basemsp-accessible-homepage .bm-hero-proof { max-width: 760px; margin-right: auto; margin-left: auto; }

    @keyframes bm-hero-ambient {
      from { opacity: .58; transform: translate3d(-1.5%,0,0) scale(.98); }
      to { opacity: .9; transform: translate3d(1.5%,1%,0) scale(1.04); }
    }

    /* Simplified service cards and stronger blue-button contrast. */
    #basemsp-accessible-homepage .bm-service::before { display: none; }
    #basemsp-accessible-homepage .bm-button { color: #ffffff; }

    /* One focused testimonial at a time, with the client logo beside the attribution. */
    #basemsp-accessible-homepage .bm-proof-grid { display: block; }
    #basemsp-accessible-homepage .bm-proof-carousel { max-width: 920px; margin: 0 auto; }
    #basemsp-accessible-homepage .bm-proof-stage { position: relative; min-height: 350px; }
    #basemsp-accessible-homepage .bm-proof-slide {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-rows: minmax(0,1fr) auto;
      min-height: 350px;
      padding: 42px 46px 36px;
      opacity: 0;
      visibility: hidden;
      transform: translateX(34px);
      pointer-events: none;
      transition: opacity .48s ease,transform .62s cubic-bezier(.2,.7,.2,1),visibility 0s linear .62s;
    }
    #basemsp-accessible-homepage .bm-proof-slide.bm-active {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
      pointer-events: auto;
      transition-delay: 0s;
    }
    #basemsp-accessible-homepage.bm-motion .bm-proof-slide {
      opacity: 0;
      transform: translateX(34px);
      transition-delay: 0s;
    }
    #basemsp-accessible-homepage.bm-motion .bm-proof-slide.bm-active {
      opacity: 1;
      transform: translateX(0);
    }
    #basemsp-accessible-homepage.bm-motion .bm-proof-slide::before { opacity: 1; transform: none; }
    #basemsp-accessible-homepage .bm-proof-slide::before { top: 22px; }
    #basemsp-accessible-homepage .bm-proof-slide > p {
      max-width: 760px;
      margin: 0;
      align-self: center;
      font-size: clamp(19px,2vw,24px);
      line-height: 1.62;
    }
    #basemsp-accessible-homepage .bm-proof-slide footer {
      position: static;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding-top: 24px;
    }
    #basemsp-accessible-homepage .bm-proof-person { display: grid; gap: 5px; min-width: 0; }
    #basemsp-accessible-homepage .bm-proof-logo {
      display: block;
      flex: 0 0 auto;
      width: auto;
      max-width: 180px;
      max-height: 56px;
      object-fit: contain;
      object-position: right center;
    }
    #basemsp-accessible-homepage .bm-proof-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 17px;
      margin-top: 25px;
    }
    #basemsp-accessible-homepage .bm-proof-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      padding: 0;
      border: 1px solid #cfdee3;
      border-radius: 50%;
      color: #17475a;
      background: #ffffff;
      font: inherit;
      cursor: pointer;
      transition: color .2s ease,border-color .2s ease,transform .2s ease;
    }
    #basemsp-accessible-homepage .bm-proof-arrow:hover { color: #007eae; border-color: rgba(1,159,219,.5); transform: translateY(-1px); }
    #basemsp-accessible-homepage .bm-proof-dots { display: flex; align-items: center; gap: 8px; }
    #basemsp-accessible-homepage .bm-proof-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: #b7cbd1;
      cursor: pointer;
      transition: width .28s ease,background .28s ease;
    }
    #basemsp-accessible-homepage .bm-proof-dot[aria-current="true"] { width: 26px; background: #019fdb; }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-hero { padding-top: 82px; padding-bottom: 88px; }
      #basemsp-accessible-homepage .bm-hero h1 { font-size: clamp(39px,11vw,52px); }
      #basemsp-accessible-homepage .bm-proof-stage,
      #basemsp-accessible-homepage .bm-proof-slide { min-height: 390px; }
      #basemsp-accessible-homepage .bm-proof-slide { padding: 34px 25px 28px; }
      #basemsp-accessible-homepage .bm-proof-slide > p { font-size: 18px; }
      #basemsp-accessible-homepage .bm-proof-slide footer { gap: 16px; }
      #basemsp-accessible-homepage .bm-proof-logo { max-width: 112px; max-height: 48px; }
    }

    @media (prefers-reduced-motion: reduce) {
      #basemsp-accessible-homepage .bm-top::after,
      #basemsp-accessible-homepage .bm-proof-slide { animation: none; transition: none; }
    }

    /* Visible, constant hero atmosphere without competing with the message. */
    #basemsp-accessible-homepage .bm-top::before { z-index: 0; }
    #basemsp-accessible-homepage .bm-top::after {
      z-index: 0;
      inset: 0;
      opacity: .72;
      transform: none;
      background:
        linear-gradient(112deg,transparent 27%,rgba(75,208,240,.085) 47%,transparent 67%),
        radial-gradient(circle at 50% 48%,rgba(1,159,219,.12),transparent 43%);
      background-size: 230% 100%,auto;
      animation: bm-hero-scan 16s linear infinite;
    }
    #basemsp-accessible-homepage .bm-hero { z-index: 1; }
    #basemsp-accessible-homepage .bm-day-to-day { scroll-margin-top: 100px; }
    @keyframes bm-hero-scan {
      from { background-position: 155% 0,0 0; }
      to { background-position: -155% 0,0 0; }
    }/* Functional top links with a quiet underline interaction. */

    /* Buttons retain their hover treatment without shifting position. */
    #basemsp-accessible-homepage .bm-button:hover,
    #basemsp-accessible-homepage .bm-proof-arrow:hover { transform: none; }

    /* Multi-card testimonial rail: three desktop, two tablet, one mobile. */
    #basemsp-accessible-homepage .bm-proof-carousel { max-width: none; }
    #basemsp-accessible-homepage .bm-proof-viewport {
      margin: -8px -4px -16px;
      padding: 8px 4px 16px;
      overflow: hidden;
    }
    #basemsp-accessible-homepage .bm-proof-track {
      display: flex;
      align-items: stretch;
      gap: 20px;
      transform: translateX(0);
      transition: transform .62s cubic-bezier(.2,.7,.2,1);
      will-change: transform;
    }
    #basemsp-accessible-homepage .bm-proof-track.bm-no-transition { transition: none; }
    #basemsp-accessible-homepage .bm-proof-slide,
    #basemsp-accessible-homepage.bm-motion .bm-proof-slide,
    #basemsp-accessible-homepage .bm-proof-slide.bm-active,
    #basemsp-accessible-homepage.bm-motion .bm-proof-slide.bm-active {
      position: relative;
      inset: auto;
      flex: 0 0 calc((100% - 40px) / 3);
      min-height: 370px;
      padding: 32px;
      opacity: 1;
      visibility: visible;
      transform: none;
      pointer-events: auto;
      transition: none;
    }
    #basemsp-accessible-homepage .bm-proof-slide > p {
      align-self: start;
      font-size: 17px;
      line-height: 1.68;
    }
    #basemsp-accessible-homepage .bm-proof-slide footer { gap: 16px; padding-top: 20px; }
    #basemsp-accessible-homepage .bm-proof-logo { max-width: 112px; max-height: 50px; }

    @media (max-width: 1000px) {
      #basemsp-accessible-homepage .bm-proof-slide,
      #basemsp-accessible-homepage.bm-motion .bm-proof-slide,
      #basemsp-accessible-homepage .bm-proof-slide.bm-active,
      #basemsp-accessible-homepage.bm-motion .bm-proof-slide.bm-active {
        flex-basis: calc((100% - 20px) / 2);
        min-height: 360px;
        padding: 34px;
      }
      #basemsp-accessible-homepage .bm-proof-slide > p { font-size: 18px; }
      #basemsp-accessible-homepage .bm-proof-logo { max-width: 135px; max-height: 52px; }
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-proof-slide,
      #basemsp-accessible-homepage.bm-motion .bm-proof-slide,
      #basemsp-accessible-homepage .bm-proof-slide.bm-active,
      #basemsp-accessible-homepage.bm-motion .bm-proof-slide.bm-active {
        flex-basis: 100%;
        min-height: 390px;
        padding: 34px 25px 28px;
      }
      #basemsp-accessible-homepage .bm-proof-logo { max-width: 112px; max-height: 48px; }
    }

    @media (prefers-reduced-motion: reduce) {
      #basemsp-accessible-homepage .bm-top::after { animation: none; }
      #basemsp-accessible-homepage .bm-proof-track { transition: none; }
    }

    /* Retained refinements on the previously approved homepage. */
    #basemsp-accessible-homepage .bm-proof {
      color: #f4fbfd;
      background:
        radial-gradient(circle at 12% 0,rgba(1,159,219,.18),transparent 34%),
        radial-gradient(circle at 88% 100%,rgba(95,212,242,.1),transparent 32%),
        linear-gradient(145deg,#051f2b,#0a3646);
      border-top: 1px solid rgba(95,212,242,.2);
      border-bottom: 1px solid rgba(95,212,242,.16);
    }
    #basemsp-accessible-homepage .bm-proof h2 { color: #f6fcfd; }
    #basemsp-accessible-homepage .bm-proof .bm-eyebrow { color: #67d8f3; }
    #basemsp-accessible-homepage .bm-proof .bm-heading-grid > p { color: #bfd0d5; }
    #basemsp-accessible-homepage .bm-proof-card {
      background: #ffffff;
      border-color: rgba(205,230,236,.85);
      box-shadow: 0 24px 58px rgba(0,0,0,.2);
    }
    #basemsp-accessible-homepage .bm-proof-slide > p { padding-top: 35px; }
    #basemsp-accessible-homepage .bm-proof-arrow,
    #basemsp-accessible-homepage .bm-proof-arrow:hover {
      border-color: transparent;
      color: #d8eaee;
      background: transparent;
      box-shadow: none;
    }
    #basemsp-accessible-homepage .bm-proof-arrow:hover { color: #67d8f3; }
    #basemsp-accessible-homepage .bm-proof-dot { background: rgba(255,255,255,.32); }
    #basemsp-accessible-homepage .bm-proof-dot[aria-current="true"] { background: #67d8f3; }

    /* Keep the following capability section clean and uncoloured. */
    #basemsp-accessible-homepage .bm-within-reach { background: #ffffff; }
    #basemsp-accessible-homepage .bm-within-reach::before,
    #basemsp-accessible-homepage .bm-within-reach::after { display: none; }/* Footer body copy uses one size; only the column headings are larger. */


    /* Complete light-background colour system for the capability section. */
    #basemsp-accessible-homepage .bm-within-reach {
      color: #073a4d;
      background: #ffffff;
    }
    #basemsp-accessible-homepage .bm-within-reach h2 { color: #073a4d; }
    #basemsp-accessible-homepage .bm-within-reach .bm-eyebrow { color: #007eae; }
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-copy > p:not(.bm-eyebrow) {
      color: #4c6872;
    }
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-note {
      color: #244d5c;
      border-left-color: #019fdb;
      background: linear-gradient(90deg,#edf9fc,rgba(237,249,252,0));
    }
    #basemsp-accessible-homepage .bm-within-reach .bm-capability {
      border-color: #d4e4e8;
      background: linear-gradient(145deg,#fafdfe,#eff9fb);
      box-shadow: 0 15px 36px rgba(7,58,77,.07);
      backdrop-filter: none;
    }
    #basemsp-accessible-homepage .bm-within-reach .bm-capability:hover {
      border-color: rgba(1,159,219,.45);
      box-shadow: 0 22px 48px rgba(7,58,77,.12);
    }
    #basemsp-accessible-homepage .bm-within-reach .bm-capability strong { color: #073a4d; }
    #basemsp-accessible-homepage .bm-within-reach .bm-capability p { color: #607780; }


    /* Ensure testimonial attribution remains readable on the white cards. */
    #basemsp-accessible-homepage .bm-proof-card strong,
    #basemsp-accessible-homepage .bm-proof-person strong { color: #073a4d; }
    #basemsp-accessible-homepage .bm-proof-card footer span { color: #70868e; }

    /* Sharper capability cards and a tighter transition into the next section. */
    #basemsp-accessible-homepage .bm-within-reach {
      padding-bottom: 76px;
      background: #ffffff;
    }
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-note {
      color: #244d5c;
      border: 1px solid #d5e4e8;
      border-left: 3px solid #019fdb;
      background: #ffffff;
      box-shadow: 0 12px 30px rgba(7,58,77,.06);
    }
    #basemsp-accessible-homepage .bm-within-reach .bm-capability {
      border: 1px solid #cbdde2;
      background: #ffffff;
      box-shadow: 0 16px 38px rgba(7,58,77,.09);
    }
    #basemsp-accessible-homepage .bm-within-reach .bm-capability::after { display: none; }
    #basemsp-accessible-homepage .bm-within-reach .bm-capability:hover {
      border-color: rgba(1,159,219,.5);
      background: #ffffff;
      box-shadow: 0 22px 48px rgba(7,58,77,.13);
    }
    #basemsp-accessible-homepage .bm-review-wrap { padding-top: 0; }/* Footer uses one size and a strict white/brand-blue palette. */


    /* Capability icon system, supporting copy scale and refined section rhythm. */
    #basemsp-accessible-homepage .bm-within-reach { padding-bottom: 88px; }
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-note {
      font-size: 15px;
      line-height: 1.65;
    }
    #basemsp-accessible-homepage .bm-capability-mark { display: none; }
    #basemsp-accessible-homepage .bm-capability-title {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 17px;
    }
    #basemsp-accessible-homepage .bm-capability-title strong {
      margin: 0;
      line-height: 1.35;
    }
    #basemsp-accessible-homepage .bm-capability-icon {
      display: inline-flex;
      flex: 0 0 44px;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border: 1px solid #c9e5ed;
      border-radius: 14px;
      color: #007eae;
      background: #eef9fc;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    }
    #basemsp-accessible-homepage .bm-capability-icon svg {
      width: 21px;
      height: 21px;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* A tighter, contained shadow for the Microsoft 365 review panel. */
    #basemsp-accessible-homepage .bm-review {
      box-shadow: 0 24px 54px rgba(7,58,77,.18);
    }
    #basemsp-accessible-homepage .bm-review-wrap {
      padding-bottom: 84px;
      overflow: visible;
    }


    /* Quiet reassurance line: retain the message without another card-like surface. */
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-note {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-top: 24px;
      padding: 0;
      border: 0;
      color: #526d77;
      background: transparent;
      box-shadow: none;
      font-size: 14px;
      line-height: 1.65;
    }
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-note::before {
      content: "";
      flex: 0 0 27px;
      width: 27px;
      height: 2px;
      margin-top: .78em;
      background: #019fdb;
      box-shadow: 7px 0 16px rgba(1,159,219,.24);
    }


    /* Exact spacing and reassurance scale for the approved section rhythm. */
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-note { font-size: 12px; }
    #basemsp-accessible-homepage .bm-review-wrap { padding-bottom: 118px; }


    /* Directly override the broader paragraph rule for this exact element. */
    #basemsp-accessible-homepage .bm-within-reach .bm-reach-copy > p.bm-reach-note:not(.bm-eyebrow) {
      font-size: 12px;
    }


    /* Shared link system: consistent colours and static hover behaviour. */
    #basemsp-accessible-homepage {
      --bm-utility-text: #051e29;
      --bm-link-hover: #019fdb;
    }
    #basemsp-accessible-homepage .bm-text-link:hover,
    #basemsp-accessible-homepage main a:not(.bm-button):not(.bm-outline):hover {
      color: var(--bm-link-hover);
    }#basemsp-accessible-homepage a,
    #basemsp-accessible-homepage a span,
    #basemsp-accessible-homepage a:hover,
    #basemsp-accessible-homepage a:hover span,
    #basemsp-accessible-homepage .bm-button:hover span,
    #basemsp-accessible-homepage .bm-text-link:hover span {
      transform: none !important;
    }

    #basemsp-accessible-homepage .bm-button,
    #basemsp-accessible-homepage .bm-button:hover {
      color: #ffffff;
    }

    #basemsp-accessible-homepage .bm-outline,
    #basemsp-accessible-homepage .bm-outline:hover {
      color: #051e29;
    }


    /* Original top-right gradient, now intentionally static and distraction-free. */
    #basemsp-accessible-homepage .bm-top::before {
      z-index: 0;
      animation: none;
      transform: none;
    }

    #basemsp-accessible-homepage .bm-top::after {
      display: none;
      animation: none;
    }


    /* Cohesive icon and alignment refinements for the approved homepage blueprint. */
    #basemsp-accessible-homepage .bm-access-point {
      display: grid;
      grid-template-columns: 38px minmax(0,1fr);
      align-items: center;
      gap: 12px;
    }

    #basemsp-accessible-homepage .bm-access-icon,
    #basemsp-accessible-homepage .bm-decision-icon,
    #basemsp-accessible-homepage .bm-price-icon,
    #basemsp-accessible-homepage .bm-standard-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      color: #018fc5;
      background: linear-gradient(145deg,#eefaff,#ffffff);
      border: 1px solid rgba(1,159,219,.22);
      box-shadow: 0 8px 22px rgba(7,58,77,.08),inset 0 1px 0 #ffffff;
    }

    #basemsp-accessible-homepage .bm-access-icon {
      width: 38px;
      height: 38px;
      border-radius: 12px;
    }

    #basemsp-accessible-homepage .bm-access-text {
      display: block;
      min-width: 0;
      color: #385c69;
      font-size: 12px;
    }

    #basemsp-accessible-homepage .bm-access-text > span { display: block; }

    #basemsp-accessible-homepage .bm-access-icon svg,
    #basemsp-accessible-homepage .bm-decision-icon svg,
    #basemsp-accessible-homepage .bm-price-icon svg,
    #basemsp-accessible-homepage .bm-standard-icon svg {
      width: 21px;
      height: 21px;
      stroke: currentColor;
      stroke-width: 1.65;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #basemsp-accessible-homepage .bm-decision-icon {
      width: 44px;
      height: 44px;
      margin: 2px 0 17px;
      border-radius: 14px;
      background: linear-gradient(145deg,#e8f8fd,#ffffff);
      box-shadow: 0 12px 28px rgba(7,58,77,.09),0 0 24px rgba(1,159,219,.06);
    }

    #basemsp-accessible-homepage .bm-decision-index {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 5px 8px;
      border: 1px solid rgba(1,159,219,.18);
      border-radius: 999px;
      background: rgba(1,159,219,.075);
    }

    #basemsp-accessible-homepage .bm-decision h3 {
      margin-top: 13px;
      font-size: 23px;
    }

    #basemsp-accessible-homepage .bm-decision p {
      max-width: 245px;
      margin-top: 10px;
    }

    #basemsp-accessible-homepage .bm-price-row {
      grid-template-columns: minmax(0,1fr) 172px;
      gap: 30px;
      min-height: 104px;
    }

    #basemsp-accessible-homepage .bm-price-service {
      display: grid;
      grid-template-columns: 44px minmax(0,1fr);
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    #basemsp-accessible-homepage .bm-price-icon {
      width: 44px;
      height: 44px;
      border-radius: 14px;
    }

    #basemsp-accessible-homepage .bm-price-service strong,
    #basemsp-accessible-homepage .bm-price-service small {
      display: block;
    }

    #basemsp-accessible-homepage .bm-price-service small {
      margin-top: 4px;
      line-height: 1.5;
    }

    #basemsp-accessible-homepage .bm-price {
      display: grid;
      justify-items: end;
      align-content: center;
      width: 172px;
      text-align: right;
      font-variant-numeric: tabular-nums;
    }

    #basemsp-accessible-homepage .bm-price .bm-price-amount {
      color: #006f99;
      font-size: 24px;
      line-height: 1.15;
      font-weight: 500;
    }

    #basemsp-accessible-homepage .bm-price .bm-price-unit {
      margin-top: 4px;
      color: #6f858d;
      font-size: 11px;
      line-height: 1.3;
      font-weight: 400;
      white-space: nowrap;
    }

    #basemsp-accessible-homepage .bm-fit-panel > p {
      margin-bottom: 18px;
      color: #b5c8ce;
    }

    #basemsp-accessible-homepage .bm-fit-row {
      padding: 13px 14px;
      border: 1px solid rgba(218,242,249,.11);
      border-radius: 14px;
      background: rgba(255,255,255,.035);
    }

    #basemsp-accessible-homepage .bm-fit-row + .bm-fit-row { margin-top: 10px; }

    #basemsp-accessible-homepage .bm-standard-name {
      display: flex;
      align-items: center;
      gap: 11px;
      min-width: 0;
    }

    #basemsp-accessible-homepage .bm-standard-icon {
      width: 34px;
      height: 34px;
      border-radius: 11px;
      color: #70d3f2;
      background: rgba(1,159,219,.1);
      border-color: rgba(112,211,242,.18);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    }

    #basemsp-accessible-homepage .bm-standard-icon svg {
      width: 18px;
      height: 18px;
    }

    #basemsp-accessible-homepage .bm-standard-name strong {
      color: #f4fbfd;
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-access-point {
        grid-template-columns: 38px minmax(0,1fr);
        padding-top: 16px;
        padding-bottom: 3px;
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
        padding: 0 0 31px 36px;
      }

      #basemsp-accessible-homepage .bm-price-row {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      #basemsp-accessible-homepage .bm-price {
        justify-items: start;
        width: auto;
        padding-left: 58px;
        text-align: left;
      }

      #basemsp-accessible-homepage .bm-fit-row {
        align-items: flex-start;
      }
    }


    /* Review stages use compact circular number markers. */
    #basemsp-accessible-homepage .bm-review-row {
      grid-template-columns: 38px minmax(0,1fr);
      align-items: start;
      gap: 14px;
    }

    #basemsp-accessible-homepage .bm-review-row > span:first-child {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border: 1px solid rgba(91,210,244,.28);
      border-radius: 50%;
      color: #6ed4f2;
      background: rgba(1,159,219,.11);
      box-shadow: 0 0 0 4px rgba(1,159,219,.045),inset 0 1px 0 rgba(255,255,255,.08);
      font-size: 11px;
      line-height: 1;
      font-variant-numeric: tabular-nums;
    }

    /* The stage label itself is now the marker on the decision line. */
    #basemsp-accessible-homepage .bm-decision-icon { display: none; }

    #basemsp-accessible-homepage .bm-decision-flow {
      padding-top: 54px;
    }

    #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
      padding: 27px 26px 12px 0;
    }

    #basemsp-accessible-homepage .bm-decision-flow .bm-decision::after {
      content: none !important;
      display: none;
    }

    #basemsp-accessible-homepage .bm-decision-index {
      position: absolute;
      z-index: 3;
      top: -37px;
      left: 0;
      padding: 7px 11px;
      color: #007fae;
      background: #ffffff;
      border: 1px solid rgba(1,159,219,.32);
      box-shadow: 0 8px 20px rgba(7,58,77,.1),0 0 0 5px rgba(245,250,251,.82);
    }

    #basemsp-accessible-homepage .bm-decision h3 {
      margin-top: 0;
    }

    /* Bespoke baseMSP service glyphs: one visual family, three distinct services. */
    #basemsp-accessible-homepage .bm-price-icon {
      width: 46px;
      height: 46px;
      border-color: rgba(58,199,237,.28);
      color: #f2fbfd;
      background:
        radial-gradient(circle at 80% 12%,rgba(45,205,239,.18),transparent 42%),
        linear-gradient(145deg,#0a3b4d,#051e29);
      box-shadow: 0 12px 28px rgba(5,30,41,.16),inset 0 1px 0 rgba(255,255,255,.09);
    }

    #basemsp-accessible-homepage .bm-price-icon .bm-price-brand-glyph {
      width: 26px;
      height: 26px;
      overflow: visible;
    }

    #basemsp-accessible-homepage .bm-price-icon .bm-glyph-base,
    #basemsp-accessible-homepage .bm-price-icon .bm-glyph-accent {
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #basemsp-accessible-homepage .bm-price-icon .bm-glyph-base {
      stroke: #eefbfd;
      stroke-width: 1.45;
    }

    #basemsp-accessible-homepage .bm-price-icon .bm-glyph-accent {
      stroke: #27c8ed;
      stroke-width: 1.7;
    }

    #basemsp-accessible-homepage .bm-price-icon .bm-glyph-node {
      fill: #27c8ed;
      stroke: #073142;
      stroke-width: .55;
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-decision-flow {
        padding-top: 27px;
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
        min-height: 150px;
        padding: 1px 0 33px 82px;
      }

      #basemsp-accessible-homepage .bm-decision-index {
        top: 0;
        left: -7px;
        box-shadow: 0 6px 16px rgba(7,58,77,.1),0 0 0 5px #ffffff;
      }

      #basemsp-accessible-homepage .bm-decision h3 {
        margin-top: 1px;
      }

      #basemsp-accessible-homepage .bm-decision p {
        max-width: none;
      }
    }


    /* More breathing room above the pathway, with stage labels integrated into the line. */
    #basemsp-accessible-homepage .bm-decision-flow {
      padding-top: 70px;
      padding-bottom: 34px;
    }

    #basemsp-accessible-homepage .bm-decision-flow::before {
      left: 34px;
      right: calc(25% + 17px);
      top: 44px;
      height: 2px;
      background: #d8e8ec;
      transform: none !important;
      transition: none !important;
    }

    #basemsp-accessible-homepage .bm-decision-flow::after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 34px;
      right: calc(25% + 17px);
      top: 44px;
      height: 2px;
      background: linear-gradient(90deg,#019fdb,#42c8ef);
      box-shadow: 0 0 12px rgba(1,159,219,.24);
      transform: scaleX(0);
      transform-origin: left center;
    }

    #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
      padding-top: 25px;
    }

    #basemsp-accessible-homepage .bm-decision-index {
      top: -42px;
    }

    #basemsp-accessible-homepage .bm-decision:first-of-type .bm-decision-index {
      color: #ffffff;
      background: #00769f;
      border-color: #019fdb;
      box-shadow: 0 9px 22px rgba(1,159,219,.24),0 0 0 5px rgba(245,250,251,.9);
    }

    #basemsp-accessible-homepage .bm-decision-title-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 25px;
      height: 25px;
      color: #019fdb;
    }

    #basemsp-accessible-homepage .bm-decision-title-icon svg {
      width: 25px;
      height: 25px;
      overflow: visible;
    }

    #basemsp-accessible-homepage .bm-decision-title-icon .bm-title-base,
    #basemsp-accessible-homepage .bm-decision-title-icon .bm-title-accent {
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #basemsp-accessible-homepage .bm-decision-title-icon .bm-title-base {
      stroke: #17475a;
      stroke-width: 1.35;
    }

    #basemsp-accessible-homepage .bm-decision-title-icon .bm-title-accent {
      stroke: #019fdb;
      stroke-width: 1.65;
    }

    #basemsp-accessible-homepage .bm-decision-title-icon .bm-title-node {
      fill: #019fdb;
      stroke: #ffffff;
      stroke-width: .65;
    }

    #basemsp-accessible-homepage .bm-decision h3 {
      display: flex;
      align-items: center;
      gap: 9px;
    }

    #basemsp-accessible-homepage .bm-decision-pulse {
      position: absolute;
      z-index: 4;
      left: 29px;
      top: 39px;
      width: 11px;
      height: 11px;
      border: 2px solid #dff8ff;
      border-radius: 50%;
      background: #019fdb;
      box-shadow: 0 0 0 5px rgba(1,159,219,.12),0 0 22px rgba(1,159,219,.9);
      opacity: 0;
      pointer-events: none;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible)::after {
      animation: bm-decision-progress 3.75s linear forwards;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision-pulse {
      animation: bm-decision-pulse-across 3.75s linear forwards;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision:nth-of-type(2) .bm-decision-index {
      animation: bm-decision-stage-fill .32s 1.18s ease-out forwards;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision:nth-of-type(3) .bm-decision-index {
      animation: bm-decision-stage-fill .32s 2.38s ease-out forwards;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision:nth-of-type(4) .bm-decision-index {
      animation: bm-decision-stage-fill .32s 3.55s ease-out forwards;
    }

    @keyframes bm-decision-progress {
      from { transform: scaleX(0); }
      to { transform: scaleX(1); }
    }

    @keyframes bm-decision-pulse-across {
      0% { left: 29px; opacity: 0; transform: scale(.72); }
      4% { opacity: 1; transform: scale(1); }
      31% { transform: scale(1); }
      33% { transform: scale(1.32); }
      35% { transform: scale(1); }
      63% { transform: scale(1); }
      65% { transform: scale(1.32); }
      67% { transform: scale(1); }
      95% { opacity: 1; transform: scale(1); }
      98% { transform: scale(1.32); }
      100% { left: calc(75% - 22px); opacity: 0; transform: scale(.72); }
    }

    @keyframes bm-decision-stage-fill {
      to {
        color: #ffffff;
        background: #00769f;
        border-color: #019fdb;
        box-shadow: 0 9px 22px rgba(1,159,219,.24),0 0 0 5px rgba(245,250,251,.9);
      }
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-decision-flow {
        padding-top: 38px;
        padding-bottom: 38px;
      }

      #basemsp-accessible-homepage .bm-decision-flow::before {
        left: 26px;
        right: auto;
        top: 38px;
        bottom: 38px;
        width: 2px;
        height: auto;
      }

      #basemsp-accessible-homepage .bm-decision-flow::after {
        left: 26px;
        right: auto;
        top: 38px;
        bottom: 38px;
        width: 2px;
        height: auto;
        transform: scaleY(0);
        transform-origin: center top;
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
        min-height: 160px;
        padding: 1px 0 38px 82px;
      }

      #basemsp-accessible-homepage .bm-decision-index {
        top: 0;
      }

      #basemsp-accessible-homepage .bm-decision-pulse {
        left: 21px;
        top: 33px;
      }

      #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible)::after {
        animation-name: bm-decision-progress-mobile;
      }

      #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision-pulse {
        animation-name: bm-decision-pulse-down;
      }
    }

    @keyframes bm-decision-progress-mobile {
      from { transform: scaleY(0); }
      to { transform: scaleY(1); }
    }

    @keyframes bm-decision-pulse-down {
      0% { top: 33px; opacity: 0; transform: scale(.72); }
      4% { opacity: 1; transform: scale(1); }
      31% { transform: scale(1); }
      33% { transform: scale(1.32); }
      35% { transform: scale(1); }
      63% { transform: scale(1); }
      65% { transform: scale(1.32); }
      67% { transform: scale(1); }
      95% { opacity: 1; transform: scale(1); }
      98% { transform: scale(1.32); }
      100% { top: calc(100% - 44px); opacity: 0; transform: scale(.72); }
    }

    @media (prefers-reduced-motion: reduce) {
      #basemsp-accessible-homepage .bm-decision-flow::after {
        animation: none !important;
        transform: none;
      }

      #basemsp-accessible-homepage .bm-decision-pulse {
        display: none;
      }

      #basemsp-accessible-homepage .bm-decision-index {
        animation: none !important;
        color: #ffffff;
        background: #00769f;
        border-color: #019fdb;
      }
    }


    /* Reading-paced pathway: line and pulse remain behind solid stage markers. */
    #basemsp-accessible-homepage .bm-decision-flow::before { z-index: 0; }
    #basemsp-accessible-homepage .bm-decision-flow::after { z-index: 1; }

    #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
      z-index: 3;
    }

    #basemsp-accessible-homepage .bm-decision-index {
      z-index: 6;
      box-shadow: 0 8px 20px rgba(7,58,77,.1),0 0 0 7px #ffffff;
    }

    #basemsp-accessible-homepage .bm-decision:first-of-type .bm-decision-index {
      box-shadow: 0 9px 22px rgba(1,159,219,.24),0 0 0 7px #ffffff;
    }

    #basemsp-accessible-homepage .bm-decision-pulse {
      z-index: 2;
    }

    /* Sharper bespoke glyphs inside circular baseMSP-blue title markers. */
    #basemsp-accessible-homepage .bm-decision-title-icon {
      width: 36px;
      height: 36px;
      border: 1px solid rgba(39,200,237,.38);
      border-radius: 50%;
      color: #ffffff;
      background:
        radial-gradient(circle at 72% 18%,rgba(39,200,237,.24),transparent 42%),
        linear-gradient(145deg,#0b4a60,#052b3a);
      box-shadow: 0 8px 20px rgba(5,30,41,.15),inset 0 1px 0 rgba(255,255,255,.1);
    }

    #basemsp-accessible-homepage .bm-decision-title-icon svg {
      width: 20px;
      height: 20px;
      shape-rendering: geometricPrecision;
    }

    #basemsp-accessible-homepage .bm-decision-title-icon .bm-title-base {
      stroke: #f2fbfd;
      stroke-width: 1.65;
    }

    #basemsp-accessible-homepage .bm-decision-title-icon .bm-title-accent {
      stroke: #35caee;
      stroke-width: 2;
    }

    #basemsp-accessible-homepage .bm-decision-title-icon .bm-title-node {
      fill: #35caee;
      stroke: #052b3a;
      stroke-width: .45;
    }

    #basemsp-accessible-homepage .bm-decision h3 { gap: 11px; }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible)::after {
      animation: bm-decision-progress-reading 15s linear forwards;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision-pulse {
      animation: bm-decision-pulse-reading 15s linear forwards;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision:nth-of-type(2) .bm-decision-index {
      animation: bm-decision-stage-fill-reading .35s 4.9s ease-out forwards;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision:nth-of-type(3) .bm-decision-index {
      animation: bm-decision-stage-fill-reading .35s 9.9s ease-out forwards;
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision:nth-of-type(4) .bm-decision-index {
      animation: bm-decision-stage-fill-reading .35s 14.65s ease-out forwards;
    }

    @keyframes bm-decision-progress-reading {
      0%,20% { transform: scaleX(0); }
      33.333%,53.333% { transform: scaleX(.33333); }
      66.666%,86.666% { transform: scaleX(.66666); }
      100% { transform: scaleX(1); }
    }

    @keyframes bm-decision-pulse-reading {
      0% { left: 29px; opacity: 0; transform: scale(.72); }
      2%,20% { left: 29px; opacity: 1; transform: scale(1); }
      32.4% { left: calc(25% + 13px); opacity: 1; transform: scale(1); }
      33.333% { left: calc(25% + 13px); opacity: 1; transform: scale(1.32); }
      34.2%,53.333% { left: calc(25% + 13px); opacity: 1; transform: scale(1); }
      65.8% { left: calc(50% - 5px); opacity: 1; transform: scale(1); }
      66.666% { left: calc(50% - 5px); opacity: 1; transform: scale(1.32); }
      67.5%,86.666% { left: calc(50% - 5px); opacity: 1; transform: scale(1); }
      99.2% { left: calc(75% - 22px); opacity: 1; transform: scale(1.32); }
      100% { left: calc(75% - 22px); opacity: 0; transform: scale(.72); }
    }

    @keyframes bm-decision-stage-fill-reading {
      to {
        color: #ffffff;
        background: #00769f;
        border-color: #019fdb;
        box-shadow: 0 9px 22px rgba(1,159,219,.24),0 0 0 7px #ffffff;
      }
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible)::after {
        animation-name: bm-decision-progress-reading-mobile;
      }

      #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision-pulse {
        animation-name: bm-decision-pulse-reading-mobile;
      }
    }

    @keyframes bm-decision-progress-reading-mobile {
      0%,20% { transform: scaleY(0); }
      33.333%,53.333% { transform: scaleY(.33333); }
      66.666%,86.666% { transform: scaleY(.66666); }
      100% { transform: scaleY(1); }
    }

    @keyframes bm-decision-pulse-reading-mobile {
      0% { top: 33px; opacity: 0; transform: scale(.72); }
      2%,20% { top: 33px; opacity: 1; transform: scale(1); }
      32.4% { top: calc(25% + 13px); opacity: 1; transform: scale(1); }
      33.333% { top: calc(25% + 13px); opacity: 1; transform: scale(1.32); }
      34.2%,53.333% { top: calc(25% + 13px); opacity: 1; transform: scale(1); }
      65.8% { top: calc(50% - 5px); opacity: 1; transform: scale(1); }
      66.666% { top: calc(50% - 5px); opacity: 1; transform: scale(1.32); }
      67.5%,86.666% { top: calc(50% - 5px); opacity: 1; transform: scale(1); }
      99.2% { top: calc(75% - 22px); opacity: 1; transform: scale(1.32); }
      100% { top: calc(75% - 22px); opacity: 0; transform: scale(.72); }
    }

    @media (prefers-reduced-motion: reduce) {
      #basemsp-accessible-homepage .bm-decision-index {
        box-shadow: 0 9px 22px rgba(1,159,219,.24),0 0 0 7px #ffffff;
      }
    }

  
    /* Centred pathway and unified baseMSP icon system. */
    #basemsp-accessible-homepage .bm-decision-flow {
      position: relative;
    }

    #basemsp-accessible-homepage .bm-decision-flow::before,
    #basemsp-accessible-homepage .bm-decision-flow::after {
      left: calc(12.5% + 26px);
      right: calc(12.5% + 26px);
      top: 45.5px;
    }

    #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
      padding: 25px 22px 12px;
      text-align: center;
    }

    #basemsp-accessible-homepage .bm-decision-index {
      left: 50%;
      transform: translateX(-50%);
    }

    #basemsp-accessible-homepage .bm-decision h3 {
      display: block;
      margin-top: 0;
      text-align: center;
    }

    #basemsp-accessible-homepage .bm-decision p {
      max-width: 245px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    #basemsp-accessible-homepage .bm-decision-pulse {
      left: calc(12.5% + 26px);
      top: 41px;
      transform: translateX(-50%) scale(.72);
      box-shadow: 0 0 0 4px rgba(1,159,219,.1),0 0 16px rgba(1,159,219,.72);
    }

    #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision-pulse {
      animation-name: bm-decision-pulse-centred;
    }

    @keyframes bm-decision-pulse-centred {
      0% { left: calc(12.5% + 26px); opacity: 0; transform: translateX(-50%) scale(.72); }
      2%,20% { left: calc(12.5% + 26px); opacity: 1; transform: translateX(-50%) scale(1); }
      32.4% { left: calc(37.5% + 9px); opacity: 1; transform: translateX(-50%) scale(1); }
      33.333% { left: calc(37.5% + 9px); opacity: 1; transform: translateX(-50%) scale(1.24); }
      34.2%,53.333% { left: calc(37.5% + 9px); opacity: 1; transform: translateX(-50%) scale(1); }
      65.8% { left: calc(62.5% - 9px); opacity: 1; transform: translateX(-50%) scale(1); }
      66.666% { left: calc(62.5% - 9px); opacity: 1; transform: translateX(-50%) scale(1.24); }
      67.5%,86.666% { left: calc(62.5% - 9px); opacity: 1; transform: translateX(-50%) scale(1); }
      99.2% { left: calc(87.5% - 26px); opacity: 1; transform: translateX(-50%) scale(1.24); }
      100% { left: calc(87.5% - 26px); opacity: 0; transform: translateX(-50%) scale(.72); }
    }

    #basemsp-accessible-homepage .bm-access-icon,
    #basemsp-accessible-homepage .bm-capability-icon,
    #basemsp-accessible-homepage .bm-price-icon,
    #basemsp-accessible-homepage .bm-standard-icon {
      border-radius: 50%;
      color: #f2fbfd;
      border-color: rgba(53,202,238,.38);
      background:
        radial-gradient(circle at 74% 17%,rgba(53,202,238,.26),transparent 42%),
        linear-gradient(145deg,#0b4a60,#052b3a);
      box-shadow: 0 10px 24px rgba(5,30,41,.15),inset 0 1px 0 rgba(255,255,255,.11);
    }

    #basemsp-accessible-homepage .bm-access-icon svg,
    #basemsp-accessible-homepage .bm-capability-icon svg,
    #basemsp-accessible-homepage .bm-standard-icon svg {
      color: #f2fbfd;
      stroke: #f2fbfd;
      stroke-width: 1.7;
      shape-rendering: geometricPrecision;
    }

    #basemsp-accessible-homepage .bm-access-icon svg > :last-child,
    #basemsp-accessible-homepage .bm-capability-icon svg > :last-child,
    #basemsp-accessible-homepage .bm-standard-icon svg > :last-child {
      stroke: #35caee;
      stroke-width: 1.95;
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-decision-flow::before,
      #basemsp-accessible-homepage .bm-decision-flow::after {
        left: 58px;
        right: auto;
        top: 57.5px;
        bottom: calc(25% - 27.5px);
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
        min-height: 160px;
        padding: 1px 0 38px 82px;
        text-align: left;
      }

      #basemsp-accessible-homepage .bm-decision-index {
        top: 0;
        left: -7px;
        transform: none;
      }

      #basemsp-accessible-homepage .bm-decision h3,
      #basemsp-accessible-homepage .bm-decision p {
        text-align: left;
      }

      #basemsp-accessible-homepage .bm-decision p {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
      }

      #basemsp-accessible-homepage .bm-decision-pulse {
        left: 58px;
        top: 57.5px;
        transform: translate(-50%,-50%) scale(.72);
      }

      #basemsp-accessible-homepage.bm-motion .bm-decision-flow:has(.bm-decision.bm-visible) .bm-decision-pulse {
        animation-name: bm-decision-pulse-centred-mobile;
      }
    }

    @keyframes bm-decision-pulse-centred-mobile {
      0% { top: 57.5px; opacity: 0; transform: translate(-50%,-50%) scale(.72); }
      2%,20% { top: 57.5px; opacity: 1; transform: translate(-50%,-50%) scale(1); }
      32.4% { top: calc(25% + 47.5px); opacity: 1; transform: translate(-50%,-50%) scale(1); }
      33.333% { top: calc(25% + 47.5px); opacity: 1; transform: translate(-50%,-50%) scale(1.24); }
      34.2%,53.333% { top: calc(25% + 47.5px); opacity: 1; transform: translate(-50%,-50%) scale(1); }
      65.8% { top: calc(50% + 37.5px); opacity: 1; transform: translate(-50%,-50%) scale(1); }
      66.666% { top: calc(50% + 37.5px); opacity: 1; transform: translate(-50%,-50%) scale(1.24); }
      67.5%,86.666% { top: calc(50% + 37.5px); opacity: 1; transform: translate(-50%,-50%) scale(1); }
      99.2% { top: calc(75% + 27.5px); opacity: 1; transform: translate(-50%,-50%) scale(1.24); }
      100% { top: calc(75% + 27.5px); opacity: 0; transform: translate(-50%,-50%) scale(.72); }
    }

  
    /* Compact service-card headers: branded number markers sit beside the title. */
    #basemsp-accessible-homepage .bm-services {
      align-items: stretch;
    }

    #basemsp-accessible-homepage .bm-service {
      display: grid;
      grid-template-columns: 52px minmax(0,1fr);
      grid-template-rows: auto auto auto 1fr;
      align-content: start;
      column-gap: 16px;
      min-height: 0;
      padding: 32px 30px 29px;
    }

    #basemsp-accessible-homepage .bm-service-number {
      grid-column: 1;
      grid-row: 1 / span 2;
      align-self: center;
      width: 46px;
      height: 46px;
      margin: 0;
      border: 1px solid rgba(53,202,238,.38);
      border-radius: 50%;
      color: #f2fbfd;
      background:
        radial-gradient(circle at 74% 17%,rgba(53,202,238,.26),transparent 42%),
        linear-gradient(145deg,#0b4a60,#052b3a);
      box-shadow: 0 10px 24px rgba(5,30,41,.15),inset 0 1px 0 rgba(255,255,255,.11);
      font-size: 12px;
      letter-spacing: .07em;
    }

    #basemsp-accessible-homepage .bm-service-kicker {
      grid-column: 2;
      grid-row: 1;
      align-self: end;
      margin: 0 0 4px;
    }

    #basemsp-accessible-homepage .bm-service h3 {
      grid-column: 2;
      grid-row: 2;
      align-self: start;
      margin: 0;
    }

    #basemsp-accessible-homepage .bm-service > p:last-of-type {
      grid-column: 1 / -1;
      grid-row: 3;
      margin: 23px 0 0;
    }

    #basemsp-accessible-homepage .bm-service .bm-result {
      grid-column: 1 / -1;
      grid-row: 4;
      align-self: end;
      width: 100%;
      margin-top: 22px;
      padding-top: 18px;
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-service {
        grid-template-columns: 50px minmax(0,1fr);
        column-gap: 14px;
        padding: 28px 24px 26px;
      }

      #basemsp-accessible-homepage .bm-service-number {
        width: 44px;
        height: 44px;
        margin: 0;
      }

      #basemsp-accessible-homepage .bm-service > p:last-of-type {
        margin-top: 20px;
      }

      #basemsp-accessible-homepage .bm-service .bm-result {
        margin-top: 19px;
        padding-top: 17px;
      }
    }

  
    /* Requested pathway spacing refinement. */
    #basemsp-accessible-homepage .bm-decision-flow {
      padding-top: 90px;
    }

    #basemsp-accessible-homepage .bm-decision-flow::before,
    #basemsp-accessible-homepage .bm-decision-flow::after {
      top: 65.5px;
    }

    #basemsp-accessible-homepage .bm-decision-pulse {
      top: 61px;
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-decision-flow {
        padding-top: 38px;
      }

      #basemsp-accessible-homepage .bm-decision-flow::before,
      #basemsp-accessible-homepage .bm-decision-flow::after {
        top: 57.5px;
      }

      #basemsp-accessible-homepage .bm-decision-pulse {
        top: 57.5px;
      }
    }

  
    /* Opening statement follows the homepage section-spacing system without a divider. */
    #basemsp-accessible-homepage .bm-day-to-day {
      border-bottom: 0;
    }

    #basemsp-accessible-homepage .bm-day-to-day-inner {
      padding-top: 118px;
      padding-bottom: 118px;
    }

    #basemsp-accessible-homepage .bm-what {
      border-top: 0;
    }

    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-day-to-day-inner {
        padding-top: 84px;
        padding-bottom: 84px;
      }
    }

  
    /* The opening statement supplies the shared spacing above this white section. */
    #basemsp-accessible-homepage .bm-what {
      padding-top: 0;
    }

  
    /* Mobile blueprint: centred hero, less duplication and swipeable card groups. */
    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-hero > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
      }

      #basemsp-accessible-homepage .bm-hero h1,
      #basemsp-accessible-homepage .bm-lead {
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-actions {
        align-items: center;
        justify-content: center;
        width: 100%;
      }

      #basemsp-accessible-homepage .bm-actions .bm-button,
      #basemsp-accessible-homepage .bm-actions .bm-text-link {
        align-self: center;
        justify-content: center;
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-hero-proof {
        justify-content: center;
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-access-band {
        display: none;
      }

      #basemsp-accessible-homepage .bm-services,
      #basemsp-accessible-homepage .bm-capabilities {
        display: flex;
        align-items: stretch;
        gap: 14px;
        width: auto;
        margin: -10px -14px -24px;
        padding: 10px 14px 24px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-padding-inline: 14px;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(1,159,219,.5) transparent;
      }

      #basemsp-accessible-homepage .bm-services::-webkit-scrollbar,
      #basemsp-accessible-homepage .bm-capabilities::-webkit-scrollbar {
        height: 4px;
      }

      #basemsp-accessible-homepage .bm-services::-webkit-scrollbar-track,
      #basemsp-accessible-homepage .bm-capabilities::-webkit-scrollbar-track {
        background: transparent;
      }

      #basemsp-accessible-homepage .bm-services::-webkit-scrollbar-thumb,
      #basemsp-accessible-homepage .bm-capabilities::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(1,159,219,.5);
      }

      #basemsp-accessible-homepage .bm-service {
        flex: 0 0 min(86%,360px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
      }

      #basemsp-accessible-homepage .bm-capability {
        flex: 0 0 min(84%,330px);
        min-height: 205px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
      }
    }

  
    /* Mobile decision stages use standalone numbered brand markers. */
    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-decision-flow {
        gap: 0;
        padding-top: 0;
        padding-bottom: 0;
      }

      #basemsp-accessible-homepage .bm-decision-flow::before,
      #basemsp-accessible-homepage .bm-decision-flow::after,
      #basemsp-accessible-homepage .bm-decision-pulse {
        display: none;
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
        min-height: 0;
        padding: 0 0 34px 62px;
        text-align: left;
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision:last-of-type {
        padding-bottom: 0;
      }

      #basemsp-accessible-homepage .bm-decision-index {
        top: 0;
        left: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid rgba(53,202,238,.38);
        border-radius: 50%;
        color: #f2fbfd;
        background:
          radial-gradient(circle at 74% 17%,rgba(53,202,238,.26),transparent 42%),
          linear-gradient(145deg,#0b4a60,#052b3a);
        box-shadow: 0 9px 22px rgba(5,30,41,.15),inset 0 1px 0 rgba(255,255,255,.11);
        font-size: 0;
        letter-spacing: 0;
        transform: none;
        animation: none !important;
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision:first-of-type .bm-decision-index {
        border-color: rgba(53,202,238,.38);
        background:
          radial-gradient(circle at 74% 17%,rgba(53,202,238,.26),transparent 42%),
          linear-gradient(145deg,#0b4a60,#052b3a);
        box-shadow: 0 9px 22px rgba(5,30,41,.15),inset 0 1px 0 rgba(255,255,255,.11);
      }

      #basemsp-accessible-homepage .bm-decision-index::after {
        color: #f2fbfd;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
      }

      #basemsp-accessible-homepage .bm-decision:nth-of-type(1) .bm-decision-index::after { content: "1"; }
      #basemsp-accessible-homepage .bm-decision:nth-of-type(2) .bm-decision-index::after { content: "2"; }
      #basemsp-accessible-homepage .bm-decision:nth-of-type(3) .bm-decision-index::after { content: "3"; }
      #basemsp-accessible-homepage .bm-decision:nth-of-type(4) .bm-decision-index::after { content: "4"; }

      #basemsp-accessible-homepage .bm-decision h3 {
        display: flex;
        align-items: center;
        min-height: 44px;
        margin-top: 0;
        text-align: left;
      }

      #basemsp-accessible-homepage .bm-decision p {
        margin-top: 9px;
        text-align: left;
      }

      #basemsp-accessible-homepage .bm-services,
      #basemsp-accessible-homepage .bm-capabilities {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }

      #basemsp-accessible-homepage .bm-services::-webkit-scrollbar,
      #basemsp-accessible-homepage .bm-capabilities::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
      }
    }

    /* Open section introductions share a centred reading rhythm on mobile. */
    @media (max-width: 720px) {
      #basemsp-accessible-homepage .bm-heading-grid,
      #basemsp-accessible-homepage .bm-reach-copy,
      #basemsp-accessible-homepage .bm-pricing-copy,
      #basemsp-accessible-homepage .bm-fit-copy,
      #basemsp-accessible-homepage .bm-faq-intro,
      #basemsp-accessible-homepage .bm-final-inner > div {
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-heading-grid > p,
      #basemsp-accessible-homepage .bm-reach-copy > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-pricing-copy > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-fit-copy > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-faq-intro > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-final-inner > div > p:not(.bm-eyebrow) {
        max-width: 34rem;
        margin-left: auto;
        margin-right: auto;
      }

      #basemsp-accessible-homepage .bm-within-reach .bm-reach-note {
        align-items: center;
        justify-content: center;
        max-width: 31rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-fit-points {
        width: fit-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
      }

      #basemsp-accessible-homepage .bm-final .bm-button {
        justify-self: center;
      }
    }

    /* Consolidated mobile UX blueprint: spacing, alignment and touch behaviour. */
    @media (max-width: 720px) {
      #basemsp-accessible-homepage {
        scroll-padding-top: 76px;
      }

      #basemsp-accessible-homepage .bm-shell {
        width: min(calc(100% - 40px),1180px);
      }

      #basemsp-accessible-homepage .bm-section {
        padding-top: 76px;
        padding-bottom: 76px;
      }

      #basemsp-accessible-homepage .bm-section h2,
      #basemsp-accessible-homepage .bm-review h2,
      #basemsp-accessible-homepage .bm-final h2 {
        font-size: clamp(31px,8.5vw,39px);
        line-height: 1.12;
        letter-spacing: -.035em;
      }

      #basemsp-accessible-homepage .bm-eyebrow {
        margin-bottom: 14px;
      }

      #basemsp-accessible-homepage .bm-heading-grid {
        gap: 22px;
        margin-bottom: 40px;
      }

      #basemsp-accessible-homepage .bm-heading-grid > p,
      #basemsp-accessible-homepage .bm-reach-copy > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-pricing-copy > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-fit-copy > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-review-copy > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-faq-intro > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-final-inner > div > p:not(.bm-eyebrow) {
        font-size: 17px;
        line-height: 1.65;
      }
      #basemsp-accessible-homepage .bm-button,
      #basemsp-accessible-homepage .bm-outline,
      #basemsp-accessible-homepage .bm-text-link {
        min-height: 44px;
      }

      #basemsp-accessible-homepage .bm-hero {
        padding-top: 64px;
        padding-bottom: 72px;
      }

      #basemsp-accessible-homepage .bm-hero h1 {
        font-size: clamp(36px,10.4vw,44px);
        line-height: 1.08;
      }

      #basemsp-accessible-homepage .bm-lead {
        margin-top: 22px;
        font-size: 17px;
        line-height: 1.62;
      }

      #basemsp-accessible-homepage .bm-actions {
        gap: 16px;
        margin-top: 30px;
      }

      #basemsp-accessible-homepage .bm-hero-proof {
        gap: 10px 18px;
        margin-top: 30px;
        padding-top: 18px;
      }

      #basemsp-accessible-homepage .bm-day-to-day-inner {
        padding-top: 76px;
        padding-bottom: 76px;
      }

      #basemsp-accessible-homepage .bm-day-to-day-copy {
        font-size: 20px;
        line-height: 1.56;
      }

      #basemsp-accessible-homepage .bm-what {
        padding-top: 0;
      }

      #basemsp-accessible-homepage .bm-reach-grid,
      #basemsp-accessible-homepage .bm-review,
      #basemsp-accessible-homepage .bm-pricing-grid,
      #basemsp-accessible-homepage .bm-fit-grid,
      #basemsp-accessible-homepage .bm-faq-grid {
        gap: 40px;
      }

      #basemsp-accessible-homepage .bm-services,
      #basemsp-accessible-homepage .bm-capabilities {
        margin: -8px -20px -22px;
        padding: 8px 20px 22px;
        scroll-padding-inline: 20px;
      }

      #basemsp-accessible-homepage .bm-service {
        flex-basis: min(86%,350px);
        padding: 28px 24px 26px;
      }

      #basemsp-accessible-homepage .bm-capability {
        flex-basis: min(84%,320px);
        min-height: 195px;
      }

      #basemsp-accessible-homepage .bm-proof-slide,
      #basemsp-accessible-homepage.bm-motion .bm-proof-slide,
      #basemsp-accessible-homepage .bm-proof-slide.bm-active,
      #basemsp-accessible-homepage.bm-motion .bm-proof-slide.bm-active {
        min-height: 350px;
        padding: 32px 24px 27px;
      }

      #basemsp-accessible-homepage .bm-proof-arrow {
        width: 44px;
        height: 44px;
      }

      #basemsp-accessible-homepage .bm-within-reach {
        padding-bottom: 76px;
      }

      #basemsp-accessible-homepage .bm-within-reach .bm-reach-note {
        margin-top: 22px;
      }

      #basemsp-accessible-homepage .bm-review-wrap {
        padding-top: 76px;
        padding-bottom: 76px;
      }

      #basemsp-accessible-homepage .bm-review {
        padding: 40px 22px;
        border-radius: 26px;
      }

      #basemsp-accessible-homepage .bm-review-copy {
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-review-copy > p:not(.bm-eyebrow) {
        max-width: 34rem;
        margin-left: auto;
        margin-right: auto;
      }

      #basemsp-accessible-homepage .bm-review-actions {
        flex-direction: column;
        justify-content: center;
        gap: 14px;
        margin-top: 28px;
      }

      #basemsp-accessible-homepage .bm-review-note {
        max-width: 25rem;
        line-height: 1.55;
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-review-steps {
        padding: 22px;
        border-radius: 20px;
      }

      #basemsp-accessible-homepage .bm-review-head {
        margin-bottom: 14px;
      }

      #basemsp-accessible-homepage .bm-review-row {
        padding-top: 18px;
        padding-bottom: 18px;
      }

      #basemsp-accessible-homepage .bm-decisions .bm-heading-grid {
        margin-bottom: 36px;
      }

      #basemsp-accessible-homepage .bm-decision-flow {
        gap: 0;
        padding: 42px 22px 40px;
        border-radius: 24px;
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision {
        min-height: 0;
        padding: 0 0 36px 62px;
      }

      #basemsp-accessible-homepage .bm-decision-flow .bm-decision:last-of-type {
        padding-bottom: 0;
      }

      #basemsp-accessible-homepage .bm-price-panel {
        padding: 8px 20px;
        border-radius: 24px;
      }

      #basemsp-accessible-homepage .bm-price-row {
        gap: 16px;
        padding-top: 22px;
        padding-bottom: 22px;
      }

      #basemsp-accessible-homepage .bm-price {
        padding-left: 60px;
      }

      #basemsp-accessible-homepage .bm-price-foot {
        gap: 8px;
        padding-top: 16px;
        line-height: 1.5;
      }

      #basemsp-accessible-homepage .bm-fit-points {
        gap: 14px;
        margin-top: 25px;
      }

      #basemsp-accessible-homepage .bm-fit-panel {
        padding: 30px 22px;
        border-radius: 26px;
      }

      #basemsp-accessible-homepage .bm-fit-row {
        gap: 12px;
        padding-top: 18px;
        padding-bottom: 18px;
      }

      #basemsp-accessible-homepage .bm-fit-row > span {
        text-align: right;
      }

      #basemsp-accessible-homepage .bm-questions {
        padding-right: 18px;
        padding-left: 18px;
        border-radius: 22px;
      }

      #basemsp-accessible-homepage .bm-questions summary {
        min-height: 56px;
        gap: 16px;
        padding-top: 19px;
        padding-bottom: 19px;
      }

      #basemsp-accessible-homepage .bm-questions details p {
        margin-bottom: 21px;
        padding-right: 24px;
      }

      #basemsp-accessible-homepage .bm-final-inner {
        gap: 28px;
        padding-top: 76px;
        padding-bottom: 76px;
      }
    }

    /* Approved internal-link system and official certification artwork. */
    #basemsp-accessible-homepage .bm-title-link {
      color: inherit;
      text-decoration: none;
      transition: color .22s ease;
    }

    #basemsp-accessible-homepage .bm-title-link:hover,
    #basemsp-accessible-homepage .bm-title-link:focus-visible {
      color: #007eae;
    }

    #basemsp-accessible-homepage .bm-inline-link,
    #basemsp-accessible-homepage .bm-section-link {
      color: #007eae;
      font-weight: 500;
      text-decoration-line: underline;
      text-decoration-color: rgba(1,159,219,.32);
      text-decoration-thickness: 1px;
      text-underline-offset: 4px;
      transition: color .22s ease,text-decoration-color .22s ease;
    }

    #basemsp-accessible-homepage .bm-inline-link:hover,
    #basemsp-accessible-homepage .bm-inline-link:focus-visible,
    #basemsp-accessible-homepage .bm-section-link:hover,
    #basemsp-accessible-homepage .bm-section-link:focus-visible {
      color: #019fdb;
      text-decoration-color: currentColor;
    }

    #basemsp-accessible-homepage .bm-section-link {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      margin-top: 24px;
    }

    #basemsp-accessible-homepage .bm-proof .bm-inline-link {
      color: #67d8f3;
      text-decoration-color: rgba(103,216,243,.42);
    }

    /* Service cards retain their hover emphasis without shifting position. */
    #basemsp-accessible-homepage .bm-service:hover,
    #basemsp-accessible-homepage .bm-service:nth-child(2):hover {
      transform: none;
    }/* Microsoft 365 migration: supporting service page using the locked baseMSP design system. */

    #basemsp-accessible-homepage .bm-migration-top {
      position: relative;
      min-height: 0;
      color: #ffffff;
      background: #051e29;
      overflow: hidden;
    }

    #basemsp-accessible-homepage .bm-migration-top::before {
      width: 760px;
      height: 760px;
      top: -470px;
      right: -170px;
      opacity: .88;
      background: radial-gradient(circle,rgba(39,196,239,.34) 0%,rgba(1,159,219,.18) 31%,rgba(1,159,219,0) 70%);
      filter: blur(2px);
    }

    #basemsp-accessible-homepage .bm-migration-top::after {
      content: "";
      position: absolute;
      left: -220px;
      bottom: -360px;
      width: 650px;
      height: 650px;
      border-radius: 50%;
      background: radial-gradient(circle,rgba(1,159,219,.11),rgba(1,159,219,0) 70%);
      pointer-events: none;
    }

    #basemsp-accessible-homepage .bm-migration-hero {
      position: relative;
      z-index: 2;
      display: block;
      min-height: 0;
      padding-top: 34px;
      padding-bottom: 112px;
      text-align: center;
    }

    #basemsp-accessible-homepage .bm-migration-breadcrumb {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 70px;
      color: #9eb5bd;
      font-size: 13px;
    }

    #basemsp-accessible-homepage .bm-migration-breadcrumb a {
      color: #d8e7ea;
      text-decoration: none;
    }

    #basemsp-accessible-homepage .bm-migration-breadcrumb a:hover { color: #67d8f3; }

    #basemsp-accessible-homepage .bm-migration-hero-copy {
      max-width: 1000px;
      margin: 0 auto;
    }

    #basemsp-accessible-homepage .bm-migration-hero h1 {
      max-width: 970px;
      margin: 0 auto;
      color: #ffffff;
      font-size: clamp(48px,5.55vw,76px);
      line-height: 1.04;
      letter-spacing: -.052em;
      font-weight: 500;
    }

    #basemsp-accessible-homepage .bm-migration-hero h1 em {
      color: #019fdb;
      font-style: normal;
    }

    #basemsp-accessible-homepage .bm-migration-hero .bm-lead {
      max-width: 850px;
      margin: 30px auto 0;
      color: #c5d5da;
      font-size: 19px;
      line-height: 1.68;
    }

    #basemsp-accessible-homepage .bm-migration-hero .bm-actions {
      justify-content: center;
      margin-top: 38px;
    }

    #basemsp-accessible-homepage .bm-migration-hero .bm-text-link { color: #ffffff; }

    #basemsp-accessible-homepage .bm-migration-signals {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px 30px;
      margin-top: 42px;
      padding-top: 22px;
      border-top: 1px solid rgba(239,251,254,.12);
      color: #a9bdc3;
      font-size: 14px;
    }

    #basemsp-accessible-homepage .bm-migration-signals span {
      position: relative;
      padding-left: 16px;
    }

    #basemsp-accessible-homepage .bm-migration-signals span::before {
      content: "";
      position: absolute;
      left: 0;
      top: .62em;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #35caee;
      box-shadow: 0 0 13px rgba(53,202,238,.65);
    }

    #basemsp-accessible-homepage .bm-migration-main { background: #ffffff; }

    #basemsp-accessible-homepage .bm-migration-intro,
    #basemsp-accessible-homepage .bm-migration-process-section,
    #basemsp-accessible-homepage .bm-migration-data-section,
    #basemsp-accessible-homepage .bm-migration-faq-section {
      padding: 118px 0;
      background: #ffffff;
    }

    #basemsp-accessible-homepage .bm-migration-scope-section,
    #basemsp-accessible-homepage .bm-migration-responsibility-section {
      padding: 118px 0;
      background: linear-gradient(180deg,#f6fafb 0%,#f1f7f8 100%);
    }

    #basemsp-accessible-homepage .bm-migration-scope-section { scroll-margin-top: 110px; }

    #basemsp-accessible-homepage .bm-migration-centred,
    #basemsp-accessible-homepage .bm-migration-section-heading,
    #basemsp-accessible-homepage .bm-migration-assurance-heading {
      max-width: 850px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }

    #basemsp-accessible-homepage .bm-migration-centred h2,
    #basemsp-accessible-homepage .bm-migration-section-heading h2,
    #basemsp-accessible-homepage .bm-migration-assurance-heading h2,
    #basemsp-accessible-homepage .bm-migration-data-copy h2,
    #basemsp-accessible-homepage .bm-migration-final h2 {
      margin: 0;
      color: #073a4d;
      font-size: clamp(36px,4vw,54px);
      line-height: 1.08;
      letter-spacing: -.045em;
      font-weight: 500;
    }

    #basemsp-accessible-homepage .bm-migration-centred > p:last-child,
    #basemsp-accessible-homepage .bm-migration-section-heading > p:last-child,
    #basemsp-accessible-homepage .bm-migration-assurance-heading > p:last-child,
    #basemsp-accessible-homepage .bm-migration-data-copy > p:not(.bm-eyebrow),
    #basemsp-accessible-homepage .bm-migration-final > p:not(.bm-eyebrow) {
      margin: 24px 0 0;
      color: #55707a;
      font-size: 18px;
      line-height: 1.76;
    }

    #basemsp-accessible-homepage .bm-migration-scope-grid {
      display: grid;
      grid-template-columns: repeat(3,minmax(0,1fr));
      gap: 22px;
      margin-top: 62px;
    }

    #basemsp-accessible-homepage .bm-migration-scope-card,
    #basemsp-accessible-homepage .bm-migration-responsibility-grid article {
      padding: 34px;
      border: 1px solid #d8e5e8;
      border-radius: 26px;
      background: #ffffff;
      box-shadow: 0 20px 52px rgba(7,58,77,.075),0 4px 12px rgba(7,58,77,.03);
      transition: border-color .25s ease,box-shadow .25s ease;
    }

    #basemsp-accessible-homepage .bm-migration-scope-card:hover,
    #basemsp-accessible-homepage .bm-migration-responsibility-grid article:hover {
      border-color: rgba(1,159,219,.4);
      box-shadow: 0 25px 58px rgba(7,58,77,.105),0 0 34px rgba(1,159,219,.035);
    }

    #basemsp-accessible-homepage .bm-migration-card-title {
      display: grid;
      grid-template-columns: 58px minmax(0,1fr);
      align-items: center;
      gap: 18px;
    }

    #basemsp-accessible-homepage .bm-migration-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 58px;
      height: 58px;
      border: 1px solid rgba(53,202,238,.38);
      border-radius: 50%;
      color: #ffffff;
      background:
        radial-gradient(circle at 74% 17%,rgba(53,202,238,.28),transparent 42%),
        linear-gradient(145deg,#0b4a60,#052b3a);
      box-shadow: 0 13px 29px rgba(5,30,41,.16),inset 0 1px 0 rgba(255,255,255,.12);
    }

    #basemsp-accessible-homepage .bm-migration-icon svg {
      width: 27px;
      height: 27px;
      stroke: currentColor;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #basemsp-accessible-homepage .bm-migration-icon svg > :last-child { stroke: #35caee; }

    #basemsp-accessible-homepage .bm-migration-card-title h3,
    #basemsp-accessible-homepage .bm-migration-assurance-title h3 {
      margin: 0;
      color: #073a4d;
      font-size: 25px;
      line-height: 1.2;
      letter-spacing: -.03em;
      font-weight: 500;
    }

    #basemsp-accessible-homepage .bm-migration-scope-card > p {
      margin: 25px 0 0;
      color: #4f6973;
      font-size: 16px;
      line-height: 1.72;
    }

    #basemsp-accessible-homepage .bm-migration-source-note {
      display: grid;
      grid-template-columns: 250px minmax(0,1fr);
      align-items: center;
      gap: 28px;
      margin-top: 24px;
      padding: 26px 30px;
      border: 1px solid rgba(1,159,219,.2);
      border-radius: 20px;
      background: rgba(255,255,255,.72);
    }

    #basemsp-accessible-homepage .bm-migration-source-note strong {
      color: #073a4d;
      font-size: 17px;
      font-weight: 500;
    }

    #basemsp-accessible-homepage .bm-migration-source-note p {
      margin: 0;
      color: #55707a;
      font-size: 15px;
      line-height: 1.65;
    }

    #basemsp-accessible-homepage .bm-migration-process {
      display: grid;
      grid-template-columns: repeat(5,minmax(0,1fr));
      gap: 15px;
      margin: 62px 0 0;
      padding: 0;
      list-style: none;
    }

    #basemsp-accessible-homepage .bm-migration-process li {
      min-height: 275px;
      padding: 28px 23px;
      border: 1px solid #d9e6e9;
      border-radius: 22px;
      background: #f9fcfd;
      box-shadow: 0 16px 40px rgba(7,58,77,.055);
    }

    #basemsp-accessible-homepage .bm-migration-step-title,
    #basemsp-accessible-homepage .bm-migration-assurance-title {
      display: flex;
      align-items: center;
      gap: 13px;
    }

    #basemsp-accessible-homepage .bm-migration-step-title span,
    #basemsp-accessible-homepage .bm-migration-assurance-title span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 42px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      color: #ffffff;
      background: linear-gradient(145deg,#019fdb,#007eae);
      box-shadow: 0 10px 24px rgba(1,159,219,.22);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .05em;
    }

    #basemsp-accessible-homepage .bm-migration-step-title strong {
      color: #073a4d;
      font-size: 18px;
      line-height: 1.3;
      font-weight: 500;
    }

    #basemsp-accessible-homepage .bm-migration-process li > p {
      margin: 23px 0 0;
      color: #55707a;
      font-size: 15px;
      line-height: 1.68;
    }

    #basemsp-accessible-homepage .bm-migration-assurance-section {
      position: relative;
      padding: 118px 0;
      color: #ffffff;
      background:
        radial-gradient(circle at 84% 14%,rgba(53,202,238,.18),transparent 31%),
        linear-gradient(145deg,#073a4d 0%,#051e29 72%);
      overflow: hidden;
    }

    #basemsp-accessible-homepage .bm-migration-assurance-heading .bm-eyebrow { color: #67d8f3; }
    #basemsp-accessible-homepage .bm-migration-assurance-heading h2 { color: #ffffff; }
    #basemsp-accessible-homepage .bm-migration-assurance-heading > p:last-child { color: #bfd1d6; }

    #basemsp-accessible-homepage .bm-migration-assurance-grid {
      display: grid;
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 22px;
      margin-top: 60px;
    }

    #basemsp-accessible-homepage .bm-migration-assurance-grid article {
      padding: 31px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 24px;
      background: rgba(255,255,255,.07);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 18px 45px rgba(0,0,0,.13);
    }

    #basemsp-accessible-homepage .bm-migration-assurance-grid .bm-migration-assurance-title h3 { color: #ffffff; }

    #basemsp-accessible-homepage .bm-migration-assurance-grid article > p {
      margin: 21px 0 0;
      color: #c5d5da;
      font-size: 16px;
      line-height: 1.68;
    }

    #basemsp-accessible-homepage .bm-migration-data-layout {
      display: grid;
      grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr);
      align-items: center;
      gap: 82px;
    }

    #basemsp-accessible-homepage .bm-migration-data-copy > p:not(.bm-eyebrow) { font-size: 17px; }

    #basemsp-accessible-homepage .bm-migration-data-list {
      display: grid;
      gap: 14px;
    }

    #basemsp-accessible-homepage .bm-migration-data-list > div {
      display: grid;
      grid-template-columns: 54px minmax(0,1fr);
      align-items: center;
      gap: 18px;
      padding: 23px 25px;
      border: 1px solid #d8e5e8;
      border-radius: 20px;
      background: #f7fbfc;
      box-shadow: 0 12px 30px rgba(7,58,77,.045);
    }

    #basemsp-accessible-homepage .bm-migration-data-list > div > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      color: #ffffff;
      background: linear-gradient(145deg,#0b4a60,#052b3a);
      font-size: 12px;
      font-weight: 500;
    }

    #basemsp-accessible-homepage .bm-migration-data-list p { margin: 0; }
    #basemsp-accessible-homepage .bm-migration-data-list strong { display: block; color: #073a4d; font-size: 18px; font-weight: 500; }
    #basemsp-accessible-homepage .bm-migration-data-list small { display: block; margin-top: 5px; color: #5a737c; font-size: 14px; line-height: 1.5; }

    #basemsp-accessible-homepage .bm-migration-responsibility-grid {
      display: grid;
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 26px;
      margin-top: 62px;
    }

    #basemsp-accessible-homepage .bm-migration-responsibility-grid ul {
      display: grid;
      gap: 13px;
      margin: 27px 0 0;
      padding: 0;
      list-style: none;
    }

    #basemsp-accessible-homepage .bm-migration-responsibility-grid li {
      position: relative;
      padding-left: 22px;
      color: #4f6973;
      font-size: 15px;
      line-height: 1.6;
    }

    #basemsp-accessible-homepage .bm-migration-responsibility-grid li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .62em;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #019fdb;
      box-shadow: 0 0 0 4px rgba(1,159,219,.08);
    }

    #basemsp-accessible-homepage .bm-migration-faq-grid {
      display: grid;
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 16px;
      margin-top: 58px;
    }

    #basemsp-accessible-homepage .bm-migration-faq-grid details {
      border: 1px solid #d8e5e8;
      border-radius: 18px;
      background: #f8fbfc;
      overflow: hidden;
    }

    #basemsp-accessible-homepage .bm-migration-faq-grid summary {
      position: relative;
      padding: 23px 56px 23px 24px;
      color: #073a4d;
      cursor: pointer;
      list-style: none;
      font-size: 16px;
      line-height: 1.45;
      font-weight: 500;
    }

    #basemsp-accessible-homepage .bm-migration-faq-grid summary::-webkit-details-marker { display: none; }

    #basemsp-accessible-homepage .bm-migration-faq-grid summary::after {
      content: "+";
      position: absolute;
      right: 23px;
      top: 50%;
      transform: translateY(-50%);
      color: #019fdb;
      font-size: 24px;
      line-height: 1;
      font-weight: 400;
    }

    #basemsp-accessible-homepage .bm-migration-faq-grid details[open] summary::after { content: "-"; }

    #basemsp-accessible-homepage .bm-migration-faq-grid details p {
      margin: 0;
      padding: 0 24px 24px;
      color: #56717a;
      font-size: 15px;
      line-height: 1.7;
    }

    #basemsp-accessible-homepage .bm-migration-final-section {
      position: relative;
      padding: 106px 0;
      color: #ffffff;
      background:
        radial-gradient(circle at 80% 0%,rgba(53,202,238,.2),transparent 32%),
        #051e29;
      overflow: hidden;
    }

    #basemsp-accessible-homepage .bm-migration-final {
      max-width: 920px;
      text-align: center;
    }

    #basemsp-accessible-homepage .bm-migration-final .bm-eyebrow { color: #67d8f3; }
    #basemsp-accessible-homepage .bm-migration-final h2 { color: #ffffff; }
    #basemsp-accessible-homepage .bm-migration-final > p:not(.bm-eyebrow) { color: #c2d2d7; }
    #basemsp-accessible-homepage .bm-migration-final .bm-actions { justify-content: center; }
    #basemsp-accessible-homepage .bm-migration-final .bm-text-link { color: #ffffff; }

    @media (max-width: 1100px) {
      #basemsp-accessible-homepage .bm-migration-process { grid-template-columns: repeat(3,minmax(0,1fr)); }
      #basemsp-accessible-homepage .bm-migration-process li { min-height: 230px; }
    }

    @media (max-width: 900px) {
      #basemsp-accessible-homepage .bm-migration-scope-grid { grid-template-columns: 1fr; }
      #basemsp-accessible-homepage .bm-migration-data-layout { grid-template-columns: 1fr; gap: 58px; }
      #basemsp-accessible-homepage .bm-migration-data-copy { max-width: 780px; }
    }

    @media (max-width: 760px) {
      #basemsp-accessible-homepage .bm-migration-hero {
        padding-top: 24px;
        padding-bottom: 78px;
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-migration-breadcrumb {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 48px;
        font-size: 12px;
      }

      #basemsp-accessible-homepage .bm-migration-hero h1 {
        font-size: clamp(39px,12vw,54px);
        line-height: 1.05;
      }

      #basemsp-accessible-homepage .bm-migration-hero .bm-lead {
        max-width: 610px;
        font-size: 17px;
        line-height: 1.66;
      }

      #basemsp-accessible-homepage .bm-migration-hero .bm-actions {
        align-items: center;
        width: 100%;
      }

      #basemsp-accessible-homepage .bm-migration-hero .bm-actions .bm-button,
      #basemsp-accessible-homepage .bm-migration-hero .bm-actions .bm-text-link {
        justify-content: center;
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-migration-signals { display: none; }

      #basemsp-accessible-homepage .bm-migration-intro,
      #basemsp-accessible-homepage .bm-migration-scope-section,
      #basemsp-accessible-homepage .bm-migration-process-section,
      #basemsp-accessible-homepage .bm-migration-assurance-section,
      #basemsp-accessible-homepage .bm-migration-data-section,
      #basemsp-accessible-homepage .bm-migration-responsibility-section,
      #basemsp-accessible-homepage .bm-migration-faq-section {
        padding: 78px 0;
      }

      #basemsp-accessible-homepage .bm-migration-final-section { padding: 76px 0; }

      #basemsp-accessible-homepage .bm-migration-centred,
      #basemsp-accessible-homepage .bm-migration-section-heading,
      #basemsp-accessible-homepage .bm-migration-assurance-heading,
      #basemsp-accessible-homepage .bm-migration-data-copy,
      #basemsp-accessible-homepage .bm-migration-final {
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-migration-centred h2,
      #basemsp-accessible-homepage .bm-migration-section-heading h2,
      #basemsp-accessible-homepage .bm-migration-assurance-heading h2,
      #basemsp-accessible-homepage .bm-migration-data-copy h2,
      #basemsp-accessible-homepage .bm-migration-final h2 {
        font-size: clamp(32px,9.5vw,43px);
        line-height: 1.11;
      }

      #basemsp-accessible-homepage .bm-migration-centred > p:last-child,
      #basemsp-accessible-homepage .bm-migration-section-heading > p:last-child,
      #basemsp-accessible-homepage .bm-migration-assurance-heading > p:last-child,
      #basemsp-accessible-homepage .bm-migration-data-copy > p:not(.bm-eyebrow),
      #basemsp-accessible-homepage .bm-migration-final > p:not(.bm-eyebrow) {
        font-size: 16px;
        line-height: 1.7;
      }

      #basemsp-accessible-homepage .bm-migration-scope-grid,
      #basemsp-accessible-homepage .bm-migration-process,
      #basemsp-accessible-homepage .bm-migration-assurance-grid,
      #basemsp-accessible-homepage .bm-migration-responsibility-grid {
        display: flex;
        gap: 16px;
        margin-right: -24px;
        padding-right: 24px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }

      #basemsp-accessible-homepage .bm-migration-scope-grid,
      #basemsp-accessible-homepage .bm-migration-process,
      #basemsp-accessible-homepage .bm-migration-assurance-grid,
      #basemsp-accessible-homepage .bm-migration-responsibility-grid { margin-top: 42px; }

      #basemsp-accessible-homepage .bm-migration-scope-grid::-webkit-scrollbar,
      #basemsp-accessible-homepage .bm-migration-process::-webkit-scrollbar,
      #basemsp-accessible-homepage .bm-migration-assurance-grid::-webkit-scrollbar,
      #basemsp-accessible-homepage .bm-migration-responsibility-grid::-webkit-scrollbar { display: none; }

      #basemsp-accessible-homepage .bm-migration-scope-card,
      #basemsp-accessible-homepage .bm-migration-process li,
      #basemsp-accessible-homepage .bm-migration-assurance-grid article,
      #basemsp-accessible-homepage .bm-migration-responsibility-grid article {
        flex: 0 0 min(86%,355px);
        min-height: auto;
        scroll-snap-align: start;
      }

      #basemsp-accessible-homepage .bm-migration-scope-card,
      #basemsp-accessible-homepage .bm-migration-assurance-grid article,
      #basemsp-accessible-homepage .bm-migration-responsibility-grid article { padding: 28px 24px; }

      #basemsp-accessible-homepage .bm-migration-process li { padding: 28px 24px; }

      #basemsp-accessible-homepage .bm-migration-card-title {
        grid-template-columns: 52px minmax(0,1fr);
        gap: 15px;
      }

      #basemsp-accessible-homepage .bm-migration-icon { width: 50px; height: 50px; }
      #basemsp-accessible-homepage .bm-migration-icon svg { width: 23px; height: 23px; }
      #basemsp-accessible-homepage .bm-migration-card-title h3,
      #basemsp-accessible-homepage .bm-migration-assurance-title h3 { font-size: 22px; }

      #basemsp-accessible-homepage .bm-migration-source-note {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 24px;
        text-align: center;
      }

      #basemsp-accessible-homepage .bm-migration-data-list { margin-top: 4px; }

      #basemsp-accessible-homepage .bm-migration-data-list > div {
        grid-template-columns: 50px minmax(0,1fr);
        gap: 15px;
        padding: 20px;
        text-align: left;
      }

      #basemsp-accessible-homepage .bm-migration-data-list > div > span { width: 46px; height: 46px; }

      #basemsp-accessible-homepage .bm-migration-faq-grid {
        grid-template-columns: 1fr;
        margin-top: 42px;
      }

      #basemsp-accessible-homepage .bm-migration-final .bm-actions {
        align-items: center;
        flex-direction: column;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #basemsp-accessible-homepage .bm-migration-scope-card,
      #basemsp-accessible-homepage .bm-migration-responsibility-grid article { transition: none; }
    }
