    /*
      Popup (embed=1): POC shell already applies doceree-poc-overlay__scrollArea padding (34px 24px 24px).
      Hero fills the iframe edge-to-edge; text uses 24px horizontal inset like POC heroOverlay - no double gutters.
    */
    html.doceree-embed .abm-hero-full {
      height: 750px !important;
      min-height: 750px !important;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      /* Match POC heroWrap / heroImage - full 22px rounding */
      border-radius: 22px;
      box-shadow: none;
      transition: none;
    }
    html.doceree-embed .abm-hero-inner {
      top: 26px;
      padding-left: 24px;
      padding-right: 24px;
      box-sizing: border-box;
    }
    .abm-hero-full {
      position: relative;
      box-sizing: border-box;
      width: calc(100% - 48px);
      max-width: none;
      margin-left: auto;
      margin-right: auto;
      padding: 32px 24px 24px;
      transition: padding-top 0.2s ease;
      height: 750px;
      min-height: 750px;
      overflow: hidden;
      background: #ede8ff;
      border-radius: clamp(14px, 2.6vw, 22px);
      box-shadow: var(--pp-card-sh);
    }
    .abm-hero-media {
      position: absolute;
      inset: 0;
      margin: 0;
      padding: 0;
      line-height: 0;
      z-index: 0;
      border-radius: inherit;
      overflow: hidden;
    }
    .abm-hero-photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
      border-radius: inherit;
    }
    .abm-hero-inner {
      position: absolute;
      left: 0;
      right: 0;
      top: 32px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 clamp(16px, 4vw, 24px) 0;
      max-width: 920px;
      width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
    }
    .abm-hero-logo {
      /* Match doceree-poc-overlay__logo */
      width: clamp(101px, 12.1vw, 154px);
      height: auto;
      display: block;
      margin: 0 auto 14px;
      object-fit: contain;
    }
    @media (max-width: 640px) {
      .abm-hero-inner {
        top: 32px;
        padding-top: 0;
      }
    }
    /* Hero type - aligned with doceree-poc-overlay__heroOverlay (shell.css) */
    .abm-hero-full h1 {
      margin: 10px 0 0;
      width: max-content;
      max-width: 100%;
      box-sizing: border-box;
      font-weight: 600;
      font-size: clamp(26px, 3.1vw, 46px);
      letter-spacing: -0.01em;
      line-height: 1.16;
      text-align: center;
      text-wrap: balance;
      color: #2b2f4f;
    }
    .abm-hero-full h1 .abm-hero-line {
      color: #2b2f4f;
    }
    .abm-hero-full .abm-hero-accent {
      background: linear-gradient(90deg, #7a5fff 0%, #8f6eff 45%, #5f7cff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
    }
    .abm-sub {
      margin: 14px auto 18px;
      max-width: 100%;
      padding: 0 4px;
      box-sizing: border-box;
      font-size: clamp(13px, 1.3vw, 23px);
      font-weight: 400;
      line-height: 1.34;
      color: #6f7191;
      text-align: center;
      text-wrap: balance;
    }
    /* CTA - matches doceree-poc-overlay__ctaBtn */
    .abm-cta-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 2px;
      padding: 11px 16px;
      border-radius: 999px;
      text-decoration: none;
      letter-spacing: inherit;
      font: inherit;
      font-size: clamp(13px, 1.02vw, 18px);
      font-weight: 600;
      line-height: 1;
      background: #fff;
      border: 1px solid rgba(205, 188, 245, 0.75);
      color: #6d5dc7;
      box-shadow: 0 8px 20px rgba(126, 95, 255, 0.13);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    }
    .abm-cta-pill .abm-cta-label {
      display: inline-block;
      font-weight: 600;
      color: inherit;
    }
    .abm-cta-pill:hover {
      border-color: rgba(184, 161, 239, 0.95);
      color: #5f4ac1;
      box-shadow: 0 10px 26px rgba(126, 95, 255, 0.2);
    }
    .abm-cta-pill:focus-visible {
      outline: none;
      box-shadow:
        0 0 0 2px rgba(255, 255, 255, 0.95),
        0 0 0 5px rgba(126, 95, 255, 0.35),
        0 8px 20px rgba(126, 95, 255, 0.13);
    }
    .abm-cta-pill:active {
      box-shadow: 0 6px 16px rgba(126, 95, 255, 0.12);
    }
    .abm-cta-pill .abm-cta-icon {
      display: inline-grid;
      place-items: center;
      flex-shrink: 0;
      margin-left: 0;
      width: 28px;
      height: 28px;
      border-radius: 999px;
      background: #9f7df4;
      color: #fff;
    }
    .abm-cta-pill .abm-cta-icon svg {
      width: 17px;
      height: 17px;
      display: block;
    }
    .abm-btn-sm {
      display: inline-flex;
      align-items: center;
      padding: 9px 18px;
      border-radius: 999px;
      background: var(--p);
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      text-decoration: none;
      border: 1px solid rgba(126, 95, 255, 0.35);
      box-shadow: var(--pp-card-sh);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .abm-btn-sm:hover { transform: translateY(-1px); box-shadow: var(--pp-card-sh-hover); }
    /* RepTwin showcase: floating top icon + ghost CTA (only in targeting feature rows). */
    @keyframes abm-showcase-icon-float {
      0%,
      100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-5px);
      }
    }
    .abm-feat-kicker-wrap {
      margin-bottom: 2px;
    }
    .abm-feat-icon-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: linear-gradient(145deg, rgba(122, 95, 255, 0.2), rgba(187, 118, 255, 0.12));
      border: 1px solid rgba(122, 95, 255, 0.32);
      color: var(--p);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
      margin-bottom: 12px;
      animation: abm-showcase-icon-float 3.2s ease-in-out infinite;
      transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
    }
    .abm-feat-row:hover .abm-feat-icon-wrap {
      animation-duration: 2s;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 10px 26px rgba(122, 95, 255, 0.22);
      border-color: rgba(122, 95, 255, 0.5);
    }
    .abm-feat-icon-wrap svg {
      width: 26px;
      height: 26px;
      stroke: currentColor;
      stroke-width: 1.75;
      fill: none;
    }
    .abm-showcase-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 6px;
      padding: 12px 22px 12px 24px;
      border-radius: 999px;
      background: linear-gradient(96deg, rgba(122, 95, 255, 0.12), rgba(187, 118, 255, 0.08));
      border: 1.5px solid rgba(122, 95, 255, 0.38);
      color: var(--p);
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.03em;
      text-decoration: none;
      box-shadow: 0 4px 14px rgba(122, 95, 255, 0.1);
      transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease,
        color 0.22s ease;
    }
    .abm-showcase-cta:hover {
      background: #fff;
      border-color: var(--p);
      color: var(--ink2);
      box-shadow: 0 10px 26px rgba(122, 95, 255, 0.18);
      transform: translateX(3px);
    }
    .abm-showcase-cta svg {
      flex-shrink: 0;
      transition: transform 0.22s ease;
    }
    .abm-showcase-cta:hover svg {
      transform: translateX(5px);
    }
    .abm-feat-text .abm-showcase-cta {
      width: fit-content;
      max-width: 100%;
      padding: 10px 16px 10px 18px;
      gap: 8px;
      font-size: 13px;
    }
    .abm-section {
      padding: clamp(48px, 7vw, 80px) clamp(20px, 4vw, 48px);
    }
    .abm-section--muted { background: #f7f5fc; }
    /* Full-width band - RepTwin `.doceree-reptwin-showcase-outer` padding + inner width. */
    .abm-section--targeting-band {
      background: #f7f4ff;
      padding-block: clamp(48px, 7vw, 96px);
      /* Slightly less start padding pulls the whole card stack left in the band. */
      padding-inline: clamp(10px, 2vw, 26px) clamp(14px, 3vw, 36px);
    }
    .abm-section--targeting-band .abm-wrap {
      max-width: min(1360px, 100%);
    }
    .abm-wrap { max-width: 1060px; margin: 0 auto; }
    .abm-brand { text-align: center; }
    .abm-brand-desc {
      margin: 0 auto 40px;
      max-width: 660px;
      font-size: clamp(17px, 2.25vw, 19px);
      line-height: 1.72;
      color: var(--muted);
    }
    /* Brand feature row - matches RepTwin post-hero intro cards (fstrip + hover bar). */
    .abm-chips {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(18px, 2vw, 28px);
      max-width: min(1280px, 100%);
      margin: 0 auto;
    }
    .abm-chip {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 12px;
      border-radius: 22.808px;
      border: 1px solid #f0e8ff;
      background: #fff;
      box-shadow: 0 12px 32px rgba(122, 95, 255, 0.06), 0 2px 8px rgba(122, 95, 255, 0.04);
      padding: clamp(26px, 3vw, 36px) clamp(20px, 2.4vw, 28px) clamp(28px, 3vw, 36px);
      position: relative;
      overflow: hidden;
      cursor: default;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }
    .abm-chip::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--p), var(--p-mid));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }
    .abm-chip:hover {
      transform: translateY(-3px);
      border-color: #e8ddff;
      box-shadow: 0 18px 40px rgba(122, 95, 255, 0.1), 0 4px 14px rgba(122, 95, 255, 0.06);
    }
    /* Scroll-reveal also sets transform on `.abm-reveal`; keep lift hover after reveal completes. */
    .abm-chip.abm-reveal.is-in:hover {
      transform: translateY(-3px);
    }
    .abm-chip:hover::after {
      transform: scaleX(1);
    }
    .abm-chip-ico {
      flex-shrink: 0;
      width: 58px;
      height: 58px;
      min-width: 58px;
      margin: 0;
      border-radius: 50%;
      background: #f4effe;
      border: none;
      box-shadow: none;
      color: #7561a8;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color 0.2s ease;
    }
    .abm-chip:hover .abm-chip-ico {
      color: #634d96;
    }
    .abm-chip-ico svg {
      width: 26px;
      height: 26px;
      flex-shrink: 0;
      stroke: currentColor;
    }
    .abm-grad {
      background: linear-gradient(96deg, #5368ff 0%, #6b64ff 28%, #7e5fff 52%, #a266ff 78%, #bb76ff 100%);
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
    }
    .abm-chip h3 .abm-grad {
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      font-weight: 600;
    }
    .abm-chip h3 {
      margin: 0;
      font-size: clamp(17px, 1.55vw, 19px);
      font-weight: 600;
      line-height: 1.38;
      max-width: 100%;
    }
    .abm-chip p {
      margin: 0;
      font-size: clamp(14px, 1.15vw, 15px);
      line-height: 1.58;
      color: var(--muted);
      max-width: min(100%, 30em);
    }
    .abm-feat-wrap { display: flex; flex-direction: column; gap: clamp(18px, 2.5vw, 28px); }
    /* Large split rows - mirrors RepTwin `.doceree-reptwin-showcase-card` + hover. */
    .abm-feat-row {
      display: grid;
      /* RepTwin showcase row: slightly wider visual column when it sits on the right. */
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
      gap: clamp(26px, 4vw, 52px);
      align-items: center;
      padding-block: clamp(20px, 2.6vw, 32px);
      /* Less padding toward the viewport start shifts image + copy left as a unit. */
      padding-inline: clamp(14px, 2.2vw, 30px) clamp(26px, 3.6vw, 48px);
      border-radius: 22.808px;
      border: 2.4px solid #f4edff;
      background: #fff;
      box-shadow: 0 17px 27px 0 #eee5ff;
      overflow: hidden;
      min-height: clamp(240px, 25.6vw, 352px);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }
    .abm-feat-row--rev {
      /* Slightly narrower visual / wider text so copy uses more width (less empty band on the trailing edge). */
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
      /* Narrower gutter: image is pulled toward copy via flex-end on the visual cell. */
      gap: clamp(12px, 2.2vw, 32px);
    }
    .abm-feat-row:hover {
      transform: translateY(-5px);
      box-shadow: 0 26px 42px 0 #e4daf8, 0 12px 28px rgba(122, 95, 255, 0.12);
      border-color: rgba(122, 95, 255, 0.32);
    }
    .abm-feat-row.abm-reveal.is-in:hover {
      transform: translateY(-5px);
    }
    .abm-feat-row--rev .abm-feat-text { order: 2; }
    .abm-feat-row--rev .abm-feat-visual { order: 1; }
    .abm-feat-row--rev .abm-feat-text {
      padding-inline-start: clamp(0px, 0.8vw, 12px);
    }
    .abm-feat-text {
      padding: 0;
      padding-inline-start: clamp(18px, 2.8vw, 36px);
      padding-inline-end: clamp(8px, 1.2vw, 16px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-sizing: border-box;
    }
    .abm-feat-text h3 {
      margin: 0 0 12px;
      font-size: clamp(20px, 2.2vw, 28px);
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--ink);
      line-height: 1.2;
    }
    .abm-feat-text > p {
      margin: 0 0 16px;
      font-size: clamp(14px, 1.25vw, 16px);
      line-height: 1.75;
      color: var(--muted);
    }
    .abm-feat-points { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
    .abm-fp {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 13px;
      font-weight: 600;
      color: var(--ink2);
    }
    .abm-fp-ico {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #f3edff;
      border: 1px solid var(--line);
      flex-shrink: 0;
      margin-top: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--p);
      transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    }
    .abm-feat-row:hover .abm-fp-ico {
      transform: scale(1.06);
      border-color: rgba(122, 95, 255, 0.35);
      box-shadow: 0 4px 12px rgba(122, 95, 255, 0.12);
    }
    .abm-fp-ico svg { width: 10px; height: 10px; }
    .abm-feat-visual {
      background: #f7f4ff;
      border-radius: 16px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      position: relative;
      overflow: hidden;
      padding: clamp(18px, 2.5vw, 28px);
      min-height: clamp(176px, 22.4vw, 288px);
      align-self: stretch;
    }
    .abm-feat-bars {
      width: 100%;
      max-width: 320px;
      background: #fff;
      border-radius: 14px;
      padding: 16px 18px;
      border: 2.4px solid #f4edff;
      box-shadow: 0 8px 22px rgba(122, 95, 255, 0.07);
      margin-bottom: 20px;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }
    .abm-feat-bars:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 32px rgba(122, 95, 255, 0.12);
      border-color: rgba(122, 95, 255, 0.22);
    }
    .abm-fb-title {
      font-size: 10px;
      font-weight: 700;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 12px;
    }
    .abm-fb-row { margin-bottom: 8px; }
    .abm-fb-label { display: flex; justify-content: space-between; font-size: 10px; font-weight: 600; color: var(--ink2); margin-bottom: 4px; }
    .abm-fb-track { height: 7px; border-radius: 4px; background: rgba(126, 95, 255, 0.12); overflow: hidden; }
    .abm-fb-fill {
      height: 100%;
      border-radius: 4px;
      background: linear-gradient(90deg, #5368ff, #7e5fff);
      width: 0;
      transition: width 1.1s ease;
    }
    .abm-feat-float {
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 2;
      background: #fff;
      border-radius: 12px;
      padding: 12px 14px;
      border: 2.4px solid #f4edff;
      box-shadow: 0 8px 22px rgba(122, 95, 255, 0.07);
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }
    .abm-feat-float:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(122, 95, 255, 0.12);
      border-color: rgba(122, 95, 255, 0.22);
    }
    .abm-feat-float--left { right: auto; left: 18px; }
    .abm-feat-float strong { display: block; font-size: 18px; font-weight: 800; color: var(--p); }
    .abm-feat-float span { font-size: 10px; font-weight: 600; color: var(--muted); }
    /* Showcase PNGs: no lavender wrapper - rounded corners on the image only. */
    .abm-feat-visual.abm-feat-visual--img {
      background: transparent;
      border-radius: 0;
      padding: clamp(12px, 1.4vw, 18px);
      overflow: visible;
      display: flex;
      align-items: center;
      /* LTR: default row has text left / image right - hug text with flex-start. */
      justify-content: flex-start;
      line-height: 0;
      min-height: 0;
    }
    /* Image-left rows: 80% width image otherwise leaves a wide empty band next to copy. */
    .abm-feat-row--rev .abm-feat-visual.abm-feat-visual--img {
      justify-content: flex-end;
      padding-inline-start: clamp(4px, 1vw, 12px);
      padding-inline-end: clamp(4px, 0.85vw, 12px);
    }
    .abm-feat-img {
      display: block;
      width: 80%;
      max-width: 80%;
      height: auto;
      margin-inline: 0;
      flex-shrink: 0;
      border-radius: 16px;
      transition: transform 0.4s ease;
    }
    .abm-feat-row:hover .abm-feat-img {
      transform: scale(1.03);
    }
    .abm-stat-cards { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; justify-content: center; padding-bottom: 20px; }
    .abm-stat-card {
      background: #fff;
      border-radius: 14px;
      padding: 16px 18px;
      border: 2.4px solid #f4edff;
      box-shadow: 0 8px 22px rgba(122, 95, 255, 0.07);
      text-align: center;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }
    .abm-stat-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 32px rgba(122, 95, 255, 0.12);
      border-color: rgba(122, 95, 255, 0.22);
    }
    .abm-stat-card .v { font-size: 26px; font-weight: 800; color: var(--p); line-height: 1; }
    .abm-stat-card .abm-stat-accent { color: var(--green); }
    .abm-stat-card .l { font-size: 11px; font-weight: 600; color: var(--muted); margin-top: 6px; }
    .abm-pill-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      justify-content: center;
      padding: 16px;
    }
    .abm-pill {
      background: #fff;
      border-radius: 10px;
      padding: 10px 14px;
      border: 2.4px solid #f4edff;
      box-shadow: 0 6px 18px rgba(122, 95, 255, 0.06);
      font-size: 11px;
      font-weight: 800;
      color: var(--ink);
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }
    .abm-pill:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(122, 95, 255, 0.1);
      border-color: rgba(122, 95, 255, 0.2);
    }
    .abm-pill--hi { background: var(--p); color: #fff; border-color: transparent; }
    .abm-pub-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      padding: 16px;
    }
    .abm-pub-card {
      background: #fff;
      border-radius: 12px;
      padding: 12px;
      border: 2.4px solid #f4edff;
      text-align: center;
      min-width: 92px;
      box-shadow: 0 8px 22px rgba(122, 95, 255, 0.07);
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      cursor: default;
    }
    .abm-pub-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 32px rgba(122, 95, 255, 0.12);
      border-color: rgba(122, 95, 255, 0.22);
    }
    .abm-pub-card svg { width: 22px; height: 22px; margin: 0 auto 6px; display: block; color: var(--p); }
    .abm-pub-card .t { font-size: 10px; font-weight: 800; color: var(--ink); }
    .abm-pub-card .n { font-size: 9px; font-weight: 700; color: var(--p); margin-top: 4px; }
    .abm-sec-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
    .abm-sec-tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--p);
      margin-bottom: 12px;
    }
    .abm-sec-tag::before {
      content: "";
      width: 14px;
      height: 2px;
      background: var(--p);
      border-radius: 2px;
    }
    .abm-sec-head h2 {
      margin: 0;
      font-size: clamp(26px, 3vw, 40px);
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.15;
      color: var(--ink);
    }
    .abm-sec-head p { margin: 12px 0 0; font-size: 16px; line-height: 1.75; color: var(--muted); }
    /* How it works - step rail (1-2-3 + line) above three cards; in-view motion. */
    .abm-section--how-white {
      background: #fff;
      padding: clamp(48px, 7vw, 80px) 0;
      width: 100%;
      max-width: none;
      box-sizing: border-box;
    }
    .abm-section--how-white .abm-wrap {
      max-width: none;
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .abm-how {
      --abm-how-gap: clamp(16px, 2.2vw, 24px);
      --abm-how-track-pad: clamp(6px, 1.5vw, 14px);
      width: 100%;
      max-width: 100%;
      margin: 0;
      border-radius: 0;
      background: #fff;
      border: none;
      border-top: 1px solid rgba(126, 95, 255, 0.08);
      border-bottom: 1px solid rgba(126, 95, 255, 0.08);
      box-shadow: none;
      padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 56px);
      box-sizing: border-box;
    }
    .abm-how-head {
      text-align: center;
      max-width: 36rem;
      margin: 0 auto clamp(28px, 4vw, 40px);
    }
    .abm-how-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--p);
      margin: 0 0 12px;
      justify-content: center;
    }
    .abm-how-kicker::before {
      content: "";
      width: 14px;
      height: 2px;
      border-radius: 2px;
      background: var(--p);
    }
    .abm-how-title {
      margin: 0 0 10px;
      font-size: clamp(22px, 2.8vw, 34px);
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: 1.18;
      color: var(--ink);
    }
    .abm-how-sub {
      margin: 0;
      font-size: clamp(12px, 1.05vw, 14px);
      line-height: 1.55;
      color: var(--muted);
      font-weight: 500;
    }
    /* Step numbers: same 3-col grid + gap as cards so 1 / 2 / 3 center on each column (Premium-style). */
    .abm-how-process {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: var(--abm-how-gap);
      width: 100%;
      margin: 0 0 clamp(14px, 2.2vw, 22px);
      padding: 0 var(--abm-how-track-pad);
      box-sizing: border-box;
      position: relative;
      min-height: 52px;
    }
    .abm-how-process::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      height: 3px;
      margin-top: -1.5px;
      border-radius: 999px;
      background: linear-gradient(
        90deg,
        rgba(126, 95, 255, 0.28),
        rgba(83, 104, 255, 0.72) 48%,
        rgba(187, 118, 255, 0.5) 100%
      );
      pointer-events: none;
      z-index: 0;
      transform-origin: left center;
    }
    .abm-how-process-cell {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
    }
    .abm-how-process-num {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: linear-gradient(145deg, #9480ff 0%, var(--p) 42%, #5c46d6 100%);
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow:
        0 12px 32px rgba(92, 70, 214, 0.35),
        0 0 0 5px rgba(255, 255, 255, 0.98);
      flex-shrink: 0;
    }
    .abm-how-track {
      position: relative;
      padding: 4px 0 4px;
    }
    .abm-how-steps {
      list-style: none;
      margin: 0;
      padding: 0 var(--abm-how-track-pad);
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: var(--abm-how-gap);
      position: relative;
      z-index: 1;
    }
    .abm-how-step {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      position: relative;
      background: #fff;
      border: 1px solid rgba(126, 95, 255, 0.12);
      border-radius: 22px;
      padding: clamp(22px, 2.8vw, 32px) clamp(18px, 2vw, 26px) clamp(24px, 3vw, 34px);
      box-shadow: 0 14px 40px rgba(76, 62, 140, 0.06);
      box-sizing: border-box;
      overflow: visible;
    }
    .abm-how-step > div {
      position: relative;
      z-index: 1;
      width: 100%;
    }
    .abm-how-step-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
      padding: 5px 14px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #6e7088;
      border-radius: 999px;
      border: 1px solid rgba(122, 95, 255, 0.28);
      background: #faf9ff;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    }
    .abm-how-step h3 {
      margin: 0 0 10px;
      font-size: clamp(16px, 1.35vw, 19px);
      font-weight: 700;
      color: var(--ink);
      line-height: 1.28;
    }
    .abm-how-step p {
      margin: 0;
      font-size: clamp(12px, 0.95vw, 13px);
      line-height: 1.58;
      color: #6a6c86;
      font-weight: 500;
      max-width: none;
      margin-inline: auto;
    }
    @keyframes abm-how-head-in {
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes abm-how-step-in {
      from {
        opacity: 0;
        transform: translateY(22px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes abm-how-process-rail-in {
      from {
        transform: scaleX(0);
        opacity: 0.2;
      }
      to {
        transform: scaleX(1);
        opacity: 1;
      }
    }
    @keyframes abm-how-process-num-pop {
      0% {
        transform: scale(0.35);
        opacity: 0;
      }
      58% {
        transform: scale(1.1);
        opacity: 1;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }
    .abm-how:not(.is-inview) .abm-how-head {
      opacity: 0;
      transform: translateY(12px);
    }
    .abm-how:not(.is-inview) .abm-how-process::after {
      transform: scaleX(0);
      opacity: 0.15;
    }
    .abm-how:not(.is-inview) .abm-how-process-num {
      opacity: 0;
      transform: scale(0.45);
    }
    .abm-how:not(.is-inview) .abm-how-step {
      opacity: 0;
      transform: translateY(20px);
    }
    .abm-how.is-inview .abm-how-head {
      animation: abm-how-head-in 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
    .abm-how.is-inview .abm-how-process::after {
      animation: abm-how-process-rail-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
    }
    .abm-how.is-inview .abm-how-process-cell:nth-child(1) .abm-how-process-num {
      animation: abm-how-process-num-pop 0.58s cubic-bezier(0.34, 1.25, 0.64, 1) 0.2s both;
    }
    .abm-how.is-inview .abm-how-process-cell:nth-child(2) .abm-how-process-num {
      animation: abm-how-process-num-pop 0.58s cubic-bezier(0.34, 1.25, 0.64, 1) 0.34s both;
    }
    .abm-how.is-inview .abm-how-process-cell:nth-child(3) .abm-how-process-num {
      animation: abm-how-process-num-pop 0.58s cubic-bezier(0.34, 1.25, 0.64, 1) 0.48s both;
    }
    .abm-how.is-inview .abm-how-step:nth-child(1) {
      animation: abm-how-step-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
    }
    .abm-how.is-inview .abm-how-step:nth-child(2) {
      animation: abm-how-step-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
    }
    .abm-how.is-inview .abm-how-step:nth-child(3) {
      animation: abm-how-step-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.44s both;
    }
    @media (prefers-reduced-motion: reduce) {
      .abm-how .abm-how-head,
      .abm-how .abm-how-process::after,
      .abm-how .abm-how-process-num,
      .abm-how .abm-how-step {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
      }
    }
    .abm-roles-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(40px, 5vw, 56px);
      align-items: start;
    }
    .abm-roles-grid > .abm-reveal > h2,
    .abm-measure-grid > .abm-reveal > h2 {
      margin: 0;
      font-size: clamp(26px, 2.85vw, 36px);
      font-weight: 700;
      letter-spacing: -0.022em;
      line-height: 1.12;
      color: var(--ink);
    }
    /* Intro under split-column headings - readable, subordinate to H2. */
    .abm-split-lead {
      margin: 14px 0 0;
      max-width: 38em;
      font-size: clamp(15px, 1.12vw, 17px);
      line-height: 1.65;
      font-weight: 500;
      color: #5a5d76;
    }
    .abm-split-lead + .abm-big-stat {
      margin-top: 26px;
    }
    .abm-big-stat { font-size: clamp(48px, 6vw, 58px); font-weight: 800; color: var(--p); line-height: 1; letter-spacing: -0.035em; }
    .abm-big-stat-lbl {
      font-size: 15px;
      font-weight: 600;
      color: var(--ink2);
      margin: 10px 0 0;
      letter-spacing: -0.01em;
    }
    .abm-roles-copy { margin-top: 18px; }
    .abm-roles-copy p {
      margin: 0;
      font-size: 15px;
      line-height: 1.7;
      font-weight: 500;
      color: #5a5d76;
    }
    .abm-sen-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }
    .abm-sen-chip {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.02em;
      padding: 7px 14px;
      background: #faf8ff;
      color: var(--ink2);
      border-radius: 999px;
      border: 1px solid rgba(122, 95, 255, 0.22);
    }
    .abm-role-list { display: flex; flex-direction: column; gap: 12px; }
    .abm-role-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 16px 18px;
      background: #faf9ff;
      border-radius: 14px;
      border: 1px solid rgba(122, 95, 255, 0.12);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .abm-role-item:hover { transform: translateX(4px); box-shadow: var(--pp-card-sh-hover); }
    .abm-role-ico {
      width: 36px;
      height: 36px;
      border-radius: 9px;
      background: #f3edff;
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--p);
      flex-shrink: 0;
    }
    .abm-role-ico svg { width: 18px; height: 18px; }
    .abm-role-name {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.015em;
      color: var(--ink);
      flex: 1;
      min-width: 0;
      line-height: 1.35;
    }
    .abm-role-badge {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 999px;
      background: #fff;
      color: var(--p);
      border: 1px solid rgba(122, 95, 255, 0.22);
      flex-shrink: 0;
    }
    .abm-measure-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(40px, 5vw, 56px);
      align-items: start;
    }
    .abm-mcards {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 28px;
    }
    .abm-mcard {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 20px 22px;
      background: #fff;
      border-radius: 16px;
      border: 1px solid rgba(122, 95, 255, 0.12);
      box-shadow: var(--pp-card-sh);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .abm-mcard:hover { transform: translateX(4px); box-shadow: var(--pp-card-sh-hover); }
    .abm-mcard-ico {
      width: 42px;
      height: 42px;
      border-radius: 11px;
      background: #f3edff;
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--p);
      flex-shrink: 0;
    }
    .abm-mcard-ico svg { width: 20px; height: 20px; }
    .abm-mcard > div {
      flex: 1;
      min-width: 0;
    }
    .abm-mcard h4 {
      margin: 0 0 8px;
      font-size: clamp(15px, 1.2vw, 17px);
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: 1.28;
      color: var(--ink);
    }
    .abm-mcard p {
      margin: 0;
      font-size: 14px;
      line-height: 1.62;
      font-weight: 500;
      color: #5a5d76;
    }
    .abm-lift {
      background: linear-gradient(140deg, #f3edff, #e8e0ff);
      border-radius: 20px;
      padding: 26px;
      border: 1px solid var(--line);
      box-shadow: var(--pp-card-sh);
    }
    .abm-lift > .t {
      font-size: 11px;
      font-weight: 700;
      color: var(--ink2);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 16px;
    }
    .abm-lc-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
    .abm-lc-lbl { font-size: 12px; font-weight: 600; color: var(--ink); min-width: 118px; letter-spacing: -0.01em; }
    .abm-lc-track { flex: 1; height: 9px; border-radius: 5px; background: rgba(126, 95, 255, 0.12); overflow: hidden; }
    .abm-lc-fill {
      height: 100%;
      border-radius: 5px;
      background: linear-gradient(90deg, #5368ff, #7e5fff);
      width: 0;
      transition: width 1.1s ease;
    }
    .abm-lkpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
    .abm-lkpi {
      background: #fff;
      border-radius: 10px;
      padding: 12px 8px;
      border: 1px solid var(--line);
      text-align: center;
    }
    .abm-lkpi .v { font-size: 17px; font-weight: 800; color: var(--p); letter-spacing: -0.02em; }
    .abm-lkpi .l {
      font-size: 10px;
      font-weight: 600;
      color: #6b6d86;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-top: 6px;
    }
    .abm-faq-layout { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: start; }
    .abm-faq-left p { margin: 12px 0 0; font-size: 15px; line-height: 1.75; color: var(--muted); }
    #abm-faq .abm-faq-left h2 {
      margin: 0;
      font-size: clamp(24px, 2.6vw, 34px);
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: 1.18;
      color: var(--ink);
    }
    #abm-faq .abm-faq-left > .abm-sec-tag {
      font-weight: 600;
      letter-spacing: 0.12em;
    }
    .abm-faq-item { border-bottom: 1px solid rgba(126, 95, 255, 0.12); }
    #abm-faq button.abm-faq-btn {
      font-weight: 400;
      font-synthesis: none;
    }
    .abm-faq-btn {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      padding: 16px 0;
      background: none;
      border: none;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.015em;
      color: var(--ink);
      text-align: left;
      font-family: inherit;
    }
    .abm-faq-btn:hover {
      color: var(--p);
      font-weight: 400;
    }
    .abm-faq-item.is-open .abm-faq-btn {
      font-weight: 400;
      color: var(--ink2);
    }
    .abm-faq-btn:focus-visible { outline: 2px solid var(--p); outline-offset: 2px; border-radius: 4px; }
    .abm-faq-ico {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      flex-shrink: 0;
      background: #f3edff;
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--p);
      transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }
    .abm-faq-ico svg { width: 12px; height: 12px; transition: transform 0.25s ease; }
    .abm-faq-item.is-open .abm-faq-ico { background: var(--p); border-color: var(--p); color: #fff; }
    .abm-faq-item.is-open .abm-faq-ico svg { transform: rotate(45deg); }
    .abm-faq-panel {
      display: none;
      padding: 0 0 16px;
      font-size: 14px;
      line-height: 1.75;
      color: var(--muted);
    }
    .abm-faq-item.is-open .abm-faq-panel { display: block; }
    /* Full-bleed CTA - RepTwin `cta-section` + `final bannercta.png`. */
    .abm-final-cta {
      position: relative;
      width: 100vw;
      max-width: none;
      margin-left: calc(50% - 50vw);
      box-sizing: border-box;
      text-align: center;
      overflow: hidden;
      background: #6b4ed8;
      background-image: url("/images/reptwin%20product%20page%20images/final%20bannercta.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: clamp(76px, 11vw, 120px) clamp(22px, 5vw, 48px);
    }
    .abm-final-cta-inner {
      position: relative;
      z-index: 1;
      max-width: min(48rem, 100%);
      margin: 0 auto;
    }
    .abm-final-cta h2 {
      margin: 0 0 14px;
      font-size: clamp(28px, 3.2vw, 44px);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.12;
      color: #fff;
      text-wrap: balance;
      text-shadow: 0 2px 24px rgba(35, 18, 80, 0.28);
    }
    .abm-final-cta-sub {
      margin: 0 auto 38px;
      max-width: min(38em, 92%);
      font-size: clamp(15px, 1.45vw, 18px);
      line-height: 1.65;
      font-weight: 500;
      color: #fff;
      text-shadow: 0 1px 18px rgba(35, 18, 80, 0.22);
    }
    .abm-final-cta-btns {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }
    .abm-final-cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 13px 28px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
      font-family: inherit;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    }
    .abm-final-cta-btn--solid {
      background: #fff;
      color: var(--p);
      border: none;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }
    .abm-final-cta-btn--solid:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    }
    .abm-final-cta-btn--ghost {
      padding: 13px 28px;
      border: 1.5px solid rgba(255, 255, 255, 0.4);
      background: transparent;
      color: #fff;
    }
    .abm-final-cta-btn--ghost:hover {
      border-color: #fff;
      background: rgba(255, 255, 255, 0.1);
      transform: translateY(-2px);
    }
    .abm-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
    .abm-reveal.is-in { opacity: 1; transform: translateY(0); }
    @media (prefers-reduced-motion: reduce) {
      .abm-reveal { opacity: 1; transform: none; transition: none; }
      .abm-fb-fill, .abm-lc-fill { transition: none !important; }
      .abm-feat-row,
      .abm-feat-bars,
      .abm-feat-float,
      .abm-stat-card,
      .abm-pub-card,
      .abm-fp-ico {
        transition: none !important;
      }
      .abm-feat-row:hover,
      .abm-feat-row.abm-reveal.is-in:hover {
        transform: none;
      }
      .abm-feat-icon-wrap {
        animation: none !important;
      }
      .abm-showcase-cta,
      .abm-showcase-cta svg {
        transition: none !important;
      }
      .abm-showcase-cta:hover {
        transform: none;
      }
      .abm-showcase-cta:hover svg {
        transform: none;
      }
      .abm-feat-row:hover .abm-fp-ico {
        transform: none;
      }
      .abm-feat-bars:hover,
      .abm-feat-float:hover,
      .abm-stat-card:hover,
      .abm-pub-card:hover,
      .abm-pill:hover {
        transform: none;
      }
      .abm-feat-img {
        transition: none !important;
      }
      .abm-feat-row:hover .abm-feat-img {
        transform: none !important;
      }
      .abm-pill {
        transition: none !important;
      }
    }
    @media (max-width: 960px) {
      .abm-chips { grid-template-columns: repeat(2, 1fr); }
      .abm-feat-row,
      .abm-feat-row--rev {
        grid-template-columns: 1fr;
        min-height: 0;
      }
      .abm-feat-row--rev {
        gap: clamp(26px, 4vw, 52px);
      }
      .abm-feat-row--rev .abm-feat-text, .abm-feat-row--rev .abm-feat-visual { order: unset; }
      .abm-feat-row--rev .abm-feat-text {
        padding-inline-start: clamp(18px, 2.8vw, 36px);
      }
      .abm-feat-visual.abm-feat-visual--img {
        justify-content: center;
      }
      .abm-feat-row--rev .abm-feat-visual.abm-feat-visual--img {
        padding-inline: clamp(12px, 1.4vw, 18px);
      }
      .abm-roles-grid, .abm-measure-grid, .abm-faq-layout { grid-template-columns: 1fr; gap: 32px; }
    }
    @media (max-width: 900px) {
      .abm-how-process {
        margin-bottom: 16px;
        min-height: 46px;
      }
      .abm-how-process-num {
        width: 42px;
        height: 42px;
        font-size: 15px;
      }
      .abm-how-steps {
        grid-template-columns: 1fr;
        gap: 14px;
      }
      .abm-how-step {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        border-radius: 18px;
        padding: 16px 18px 18px;
        box-shadow: var(--pp-card-sh);
        gap: 0;
      }
      .abm-how-step-tag {
        align-self: flex-start;
        margin: 0 0 24px;
      }
      .abm-how-step > div {
        text-align: left;
        flex: 1;
        min-width: 0;
      }
      .abm-how-step p {
        margin-inline: 0;
        max-width: none;
      }
    }
    @media (max-width: 560px) {
      .abm-chips { grid-template-columns: 1fr; }
      .abm-final-cta {
        padding: 64px 20px;
      }
      .abm-final-cta-btns {
        flex-direction: column;
        align-items: stretch;
      }
      .abm-final-cta-btn {
        width: 100%;
        box-sizing: border-box;
      }
    }

    /* Doceree marketing footer (same markup/CSS as RepTwin / doceree.com home). */
    body.abm footer.doceree-reptwin-marketing-footer {
      display: block !important;
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      padding: 0 !important;
      border-top: 1px solid #e5e5e5 !important;
      background: #f9f9f9 !important;
      flex-wrap: nowrap !important;
      align-items: stretch !important;
      justify-content: flex-start !important;
      text-align: left !important;
      font-family: "Gilroy", system-ui, -apple-system, sans-serif !important;
    }
    body.abm .doceree-reptwin-mf-inner {
      max-width: min(1180px, 100%);
      margin: 0 auto;
      padding: clamp(40px, 5vw, 64px) clamp(20px, 4vw, 48px) clamp(32px, 4vw, 48px);
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.88fr);
      gap: clamp(28px, 4vw, 48px);
      align-items: start;
    }
    body.abm .doceree-reptwin-mf-logo {
      display: inline-block;
      margin-bottom: 16px;
    }
    body.abm .doceree-reptwin-mf-logo img {
      display: block;
      height: auto;
      max-width: 168px;
    }
    body.abm .doceree-reptwin-mf-about {
      font-size: 14px;
      line-height: 1.65;
      color: #666666;
      margin: 0 0 20px;
      max-width: 36em;
    }
    body.abm .doceree-reptwin-mf-certs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 12px;
      padding: 16px 18px;
      background: #ffffff;
      border-radius: 14px;
      border: 1px solid #ececec;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
      max-width: 100%;
    }
    body.abm .doceree-reptwin-mf-cert {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 4px 8px;
      border-radius: 8px;
      transition: opacity 0.2s ease, background 0.2s ease;
    }
    body.abm .doceree-reptwin-mf-cert:hover {
      opacity: 0.88;
      background: rgba(92, 70, 156, 0.06);
    }
    body.abm .doceree-reptwin-mf-cert img {
      max-height: 40px;
      width: auto;
      max-width: 88px;
      object-fit: contain;
      vertical-align: middle;
    }
    body.abm .doceree-reptwin-mf-cert--text {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.04em;
      color: #5c469c;
      text-decoration: none;
      padding: 8px 12px;
      border: 1px solid rgba(92, 70, 156, 0.2);
      border-radius: 8px;
      background: #fafafa;
    }
    body.abm .doceree-reptwin-mf-block {
      margin-bottom: clamp(24px, 3vw, 36px);
    }
    body.abm .doceree-reptwin-mf-block:last-child {
      margin-bottom: 0;
    }
    body.abm .doceree-reptwin-mf-heading {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #5c469c;
      margin: 0 0 14px;
      line-height: 1.2;
    }
    body.abm .doceree-reptwin-mf-h-ic {
      display: inline-flex;
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      color: #5c469c;
      align-items: center;
      justify-content: center;
    }
    body.abm .doceree-reptwin-mf-h-ic svg {
      width: 20px;
      height: 20px;
    }
    body.abm .doceree-reptwin-mf-h-ic--at {
      font-size: 15px;
      font-weight: 800;
      line-height: 1;
      width: 22px;
      height: 22px;
      border: 1.5px solid currentColor;
      border-radius: 50%;
    }
    body.abm .doceree-reptwin-mf-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 8px 0;
    }
    body.abm .doceree-reptwin-mf-list a {
      font-size: 14px;
      font-weight: 500;
      color: #666666;
      text-decoration: none;
      line-height: 1.45;
      transition: color 0.2s ease;
    }
    body.abm .doceree-reptwin-mf-list a:hover {
      color: #5c469c;
    }
    body.abm .doceree-reptwin-mf-addresses {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    body.abm .doceree-reptwin-mf-addr {
      font-size: 13px;
      line-height: 1.55;
      color: #666666;
    }
    body.abm .doceree-reptwin-mf-addr p {
      margin: 0;
    }
    body.abm .doceree-reptwin-mf-addr-label {
      font-weight: 600;
      color: #444444;
      margin-bottom: 4px !important;
    }
    body.abm .doceree-reptwin-mf-col--policies {
      border-left: 1px solid #e0e0e0;
      padding-left: clamp(20px, 3vw, 36px);
      margin-left: 0;
    }
    body.abm .doceree-reptwin-mf-bottom {
      border-top: 1px solid #e8e8e8;
      padding: 16px clamp(20px, 4vw, 48px) 22px;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      color: #a09bb0;
      background: #f4f4f4;
    }
    @media (max-width: 900px) {
      body.abm .doceree-reptwin-mf-inner {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      body.abm .doceree-reptwin-mf-col--policies {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #e0e0e0;
        padding-top: 28px;
      }
    }
    @media (max-width: 980px) {
      body.abm footer.doceree-reptwin-marketing-footer {
        text-align: left !important;
        align-items: stretch !important;
        flex-direction: column !important;
        padding: 0 !important;
      }
    }
