
    .emma-rfm {
      --navy: #061d3f;
      --blue: #1769ff;
      --cyan: #11bfd7;
      --ice: #eef9ff;
      --soft: #f7fbff;
      --white: #ffffff;
      --ink: #172033;
      --muted: #66778d;
      --line: #d6e9f7;
      --green: #10a37f;
      --purple: #7c3aed;
      --orange: #f59e0b;
      --shadow: 0 22px 56px rgba(7, 46, 92, .13);
      --shadow-soft: 0 12px 30px rgba(7, 46, 92, .08);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      color: var(--ink);
      line-height: 1.7;
      background:
        radial-gradient(circle at 8% 3%, rgba(23,105,255,.13), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(124,58,237,.11), transparent 28%),
        linear-gradient(180deg, #f8fcff 0%, #eff8ff 42%, #ffffff 100%);
      overflow: hidden;
    }

    .emma-rfm * {
      box-sizing: border-box;
    }

    .emma-rfm a {
      color: inherit;
      text-decoration: none;
    }

    .emma-rfm img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .rfm-wrap {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 30px 0 74px;
    }

    .rfm-breadcrumb {
      color: var(--muted);
      font-size: 13px;
      margin: 6px 0 18px;
    }

    .rfm-breadcrumb a {
      color: var(--muted);
    }

    .rfm-hero {
      position: relative;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: clamp(24px, 4vw, 48px);
      align-items: center;
      padding: clamp(24px, 4vw, 48px);
      border-radius: 36px;
      border: 1px solid rgba(214,233,247,.95);
      background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,249,255,.96)),
        radial-gradient(circle at right top, rgba(23,105,255,.12), transparent 40%);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .rfm-hero::before {
      content: "";
      position: absolute;
      right: -160px;
      top: -160px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(124,58,237,.09);
    }

    .rfm-hero::after {
      content: "";
      position: absolute;
      left: -15%;
      bottom: -80px;
      width: 130%;
      height: 190px;
      background: linear-gradient(90deg, transparent, rgba(17,191,215,.16), transparent);
      transform: skewY(-4deg);
      pointer-events: none;
    }

    .rfm-hero-copy,
    .rfm-hero-media {
      position: relative;
      z-index: 1;
    }

    .rfm-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 13px;
      border-radius: 999px;
      background: #e7f4ff;
      border: 1px solid #c9e7ff;
      color: #0759b0;
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 16px;
    }

    .rfm-eyebrow span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(16,163,127,.13);
    }

    .emma-rfm h1,
    .emma-rfm h2,
    .emma-rfm h3 {
      color: var(--navy);
      margin: 0;
      line-height: 1.14;
      letter-spacing: -0.035em;
    }

    .emma-rfm h1 {
      font-size: clamp(34px, 4.7vw, 62px);
      max-width: 860px;
    }

    .emma-rfm h2 {
      font-size: clamp(27px, 3vw, 42px);
      margin-bottom: 12px;
    }

    .emma-rfm h3 {
      font-size: clamp(19px, 1.8vw, 24px);
      margin-bottom: 10px;
    }

    .rfm-lead {
      color: var(--muted);
      font-size: clamp(16px, 1.35vw, 20px);
      margin: 18px 0 0;
      max-width: 740px;
    }

    .rfm-highlight {
      color: #0759b0;
      font-weight: 900;
    }

    .rfm-pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .rfm-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 13px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--line);
      color: #263f5e;
      font-size: 13px;
      font-weight: 850;
      box-shadow: 0 8px 18px rgba(7,46,92,.05);
    }

    .rfm-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .rfm-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 13px 18px;
      border-radius: 15px;
      font-weight: 950;
      transition: .22s ease;
      border: 1px solid transparent;
    }

    .rfm-btn:hover {
      transform: translateY(-1px);
    }

    .rfm-btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--blue), #0847b8);
      box-shadow: 0 14px 28px rgba(23,105,255,.26);
    }

    .rfm-btn-light {
      background: #fff;
      color: #0759b0;
      border-color: #bedcff;
    }

    .rfm-media-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 14px;
      box-shadow: var(--shadow-soft);
    }

    .rfm-media-card img {
      width: 100%;
      border-radius: 20px;
      background: #f4f9ff;
      object-fit: contain;
    }

    .rfm-img-note {
      margin-top: 10px;
      padding: 12px;
      border-radius: 16px;
      background: #f5fbff;
      border: 1px solid #e0eff9;
      color: var(--muted);
      font-size: 13px;
    }

    .rfm-img-note strong {
      color: var(--navy);
    }

    .rfm-trust {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
      margin-top: 18px;
    }

    .rfm-trust-card {
      min-height: 112px;
      padding: 16px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .rfm-trust-card b {
      display: block;
      color: var(--navy);
      font-size: 17px;
      margin-bottom: 4px;
    }

    .rfm-trust-card span {
      color: var(--muted);
      font-size: 13px;
    }

    .rfm-section {
      margin-top: clamp(42px, 6vw, 76px);
    }

    .rfm-section-head {
      max-width: 920px;
      margin-bottom: 22px;
    }

    .rfm-section-head p {
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .rfm-info-box {
      padding: clamp(22px, 3vw, 34px);
      border-radius: 30px;
      background: linear-gradient(135deg, #ffffff, #eef9ff);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .rfm-info-box p {
      margin: 0;
      color: var(--muted);
    }

    .rfm-grid {
      display: grid;
      gap: 20px;
    }

    .rfm-grid-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rfm-grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rfm-grid-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .rfm-card {
      position: relative;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 26px;
      padding: clamp(18px, 2.3vw, 28px);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .rfm-card::before {
      content: "";
      position: absolute;
      right: -60px;
      top: -60px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: rgba(23,105,255,.07);
    }

    .rfm-card p {
      margin: 0;
      color: var(--muted);
    }

    .rfm-card ul {
      list-style: none;
      padding: 0;
      margin: 14px 0 0;
    }

    .rfm-card li {
      position: relative;
      padding-left: 26px;
      margin: 10px 0;
      color: #30445e;
    }

    .rfm-card li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--green);
      font-weight: 950;
    }

    .rfm-icon {
      width: 48px;
      height: 48px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      background: #eaf4ff;
      border: 1px solid #cce7ff;
      color: #0759b0;
      font-size: 23px;
      margin-bottom: 14px;
    }

    .rfm-split {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: clamp(22px, 3vw, 36px);
      align-items: center;
      padding: clamp(18px, 3vw, 32px);
      border-radius: 32px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .rfm-feature-list {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .rfm-feature {
      display: flex;
      gap: 13px;
      padding: 15px;
      border-radius: 18px;
      background: #f5fbff;
      border: 1px solid #e0eff9;
    }

    .rfm-dot {
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 950;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
    }

    .rfm-feature b {
      color: var(--navy);
      display: block;
    }

    .rfm-feature span {
      display: block;
      color: var(--muted);
      font-size: 14px;
    }

    .rfm-banner {
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      gap: 24px;
      align-items: center;
      padding: clamp(24px, 4vw, 44px);
      border-radius: 34px;
      color: #fff;
      background:
        linear-gradient(135deg, rgba(6,29,63,.98), rgba(23,105,255,.92)),
        radial-gradient(circle at right top, rgba(255,255,255,.22), transparent 35%);
      box-shadow: 0 24px 58px rgba(6,29,63,.24);
      overflow: hidden;
    }

    .rfm-banner h2,
    .rfm-banner h3 {
      color: #fff;
    }

    .rfm-banner p {
      color: rgba(255,255,255,.82);
      margin: 0;
    }

    .rfm-banner .rfm-btn-light {
      color: #fff;
      background: rgba(255,255,255,.12);
      border-color: rgba(255,255,255,.35);
    }

    .rfm-roi {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 18px;
    }

    .rfm-roi div {
      padding: 14px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.22);
      background: rgba(255,255,255,.11);
    }

    .rfm-roi strong {
      display: block;
      color: #fff;
      font-size: 22px;
    }

    .rfm-roi span {
      color: rgba(255,255,255,.78);
      font-size: 13px;
    }

    .rfm-image-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 20px;
      align-items: start;
    }

    .rfm-image-box {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 26px;
      padding: 12px;
      box-shadow: var(--shadow-soft);
    }

    .rfm-image-box img {
      width: 100%;
      border-radius: 18px;
      background: #f4f9ff;
      object-fit: contain;
    }

    .rfm-table-wrap {
      overflow-x: auto;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .rfm-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 860px;
    }

    .rfm-table th {
      padding: 16px;
      text-align: left;
      background: var(--navy);
      color: #fff;
      font-size: 14px;
    }

    .rfm-table td {
      padding: 15px 16px;
      border-top: 1px solid var(--line);
      color: #334a64;
      vertical-align: top;
    }

    .rfm-table td:first-child {
      font-weight: 950;
      color: var(--navy);
    }

    .rfm-chip {
      display: inline-flex;
      padding: 6px 10px;
      border-radius: 999px;
      background: #eaf4ff;
      color: #0759b0;
      font-weight: 900;
      font-size: 12px;
    }

    .rfm-step-grid {
      display: grid;
      gap: 14px;
      counter-reset: step;
    }

    .rfm-step {
      display: grid;
      grid-template-columns: 58px 1fr;
      gap: 16px;
      align-items: flex-start;
      padding: 18px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .rfm-step::before {
      counter-increment: step;
      content: counter(step);
      width: 50px;
      height: 50px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 950;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      box-shadow: 0 12px 24px rgba(23,105,255,.20);
    }

    .rfm-step p {
      margin: 0;
      color: var(--muted);
    }

    .rfm-faq {
      display: grid;
      gap: 12px;
    }

    .rfm-faq details {
      padding: 18px 20px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .rfm-faq summary {
      cursor: pointer;
      list-style: none;
      color: var(--navy);
      font-weight: 950;
    }

    .rfm-faq summary::-webkit-details-marker {
      display: none;
    }

    .rfm-faq p {
      margin: 10px 0 0;
      color: var(--muted);
    }

    .rfm-final {
      text-align: center;
      padding: clamp(28px, 5vw, 52px);
      border-radius: 34px;
      border: 1px solid var(--line);
      background:
        linear-gradient(135deg, #ffffff, #eef9ff),
        radial-gradient(circle at center, rgba(23,105,255,.12), transparent 42%);
      box-shadow: var(--shadow);
    }

    .rfm-final p {
      max-width: 780px;
      margin: 12px auto 0;
      color: var(--muted);
    }

    .rfm-contact-strip {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .rfm-contact-strip span {
      padding: 9px 13px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--line);
      color: #29465f;
      font-weight: 850;
      font-size: 13px;
    }

    .rfm-disclaimer {
      text-align: center;
      max-width: 940px;
      margin: 20px auto 0;
      color: var(--muted);
      font-size: 12px;
    }

    @media (max-width: 1024px) {
      .rfm-hero,
      .rfm-split,
      .rfm-banner,
      .rfm-image-grid {
        grid-template-columns: 1fr;
      }

      .rfm-trust,
      .rfm-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .rfm-grid-3,
      .rfm-grid-2 {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 680px) {
      .rfm-wrap {
        width: min(100% - 24px, 1180px);
        padding-top: 18px;
      }

      .rfm-hero,
      .rfm-split,
      .rfm-banner,
      .rfm-final {
        border-radius: 24px;
        padding: 18px;
      }

      .rfm-trust,
      .rfm-roi {
        grid-template-columns: 1fr;
      }

      .rfm-cta {
        flex-direction: column;
      }

      .rfm-btn {
        width: 100%;
      }

      .rfm-step {
        grid-template-columns: 48px 1fr;
      }
    }
  