
    .migrated-page-48-1 {
      --ink: #102433;
      --ink-2: #263c4b;
      --muted: #667885;
      --line: #dfe7ec;
      --paper: #fff;
      --soft: #f5f8fa;
      --navy: #0d2231;
      --blue: #1e8bd9;
      --cyan: #2388d1;
      --red: #40a0e5;
      --yellow: #1e8ede;
      --green: #156096;
      --coral: #54aae8;
      --coral-dark: #2d93dc;
      --max: 1180px;
      --radius: 26px;
      --radius-sm: 16px;
      --shadow: 0 20px 55px rgba(16,32,51,.11);
    }

    .migrated-page-48-1 * { box-sizing: border-box; }
    .migrated-page-48-1 { scroll-behavior: smooth; }
    .migrated-page-48-1 {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
    }
    .migrated-page-48-1 main { padding: 0; overflow: hidden; }
    .migrated-page-48-1 a { color: inherit; text-decoration: none; }
    .migrated-page-48-1 :is(button,summary,a) { font: inherit; cursor: pointer; }
    .migrated-page-48-1 h1, .migrated-page-48-1 h2, .migrated-page-48-1 h3, .migrated-page-48-1 p { margin-top: 0; }
    .migrated-page-48-1 h1, .migrated-page-48-1 h2, .migrated-page-48-1 h3 { line-height: 1.07; letter-spacing: -.035em; }
    .migrated-page-48-1 h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.7rem); }
    .migrated-page-48-1 h2 { margin-bottom: 20px; font-size: clamp(2.1rem, 4vw, 3.7rem); }
    .migrated-page-48-1 h3 { margin-bottom: 12px; font-size: 1.42rem; }
    .migrated-page-48-1 section { width: 100%; padding: 104px 0; }
    .migrated-page-48-1 section[id] { scroll-margin-top: 120px; }
    .migrated-page-48-1 .container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
    .migrated-page-48-1 .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 16px;
      color: var(--blue);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .migrated-page-48-1 .eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: currentColor; }
    .migrated-page-48-1 .lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
    .migrated-page-48-1 .:is(button,summary,a) {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 22px;
      border: 1px solid transparent;
      border-radius: 13px;
      color: white;
      background: var(--blue);
      box-shadow: 0 10px 25px rgba(23,105,224,.22);
      font-weight: 850;
      transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .migrated-page-48-1 .:is(button,summary,a):hover { transform: translateY(-2px); background: #1872b2; box-shadow: 0 14px 30px rgba(23,105,224,.29); }
    .migrated-page-48-1 .:is(button,summary,a).secondary { border-color: rgba(255,255,255,.32); color: white; background: rgba(255,255,255,.08); box-shadow: none; }
    .migrated-page-48-1 .:is(button,summary,a).ghost { border-color: var(--line); color: var(--ink); background: white; box-shadow: none; }
    .migrated-page-48-1 .:is(button,summary,a).small { min-height: 45px; padding: 0 17px; font-size: .91rem; }
    .migrated-page-48-1 .arrow { transition: transform .2s ease; }
    .migrated-page-48-1 a:hover .arrow { transform: translateX(3px); }

    /* Hero */
    .migrated-page-48-1 .hero {
      position: relative;
      padding: 95px 0 48px;
      color: white;
      background:
        radial-gradient(circle at 82% 15%, rgba(23,105,224,.43), transparent 29%),
        radial-gradient(circle at 18% 100%, rgba(21,150,107,.16), transparent 27%),
        var(--navy);
    }
    .migrated-page-48-1 .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .14;
      background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: linear-gradient(to bottom, black, transparent 82%);
    }
    .migrated-page-48-1 .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
      align-items: center;
      gap: 68px;
    }
    .migrated-page-48-1 .hero h1 { max-width: 730px; }
    .migrated-page-48-1 .hero h1 span {
      color: transparent;
      background: linear-gradient(90deg, #84c2ee, #56a0d5);
      background-clip: text;
    }
    .migrated-page-48-1 .hero .eyebrow { color: #8dc7f0; }
    .migrated-page-48-1 .hero .lead { color: #c8d8e4; }
    .migrated-page-48-1 .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
    .migrated-page-48-1 .hero-notes { display: flex; flex-wrap: wrap; gap: 12px 22px; color: #dce7ef; font-size: .9rem; font-weight: 750; }
    .migrated-page-48-1 .hero-notes span::before { content: "✓"; margin-right: 7px; color: #60a7da; }
    .migrated-page-48-1 .partner-band {
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 18px;
      margin-top: 46px;
      padding: 18px 21px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 17px;
      background: rgba(255,255,255,.065);
      backdrop-filter: blur(13px);
    }
    .migrated-page-48-1 .partner-symbol {
      width: 48px;
      height: 48px;
      display: grid;
      grid-template-columns: repeat(2, 12px);
      place-content: center;
      gap: 4px;
      border-radius: 14px;
      background: rgba(255,255,255,.08);
    }
    .migrated-page-48-1 .partner-symbol i { width: 12px; height: 12px; border-radius: 4px; background: var(--blue); }
    .migrated-page-48-1 .partner-symbol i:nth-child(2) { background: var(--red); }
    .migrated-page-48-1 .partner-symbol i:nth-child(3) { background: var(--yellow); }
    .migrated-page-48-1 .partner-symbol i:nth-child(4) { background: var(--green); }
    .migrated-page-48-1 .partner-copy small { display: block; margin-bottom: 3px; color: #8fa8ba; font-size: .67rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
    .migrated-page-48-1 .partner-copy strong { display: block; font-size: 1rem; }
    .migrated-page-48-1 .partner-band > p { max-width: 390px; margin: 0; color: #aebfcb; font-size: .82rem; }

    .migrated-page-48-1 .impact-console {
      position: relative;
      overflow: hidden;
      padding: 25px;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 26px;
      background: rgba(255,255,255,.075);
      box-shadow: 0 28px 70px rgba(0,0,0,.25);
      backdrop-filter: blur(16px);
    }
    .migrated-page-48-1 .console-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
    .migrated-page-48-1 .console-top small { color: #90a8ba; font-size: .7rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
    .migrated-page-48-1 .google-colors { display: flex; gap: 5px; }
    .migrated-page-48-1 .google-colors i { width: 9px; height: 9px; border-radius: 3px; background: var(--blue); }
    .migrated-page-48-1 .google-colors i:nth-child(2) { background: var(--red); }
    .migrated-page-48-1 .google-colors i:nth-child(3) { background: var(--yellow); }
    .migrated-page-48-1 .google-colors i:nth-child(4) { background: var(--green); }
    .migrated-page-48-1 .impact-steps { position: relative; display: grid; gap: 9px; }
    .migrated-page-48-1 .impact-steps::before { content: ""; position: absolute; top: 29px; bottom: 29px; left: 22px; width: 2px; background: rgba(255,255,255,.12); }
    .migrated-page-48-1 .impact-step {
      --step: var(--blue);
      position: relative;
      display: grid;
      grid-template-columns: 45px 1fr auto;
      align-items: center;
      gap: 13px;
      min-height: 70px;
      padding: 10px 13px 10px 0;
      border: 1px solid transparent;
      border-radius: 15px;
      color: #aec0cc;
      background: transparent;
      text-align: left;
      transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    }
    .migrated-page-48-1 .impact-step:nth-child(2) { --step: var(--green); }
    .migrated-page-48-1 .impact-step:nth-child(3) { --step: var(--yellow); }
    .migrated-page-48-1 .impact-step:nth-child(4) { --step: var(--red); }
    .migrated-page-48-1 .impact-step:hover,
    .migrated-page-48-1 .impact-step.active { z-index: 2; transform: translateX(4px); border-color: rgba(255,255,255,.14); color: white; background: rgba(255,255,255,.075); }
    .migrated-page-48-1 .impact-index { width: 45px; height: 45px; display: grid; place-items: center; border: 5px solid var(--navy); border-radius: 14px; color: white; background: var(--step); font-size: .8rem; font-weight: 950; }
    .migrated-page-48-1 .impact-step small { display: block; color: #7f98aa; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
    .migrated-page-48-1 .impact-step strong { display: block; font-size: .93rem; }
    .migrated-page-48-1 .impact-step > span:last-child { color: var(--step); font-size: 1.1rem; font-weight: 900; }
    .migrated-page-48-1 .console-result {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 18px;
      margin-top: 18px;
      padding: 17px 18px;
      border: 1px solid rgba(96,218,184,.24);
      border-radius: 15px;
      background: rgba(21,150,107,.11);
    }
    .migrated-page-48-1 .console-result small { display: block; margin-bottom: 3px; color: #86a2b6; font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
    .migrated-page-48-1 .console-result strong { display: block; line-height: 1.25; }
    .migrated-page-48-1 .console-result a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--green); font-weight: 950; }
    .migrated-page-48-1 .proof-strip { position: relative; margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
    .migrated-page-48-1 .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .migrated-page-48-1 .proof-item strong { display: block; font-size: 1.12rem; }
    .migrated-page-48-1 .proof-item span { color: #9fb5c4; font-size: .86rem; }

    /* Path */
    .migrated-page-48-1 .path { background: var(--soft); }
    .migrated-page-48-1 .section-head { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 46px; }
    .migrated-page-48-1 .section-head > div { max-width: 780px; }
    .migrated-page-48-1 .section-head .lead { max-width: 410px; margin-bottom: 4px; }
    .migrated-page-48-1 .path-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .migrated-page-48-1 .path-line::before { content: ""; position: absolute; top: 46px; right: 10%; left: 10%; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--green), var(--yellow), var(--red)); }
    .migrated-page-48-1 .path-card {
      --accent: var(--blue);
      position: relative;
      z-index: 1;
      min-height: 285px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: white;
      box-shadow: 0 9px 28px rgba(16,32,51,.05);
    }
    .migrated-page-48-1 .path-card:nth-child(2) { --accent: var(--green); }
    .migrated-page-48-1 .path-card:nth-child(3) { --accent: var(--yellow); }
    .migrated-page-48-1 .path-card:nth-child(4) { --accent: var(--red); }
    .migrated-page-48-1 .path-dot { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; border: 7px solid var(--soft); border-radius: 15px; color: white; background: var(--accent); font-weight: 950; }
    .migrated-page-48-1 .path-card small { display: block; margin-bottom: 6px; color: var(--accent); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
    .migrated-page-48-1 .path-card p { margin-bottom: 0; color: var(--muted); font-size: .87rem; }

    /* Programs */
    .migrated-page-48-1 .programs { background: white; }
    .migrated-page-48-1 .program-stack { display: grid; gap: 24px; }
    .migrated-page-48-1 .program-card {
      --accent: var(--blue);
      display: grid;
      grid-template-columns: .86fr 1.14fr;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: white;
      box-shadow: 0 14px 42px rgba(16,32,51,.07);
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .migrated-page-48-1 .program-card:nth-child(2) { --accent: var(--green); }
    .migrated-page-48-1 .program-card:nth-child(3) { --accent: var(--yellow); }
    .migrated-page-48-1 .program-card:nth-child(4) { --accent: var(--red); }
    .migrated-page-48-1 .program-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(16,32,51,.12); }
    .migrated-page-48-1 .program-visual {
      position: relative;
      overflow: hidden;
      min-height: 390px;
      display: grid;
      align-content: space-between;
      padding: 34px;
      color: white;
      background:
        radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--accent) 80%, white), transparent 30%),
        var(--navy);
    }
    .migrated-page-48-1 .program-visual::after { content: ""; position: absolute; right: -100px; bottom: -130px; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
    .migrated-page-48-1 .level-tag { position: relative; z-index: 1; width: max-content; padding: 7px 10px; border-radius: 99px; color: white; background: var(--accent); font-size: .7rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
    .migrated-page-48-1 .visual-message { position: relative; z-index: 1; }
    .migrated-page-48-1 .visual-message small { display: block; margin-bottom: 8px; color: #9eb4c3; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
    .migrated-page-48-1 .visual-message strong { display: block; max-width: 360px; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.05; letter-spacing: -.04em; }
    .migrated-page-48-1 .program-content { padding: 38px; }
    .migrated-page-48-1 .tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
    .migrated-page-48-1 .tag { min-height: 30px; display: inline-flex; align-items: center; padding: 0 11px; border-radius: 99px; color: var(--ink-2); background: var(--soft); font-size: .72rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
    .migrated-page-48-1 .tag.price { color: #1976b9; background: #edf6fc; }
    .migrated-page-48-1 .program-card:nth-child(2) .tag.price { color: #0f466e; background: #e8f1f8; }
    .migrated-page-48-1 .program-card:nth-child(3) .tag.price { color: #115280; background: #e1f0fb; }
    .migrated-page-48-1 .program-card:nth-child(4) .tag.price { color: #2571a7; background: #eff7fd; }
    .migrated-page-48-1 .program-content h3 { max-width: 570px; font-size: clamp(2rem, 3vw, 2.7rem); }
    .migrated-page-48-1 .program-content > p { color: var(--muted); }
    .migrated-page-48-1 .program-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin: 25px 0 29px; padding: 0; list-style: none; }
    .migrated-page-48-1 .program-points li { display: flex; gap: 9px; color: var(--ink-2); font-size: .88rem; }
    .migrated-page-48-1 .program-points li::before { content: "✓"; color: var(--accent); font-weight: 950; }
    .migrated-page-48-1 .program-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid var(--line); }
    .migrated-page-48-1 .program-output small { display: block; color: var(--muted); font-size: .72rem; }
    .migrated-page-48-1 .program-output strong { display: block; }

    /* Maturity matrix */
    .migrated-page-48-1 .matrix { color: white; background: radial-gradient(circle at 90% 10%, rgba(23,105,224,.28), transparent 25%), var(--navy); }
    .migrated-page-48-1 .matrix .eyebrow { color: #87c4ef; }
    .migrated-page-48-1 .matrix .lead { color: #b6c8d5; }
    .migrated-page-48-1 .matrix-shell { overflow-x: auto; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.045); }
    .migrated-page-48-1 .matrix-table { width: 100%; min-width: 800px; border-collapse: collapse; }
    .migrated-page-48-1 .matrix-table th, .migrated-page-48-1 .matrix-table td { padding: 19px 20px; border-right: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); text-align: left; }
    .migrated-page-48-1 .matrix-table th { color: white; font-size: .84rem; }
    .migrated-page-48-1 .matrix-table td { color: #adc0cd; font-size: .85rem; }
    .migrated-page-48-1 .matrix-table th:first-child, .migrated-page-48-1 .matrix-table td:first-child { color: #8ec7f0; font-weight: 850; }
    .migrated-page-48-1 .matrix-table tr:last-child td { border-bottom: 0; }
    .migrated-page-48-1 .matrix-table th:last-child, .migrated-page-48-1 .matrix-table td:last-child { border-right: 0; }
    .migrated-page-48-1 .matrix-mobile { display: none; gap: 13px; }
    .migrated-page-48-1 .matrix-mobile-card { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.05); }
    .migrated-page-48-1 .matrix-mobile-card small { color: #87c4ef; font-weight: 900; }
    .migrated-page-48-1 .matrix-mobile-card h3 { margin-top: 8px; }
    .migrated-page-48-1 .matrix-mobile-card dl { margin: 18px 0 0; }
    .migrated-page-48-1 .matrix-mobile-card div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.08); }
    .migrated-page-48-1 .matrix-mobile-card dt { color: #7f98aa; font-size: .75rem; font-weight: 850; }
    .migrated-page-48-1 .matrix-mobile-card dd { margin: 0; color: #c2d1db; font-size: .82rem; }

    /* Method */
    .migrated-page-48-1 .method { background: var(--soft); }
    .migrated-page-48-1 .method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
    .migrated-page-48-1 .method-card { min-height: 245px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: 0 9px 28px rgba(16,32,51,.05); }
    .migrated-page-48-1 .method-card small { display: block; margin-bottom: 28px; color: var(--blue); font-size: .74rem; font-weight: 900; }
    .migrated-page-48-1 .method-card:nth-child(2) small { color: var(--green); }
    .migrated-page-48-1 .method-card:nth-child(3) small { color: #146096; }
    .migrated-page-48-1 .method-card:nth-child(4) small { color: var(--red); }
    .migrated-page-48-1 .method-card p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

    /* FAQ + CTA */
    .migrated-page-48-1 .faq { background: white; }
    .migrated-page-48-1 .faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
    .migrated-page-48-1 .faq-list { border-top: 1px solid var(--line); }
    .migrated-page-48-1 .faq-item { border-bottom: 1px solid var(--line); }
    .migrated-page-48-1 .faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 850; }
    .migrated-page-48-1 .faq-question span:last-child { color: var(--blue); font-size: 1.35rem; }
    .migrated-page-48-1 .faq-answer { display: none; padding: 0 35px 22px 0; color: var(--muted); }
    .migrated-page-48-1 .faq-item.open .faq-answer { display: block; }
    .migrated-page-48-1 .faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
    .migrated-page-48-1 .final-cta { padding: 0; color: white; background: radial-gradient(circle at 88% 12%, rgba(23,105,224,.45), transparent 30%), var(--navy); }
    .migrated-page-48-1 .cta-inner { padding: 92px 0; text-align: center; }
    .migrated-page-48-1 .cta-inner h2 { max-width: 820px; margin-inline: auto; }
    .migrated-page-48-1 .cta-inner p { max-width: 670px; margin: 0 auto 28px; color: #c1d0db; }
    .migrated-page-48-1 .cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

    @media (max-width: 1040px) {
      .migrated-page-48-1 .hero-grid { grid-template-columns: 1fr; }
      .migrated-page-48-1 .impact-console { width: min(100%, 650px); margin-inline: auto; }
      .migrated-page-48-1 .path-line, .migrated-page-48-1 .method-grid { grid-template-columns: repeat(2, 1fr); }
      .migrated-page-48-1 .path-line::before { display: none; }
      .migrated-page-48-1 .program-card { grid-template-columns: 1fr; }
      .migrated-page-48-1 .program-visual { min-height: 300px; }
      .migrated-page-48-1 .faq-grid { grid-template-columns: 1fr; gap: 38px; }
    }

    @media (max-width: 720px) {
      .migrated-page-48-1 .container { width: min(calc(100% - 28px), var(--max)); }
      .migrated-page-48-1 section { padding: 74px 0; }
      .migrated-page-48-1 h1 { font-size: clamp(2.8rem, 14vw, 4.1rem); }
      .migrated-page-48-1 h2 { font-size: clamp(2rem, 10vw, 3rem); }
      .migrated-page-48-1 .hero { padding: 72px 0 36px; }
      .migrated-page-48-1 .hero-grid { gap: 40px; }
      .migrated-page-48-1 .hero-actions, .migrated-page-48-1 .hero-actions .:is(button,summary,a) { width: 100%; }
      .migrated-page-48-1 .impact-console { padding: 18px; }
      .migrated-page-48-1 .partner-band { grid-template-columns: auto 1fr; }
      .migrated-page-48-1 .partner-band > p { grid-column: 1 / -1; max-width: none; }
      .migrated-page-48-1 .impact-step { grid-template-columns: 43px 1fr auto; }
      .migrated-page-48-1 .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
      .migrated-page-48-1 .section-head { display: block; margin-bottom: 34px; }
      .migrated-page-48-1 .path-line, .migrated-page-48-1 .method-grid { grid-template-columns: 1fr; }
      .migrated-page-48-1 .path-card, .migrated-page-48-1 .method-card { min-height: 0; }
      .migrated-page-48-1 .program-content { padding: 27px; }
      .migrated-page-48-1 .program-visual { min-height: 260px; padding: 27px; }
      .migrated-page-48-1 .program-points { grid-template-columns: 1fr; }
      .migrated-page-48-1 .program-footer { align-items: flex-start; flex-direction: column; }
      .migrated-page-48-1 .matrix-shell { display: none; }
      .migrated-page-48-1 .matrix-mobile { display: grid; }
      .migrated-page-48-1 .cta-inner { padding: 70px 0; }
      .migrated-page-48-1 .cta-actions, .migrated-page-48-1 .cta-actions .:is(button,summary,a) { width: 100%; }
    }

    @media (prefers-reduced-motion: reduce) {
      .migrated-page-48-1 { scroll-behavior: auto; }
      .migrated-page-48-1 *, .migrated-page-48-1 *::before, .migrated-page-48-1 *::after { transition: none !important; animation: none !important; }
    }
  
