.fgsm-eitaa-popup {
      direction: rtl;
      width: 100%;
      height: 460px;
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      font-family: inherit;
      color: #fff;
      background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,0.25), transparent 24%),
        radial-gradient(circle at 84% 82%, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(135deg, #ef7c00 0%, #f59e0b 55%, #ef7c00 100%);
      box-shadow:
        0 26px 70px rgba(239, 124, 0, 0.35),
        inset 0 1px 0 rgba(255,255,255,0.35);
      isolation: isolate;
    }

    .fgsm-eitaa-popup * {
      box-sizing: border-box;
    }

    .fgsm-eitaa-popup::before {
      content: "";
      position: absolute;
      inset: -40%;
      background:
        linear-gradient(115deg, transparent 35%, rgba(255,255,255,0.22) 45%, transparent 56%);
      transform: translateX(45%) rotate(8deg);
      animation: fgsmEitaaShine 4.5s ease-in-out infinite;
      z-index: -1;
    }

    .fgsm-eitaa-popup::after {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      left: -90px;
      bottom: -95px;
      border-radius: 50%;
      background: rgba(255,255,255,0.16);
      filter: blur(2px);
      animation: fgsmEitaaBlob 6s ease-in-out infinite;
      z-index: -1;
    }

    .fgsm-eitaa-content {
      height: 100%;
      padding: 34px 34px 28px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      z-index: 2;
    }

    .fgsm-eitaa-logo-wrap {
      width: 96px;
      height: 96px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 13px;
      border-radius: 28px;
      background: rgba(255,255,255,0.92);
      box-shadow:
        0 18px 40px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.7);
      margin-bottom: 18px;
      animation: fgsmEitaaFloat 3.2s ease-in-out infinite;
      transition: all 0.45s cubic-bezier(.22, 1, .36, 1);
    }

    .fgsm-eitaa-popup:hover .fgsm-eitaa-logo-wrap {
      transform: translateY(-5px) rotate(-3deg) scale(1.05);
      box-shadow: 0 24px 52px rgba(0,0,0,0.24);
    }

    .fgsm-eitaa-logo-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .fgsm-eitaa-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 7px 14px;
      margin-bottom: 12px;
      border-radius: 999px;
      color: #fff7ed;
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.22);
      font-size: 13px;
      font-weight: 800;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    .fgsm-eitaa-title {
      margin: 0;
      font-size: 29px;
      line-height: 1.45;
      font-weight: 950;
      letter-spacing: -0.7px;
      color: #fff;
      text-shadow: 0 8px 24px rgba(120, 53, 15, 0.26);
      animation: fgsmEitaaFadeUp 0.8s ease both;
    }

    .fgsm-eitaa-text {
      margin: 12px auto 0;
      max-width: 390px;
      color: rgba(255,255,255,0.92);
      font-size: 15px;
      line-height: 2;
      animation: fgsmEitaaFadeUp 0.9s ease both;
      animation-delay: 0.08s;
    }

    .fgsm-eitaa-actions {
      margin-top: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      animation: fgsmEitaaFadeUp 1s ease both;
      animation-delay: 0.14s;
    }

    .fgsm-eitaa-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-width: 185px;
      padding: 13px 20px;
      border-radius: 999px;
      background: #fff;
      color: #ef7c00;
      text-decoration: none;
      font-size: 15px;
      font-weight: 950;
      box-shadow: 0 16px 34px rgba(120, 53, 15, 0.24);
      transition:
        transform 0.45s cubic-bezier(.22, 1, .36, 1),
        box-shadow 0.45s ease,
        color 0.45s ease,
        background 0.45s ease;
      position: relative;
      overflow: hidden;
    }

    .fgsm-eitaa-btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent, rgba(239,124,0,0.16), transparent);
      transform: translateX(110%);
      transition: transform 0.65s ease;
    }

    .fgsm-eitaa-btn:hover {
      transform: translateY(-4px);
      color: #c2410c;
      background: #fff7ed;
      box-shadow: 0 22px 46px rgba(120, 53, 15, 0.32);
    }

    .fgsm-eitaa-btn:hover::before {
      transform: translateX(-110%);
    }

    .fgsm-eitaa-arrow {
      display: inline-block;
      transition: transform 0.4s ease;
    }

    .fgsm-eitaa-btn:hover .fgsm-eitaa-arrow {
      transform: translateX(-5px);
    }

    .fgsm-eitaa-note {
      margin-top: 14px;
      color: rgba(255,255,255,0.78);
      font-size: 12.5px;
    }

    .fgsm-eitaa-dot {
      position: absolute;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: rgba(255,255,255,0.75);
      animation: fgsmEitaaDot 4s ease-in-out infinite;
    }

    .fgsm-eitaa-dot.one {
      top: 42px;
      right: 48px;
    }

    .fgsm-eitaa-dot.two {
      left: 58px;
      top: 82px;
      animation-delay: 0.8s;
    }

    .fgsm-eitaa-dot.three {
      right: 72px;
      bottom: 58px;
      animation-delay: 1.4s;
    }

    @keyframes fgsmEitaaShine {
      0%, 100% {
        transform: translateX(55%) rotate(8deg);
        opacity: 0;
      }
      45%, 60% {
        opacity: 1;
      }
      70% {
        transform: translateX(-55%) rotate(8deg);
        opacity: 0;
      }
    }

    @keyframes fgsmEitaaBlob {
      0%, 100% {
        transform: scale(1) translate(0, 0);
      }
      50% {
        transform: scale(1.12) translate(28px, -18px);
      }
    }

    @keyframes fgsmEitaaFloat {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-7px);
      }
    }

    @keyframes fgsmEitaaFadeUp {
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fgsmEitaaDot {
      0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.45;
      }
      50% {
        transform: translateY(-12px) scale(1.22);
        opacity: 1;
      }
    }

    @media (max-width: 540px) {
      .fgsm-eitaa-popup {
        width: 94vw;
        height: auto;
        min-height: 400px;
        border-radius: 26px;
      }

      .fgsm-eitaa-content {
        padding: 30px 22px 26px;
      }

      .fgsm-eitaa-title {
        font-size: 24px;
      }

      .fgsm-eitaa-text {
        font-size: 14px;
      }

      .fgsm-eitaa-logo-wrap {
        width: 84px;
        height: 84px;
        border-radius: 24px;
      }
    }