
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
    .abm-success-stories,
    .abm-success-stories * { box-sizing: border-box; font-family: 'Poppins', Arial, sans-serif !important; }
    .abm-success-stories {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding: clamp(58px, 7vw, 92px) 20px;
      background: linear-gradient(180deg, #06111f 0%, #0a1d31 46%, #071321 100%);
      color: #ffffff;
      overflow: hidden;
    }
    .abm-success-container { max-width: 1380px; margin: 0 auto; }
    .abm-success-hero { max-width: 1040px; margin: 0 auto 36px; text-align: center; }
    .abm-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 0 16px;
      padding: 9px 14px;
      border: 1px solid rgba(85, 200, 255, 0.32);
      border-radius: 999px;
      background: rgba(85, 200, 255, 0.12);
      color: #bfeaff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
      line-height: 1;
      text-transform: uppercase;
    }
    .abm-success-stories .abm-hero-title {
      max-width: 920px;
      margin: 0 auto 18px;
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
      font-size: clamp(38px, 6vw, 78px);
      line-height: 0.98;
      font-weight: 900;
      letter-spacing: 0;
    }
    .abm-success-stories .abm-title-white {
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
      background: none !important;
    }
    .abm-success-stories .abm-hero-title .accent {
      color: #55c8ff !important;
      -webkit-text-fill-color: #55c8ff !important;
      background: none !important;
    }
    .abm-hero-text {
      max-width: 950px;
      margin: 0 auto;
      color: #c9d9ea;
      font-size: clamp(16px, 1.55vw, 19px);
      line-height: 1.8;
      font-weight: 600;
    }
    .abm-stories-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
    .abm-live-story-card {
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
      overflow: hidden;
      border: 1px solid rgba(145, 205, 255, 0.22);
      border-radius: 14px;
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
      box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }
    .abm-live-browser-bar {
      grid-column: 1;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      min-height: 56px;
      padding: 12px 16px;
      border-bottom: 1px solid rgba(145, 205, 255, 0.17);
      background: rgba(4, 13, 24, 0.65);
    }
    .abm-live-dots { display: flex; gap: 6px; }
    .abm-live-dots span {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #55c8ff;
      box-shadow: 0 0 18px rgba(85, 200, 255, 0.55);
    }
    .abm-live-dots span:nth-child(2) { background: #7dd3fc; opacity: 0.78; }
    .abm-live-dots span:nth-child(3) { background: #d7edff; opacity: 0.72; }
    .abm-live-url { min-width: 0; }
    .abm-live-url strong,
    .abm-live-url span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .abm-live-url strong { color: #ffffff; font-size: 15px; line-height: 1.2; font-weight: 900; }
    .abm-live-url span { margin-top: 3px; color: #9fc6e8; font-size: 12px; line-height: 1.2; font-weight: 700; }
    .abm-live-status {
      border: 1px solid rgba(85, 200, 255, 0.28);
      border-radius: 999px;
      padding: 7px 10px;
      background: rgba(85, 200, 255, 0.12);
      color: #d7f2ff;
      font-size: 11px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }
    .abm-live-frame { grid-column: 1; min-height: 430px; height: clamp(390px, 42vw, 570px); background: #ffffff; }
    .abm-live-frame iframe { display: block; width: 100%; height: 100%; border: 0; background: #ffffff; }
    .abm-live-frame--protected {
      display: grid;
      place-items: center;
      padding: 24px;
      background: linear-gradient(135deg, rgba(7, 19, 33, 0.95), rgba(10, 29, 49, 0.95));
    }
    .abm-protected-preview {
      width: min(420px, 100%);
      padding: 28px;
      border: 1px solid rgba(85, 200, 255, 0.28);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.08);
      text-align: center;
    }
    .abm-protected-preview span {
      display: inline-flex;
      margin-bottom: 12px;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(85, 200, 255, 0.13);
      color: #bfeaff;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .abm-protected-preview strong { display: block; color: #ffffff; font-size: 28px; line-height: 1.08; font-weight: 900; }
    .abm-protected-preview p { margin: 12px 0 0; color: #c9d9ea; font-size: 14px; line-height: 1.65; font-weight: 650; }
    .abm-live-story-content {
      grid-column: 2;
      grid-row: 1 / span 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: clamp(24px, 3.5vw, 44px);
      border-left: 1px solid rgba(145, 205, 255, 0.16);
      background: rgba(4, 13, 24, 0.28);
    }
    .abm-story-kicker {
      display: inline-flex;
      width: fit-content;
      margin: 0 0 14px;
      padding: 8px 10px;
      border: 1px solid rgba(85, 200, 255, 0.28);
      border-radius: 999px;
      background: rgba(85, 200, 255, 0.11);
      color: #bfeaff;
      font-size: 11px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .abm-live-story-content h2 { margin: 0 0 12px; color: #ffffff; font-size: clamp(26px, 3vw, 40px); line-height: 1.08; font-weight: 900; }
    .abm-live-story-content p { margin: 0 0 18px; color: #c9d9ea; font-size: 15px; line-height: 1.7; font-weight: 650; }
    .abm-live-story-content ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
    .abm-live-story-content li { position: relative; padding-left: 25px; color: #d9e8f7; font-size: 14px; line-height: 1.55; font-weight: 700; }
    .abm-live-story-content li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #55c8ff;
      box-shadow: 0 0 18px rgba(85, 200, 255, 0.55);
    }
    .abm-live-btn {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 18px;
      border: 1px solid rgba(85, 200, 255, 0.36);
      border-radius: 8px;
      background: linear-gradient(135deg, #55c8ff, #2499ff 56%, #157be5);
      color: #ffffff !important;
      text-decoration: none !important;
      font-size: 14px;
      line-height: 1;
      font-weight: 900;
      box-shadow: 0 18px 36px rgba(36, 153, 255, 0.22);
    }
    .abm-live-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
    @media (max-width: 1040px) {
      .abm-live-story-card { grid-template-columns: 1fr; }
      .abm-live-browser-bar,
      .abm-live-frame,
      .abm-live-story-content { grid-column: 1; }
      .abm-live-story-content { grid-row: auto; border-left: 0; border-top: 1px solid rgba(145, 205, 255, 0.16); }
    }
    @media (max-width: 640px) {
      .abm-success-stories { padding-left: 12px; padding-right: 12px; }
      .abm-live-browser-bar { grid-template-columns: auto minmax(0, 1fr); }
      .abm-live-status { grid-column: 1 / -1; width: fit-content; }
      .abm-live-frame { min-height: 520px; height: 520px; }
      .abm-live-btn { width: 100%; }
    }
  