
    .emma-hf {
      --navy: #06325f;
      --blue: #1688e8;
      --cyan: #20c6d8;
      --aqua: #e8fbff;
      --soft: #f4fbff;
      --white: #ffffff;
      --ink: #172337;
      --muted: #66788f;
      --line: #d7eaf5;
      --green: #11a982;
      --orange: #f29d38;
      --shadow: 0 20px 50px rgba(20, 112, 170, .13);
      --shadow-soft: 0 10px 28px rgba(7, 50, 95, .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% 4%, rgba(32,198,216,.16), transparent 28%),
        radial-gradient(circle at 90% 8%, rgba(22,136,232,.14), transparent 26%),
        linear-gradient(180deg, #f8fdff 0%, #eefaff 46%, #ffffff 100%);
      overflow: hidden;
    }

    .emma-hf * {
      box-sizing: border-box;
    }

    .emma-hf a {
      color: inherit;
      text-decoration: none;
    }

    .emma-hf img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .hf-wrap {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 30px 0 70px;
    }

    .hf-breadcrumb {
      color: var(--muted);
      font-size: 13px;
      margin: 6px 0 18px;
    }

    .hf-breadcrumb a {
      color: var(--muted);
    }

    .hf-hero {
      position: relative;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: clamp(22px, 3.5vw, 46px);
      align-items: center;
      border: 1px solid rgba(215,234,245,.9);
      border-radius: 34px;
      padding: clamp(22px, 4vw, 48px);
      background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(233,250,255,.96)),
        radial-gradient(circle at top right, rgba(32,198,216,.18), transparent 40%);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .hf-hero::before {
      content: "";
      position: absolute;
      right: -120px;
      top: -120px;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background: rgba(22,136,232,.09);
    }

    .hf-hero::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 180px;
      background:
        linear-gradient(90deg, transparent, rgba(32,198,216,.12), transparent);
      transform: skewY(-4deg);
      transform-origin: left bottom;
      pointer-events: none;
    }

    .hf-hero-copy,
    .hf-hero-media {
      position: relative;
      z-index: 1;
    }

    .hf-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 13px;
      border-radius: 999px;
      background: #e4f8ff;
      color: #075b9b;
      font-weight: 900;
      font-size: 13px;
      margin-bottom: 16px;
      border: 1px solid #c9eef7;
    }

    .hf-eyebrow span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(17,169,130,.13);
    }

    .emma-hf h1,
    .emma-hf h2,
    .emma-hf h3 {
      color: var(--navy);
      margin: 0;
      line-height: 1.15;
      letter-spacing: -0.035em;
    }

    .emma-hf h1 {
      font-size: clamp(34px, 4.7vw, 60px);
      max-width: 820px;
    }

    .emma-hf h2 {
      font-size: clamp(26px, 3vw, 40px);
      margin-bottom: 12px;
    }

    .emma-hf h3 {
      font-size: clamp(19px, 1.8vw, 23px);
      margin-bottom: 10px;
    }

    .hf-lead {
      color: var(--muted);
      font-size: clamp(16px, 1.35vw, 20px);
      margin: 18px 0 0;
      max-width: 720px;
    }

    .hf-highlight {
      color: #075b9b;
      font-weight: 900;
    }

    .hf-pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .hf-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 13px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid var(--line);
      color: #23435e;
      font-size: 13px;
      font-weight: 850;
      box-shadow: 0 8px 18px rgba(7,50,95,.05);
    }

    .hf-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .hf-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;
    }

    .hf-btn:hover {
      transform: translateY(-1px);
    }

    .hf-btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--blue), #0663c8);
      box-shadow: 0 14px 28px rgba(22,136,232,.25);
    }

    .hf-btn-light {
      background: #fff;
      color: #075b9b;
      border-color: #bfe5f5;
    }

    .hf-media-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 14px;
      box-shadow: var(--shadow-soft);
    }

    .hf-img {
      width: 100%;
      border-radius: 20px;
      background: #f5fbff;
      object-fit: contain;
    }

    .hf-img-caption {
      margin-top: 10px;
      padding: 12px;
      border-radius: 16px;
      background: #f4fbff;
      border: 1px solid #e1f1f7;
      color: var(--muted);
      font-size: 13px;
    }

    .hf-img-caption strong {
      color: var(--navy);
    }

    .hf-trust {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
      margin-top: 18px;
    }

    .hf-trust-card {
      min-height: 110px;
      padding: 16px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .hf-trust-card b {
      display: block;
      color: var(--navy);
      font-size: 17px;
      margin-bottom: 4px;
    }

    .hf-trust-card span {
      color: var(--muted);
      font-size: 13px;
    }

    .hf-section {
      margin-top: clamp(40px, 6vw, 72px);
    }

    .hf-section-head {
      max-width: 880px;
      margin-bottom: 22px;
    }

    .hf-section-head p {
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .hf-answer {
      display: grid;
      grid-template-columns: 86px 1fr;
      gap: 22px;
      padding: clamp(22px, 3vw, 34px);
      border-radius: 30px;
      background: linear-gradient(135deg, #ffffff, #edfaff);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .hf-ai-icon {
      width: 72px;
      height: 72px;
      border-radius: 24px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 950;
      font-size: 24px;
      background: linear-gradient(135deg, var(--cyan), var(--blue));
      box-shadow: 0 16px 30px rgba(32,198,216,.24);
    }

    .hf-answer p {
      margin: 0;
      color: var(--muted);
    }

    .hf-grid {
      display: grid;
      gap: 20px;
    }

    .hf-grid-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hf-grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hf-grid-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hf-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;
    }

    .hf-card::before {
      content: "";
      position: absolute;
      right: -60px;
      top: -60px;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: rgba(32,198,216,.08);
    }

    .hf-card p {
      margin: 0;
      color: var(--muted);
    }

    .hf-card ul {
      list-style: none;
      padding: 0;
      margin: 14px 0 0;
    }

    .hf-card li {
      position: relative;
      padding-left: 26px;
      margin: 10px 0;
      color: #30475d;
    }

    .hf-card li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--green);
      font-weight: 950;
    }

    .hf-icon {
      width: 48px;
      height: 48px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      background: #e8fbff;
      border: 1px solid #cbf1f8;
      color: #07869a;
      font-size: 23px;
      margin-bottom: 14px;
    }

    .hf-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);
    }

    .hf-feature-list {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .hf-feature {
      display: flex;
      gap: 13px;
      padding: 15px;
      border-radius: 18px;
      background: #f4fbff;
      border: 1px solid #e1f1f7;
    }

    .hf-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(--cyan), var(--blue));
    }

    .hf-feature b {
      color: var(--navy);
      display: block;
    }

    .hf-feature span {
      display: block;
      color: var(--muted);
      font-size: 14px;
    }

    .hf-table-wrap {
      overflow-x: auto;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .hf-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 820px;
    }

    .hf-table th {
      padding: 16px;
      text-align: left;
      background: var(--navy);
      color: #fff;
      font-size: 14px;
    }

    .hf-table td {
      padding: 15px 16px;
      border-top: 1px solid var(--line);
      color: #334b63;
      vertical-align: top;
    }

    .hf-table td:first-child {
      font-weight: 950;
      color: var(--navy);
    }

    .hf-chip {
      display: inline-flex;
      padding: 6px 10px;
      border-radius: 999px;
      background: #e8fbff;
      color: #066b8b;
      font-weight: 900;
      font-size: 12px;
    }

    .hf-step-grid {
      display: grid;
      gap: 14px;
      counter-reset: step;
    }

    .hf-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);
    }

    .hf-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(22,136,232,.20);
    }

    .hf-step p {
      margin: 0;
      color: var(--muted);
    }

    .hf-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,50,95,.96), rgba(22,136,232,.94)),
        radial-gradient(circle at right top, rgba(255,255,255,.22), transparent 35%);
      box-shadow: 0 24px 58px rgba(6,50,95,.24);
      overflow: hidden;
    }

    .hf-banner h2,
    .hf-banner h3 {
      color: #fff;
    }

    .hf-banner p {
      color: rgba(255,255,255,.82);
      margin: 0;
    }

    .hf-banner .hf-btn-light {
      color: #fff;
      background: rgba(255,255,255,.12);
      border-color: rgba(255,255,255,.35);
    }

    .hf-roi {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 18px;
    }

    .hf-roi div {
      padding: 14px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.22);
      background: rgba(255,255,255,.11);
    }

    .hf-roi strong {
      display: block;
      color: #fff;
      font-size: 22px;
    }

    .hf-roi span {
      color: rgba(255,255,255,.78);
      font-size: 13px;
    }

    .hf-image-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 20px;
    }

    .hf-image-box {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 26px;
      padding: 12px;
      box-shadow: var(--shadow-soft);
    }

    .hf-image-box img {
      width: 100%;
      border-radius: 18px;
      background: #f4fbff;
      object-fit: contain;
    }

    .hf-faq {
      display: grid;
      gap: 12px;
    }

    .hf-faq details {
      padding: 18px 20px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .hf-faq summary {
      cursor: pointer;
      list-style: none;
      color: var(--navy);
      font-weight: 950;
    }

    .hf-faq summary::-webkit-details-marker {
      display: none;
    }

    .hf-faq p {
      margin: 10px 0 0;
      color: var(--muted);
    }

    .hf-final {
      text-align: center;
      padding: clamp(28px, 5vw, 52px);
      border-radius: 34px;
      border: 1px solid var(--line);
      background:
        linear-gradient(135deg, #ffffff, #ebfbff),
        radial-gradient(circle at center, rgba(32,198,216,.15), transparent 42%);
      box-shadow: var(--shadow);
    }

    .hf-final p {
      max-width: 760px;
      margin: 12px auto 0;
      color: var(--muted);
    }

    .hf-contact-strip {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .hf-contact-strip span {
      padding: 9px 13px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--line);
      color: #29475f;
      font-weight: 850;
      font-size: 13px;
    }

    .hf-disclaimer {
      text-align: center;
      max-width: 920px;
      margin: 20px auto 0;
      color: var(--muted);
      font-size: 12px;
    }

    @media (max-width: 1024px) {
      .hf-hero,
      .hf-split,
      .hf-banner,
      .hf-image-grid {
        grid-template-columns: 1fr;
      }

      .hf-trust,
      .hf-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hf-grid-3,
      .hf-grid-2 {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 680px) {
      .hf-wrap {
        width: min(100% - 24px, 1180px);
        padding-top: 18px;
      }

      .hf-hero,
      .hf-split,
      .hf-banner,
      .hf-final {
        border-radius: 24px;
        padding: 18px;
      }

      .hf-answer {
        grid-template-columns: 1fr;
      }

      .hf-trust,
      .hf-roi {
        grid-template-columns: 1fr;
      }

      .hf-cta {
        flex-direction: column;
      }

      .hf-btn {
        width: 100%;
      }

      .hf-step {
        grid-template-columns: 48px 1fr;
      }
    }
  