
    #abm-enterprise-footer,
    #abm-enterprise-footer *,
    #abm-enterprise-footer *::before,
    #abm-enterprise-footer *::after{
      box-sizing:border-box !important;
      font-family:'Poppins',sans-serif !important;
      text-decoration:none !important;
    }

    #abm-enterprise-footer{
      --abm-night:#030716;
      --abm-navy:#071233;
      --abm-navy-soft:#0b1d46;
      --abm-blue:#0078f0;
      --abm-cyan:#18c8ff;
      --abm-text:#f6f9ff;
      --abm-soft:#b9c8e8;
      --abm-card:rgba(255,255,255,.055);
      --abm-card-hover:rgba(255,255,255,.085);
      --abm-line:rgba(255,255,255,.12);
      --abm-shadow:0 28px 80px rgba(0,0,0,.42);

      width:100%;
      position:relative;
      overflow:hidden;
      color:var(--abm-text);
      padding:22px 0;
      background:
        radial-gradient(circle at 18% 0%, rgba(0,120,240,.24), transparent 34%),
        radial-gradient(circle at 88% 10%, rgba(24,200,255,.14), transparent 30%),
        linear-gradient(135deg, var(--abm-night) 0%, var(--abm-navy) 55%, #02040d 100%);
      border-top:1px solid rgba(255,255,255,.08);
    }

    #abm-enterprise-footer a{
      color:inherit !important;
    }

    #abm-enterprise-footer img{
      display:block !important;
      max-width:100% !important;
      height:auto !important;
      border:0 !important;
    }

    #abm-enterprise-footer .abm-wrap{
      width:min(1420px, calc(100% - 32px));
      margin:0 auto;
      position:relative;
      z-index:2;
    }

    #abm-enterprise-footer .abm-shell{
      overflow:hidden;
      border-radius:26px;
      background:linear-gradient(180deg, rgba(12,28,68,.985), rgba(3,8,24,.985));
      border:1px solid rgba(255,255,255,.13);
      box-shadow:var(--abm-shadow);
      backdrop-filter:blur(22px);
      -webkit-backdrop-filter:blur(22px);
    }

    #abm-enterprise-footer .abm-head{
      display:grid;
      grid-template-columns:1.1fr auto;
      gap:24px;
      align-items:center;
      padding:24px;
      border-bottom:1px solid rgba(255,255,255,.10);
      background:
        radial-gradient(circle at 14% 0%, rgba(0,120,240,.22), transparent 34%),
        rgba(255,255,255,.025);
    }

    #abm-enterprise-footer .abm-logo{
      display:inline-flex;
      align-items:center;
      margin-bottom:14px;
    }

    #abm-enterprise-footer .abm-logo img{
      width:auto !important;
      max-width:250px !important;
      filter:drop-shadow(0 8px 20px rgba(0,120,240,.18));
    }

    #abm-enterprise-footer .abm-copy{
      max-width:720px;
      margin:0;
      color:var(--abm-soft) !important;
      font-size:14px !important;
      font-weight:500 !important;
      line-height:1.75 !important;
    }

    #abm-enterprise-footer .abm-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex-wrap:wrap;
    }

    #abm-enterprise-footer .abm-icon-btn,
    #abm-enterprise-footer .abm-primary-btn{
      display:inline-flex !important;
      align-items:center !important;
      justify-content:center !important;
      min-height:46px;
      border-radius:15px;
      color:#ffffff !important;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.13);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
      transition:transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    #abm-enterprise-footer .abm-icon-btn{
      width:46px;
      min-width:46px;
    }

    #abm-enterprise-footer .abm-primary-btn{
      gap:8px;
      padding:0 16px;
      font-size:13px !important;
      font-weight:800 !important;
      line-height:1 !important;
      white-space:nowrap;
      background:linear-gradient(135deg, rgba(0,120,240,.72), rgba(24,200,255,.60));
      border-color:rgba(24,200,255,.34);
    }

    #abm-enterprise-footer .abm-icon-btn:hover,
    #abm-enterprise-footer .abm-primary-btn:hover{
      transform:translateY(-2px);
      background:rgba(0,120,240,.18);
      border-color:rgba(24,200,255,.34);
      box-shadow:0 12px 28px rgba(0,120,240,.24), inset 0 1px 0 rgba(255,255,255,.12);
    }

    #abm-enterprise-footer svg{
      width:18px;
      height:18px;
      fill:currentColor;
      flex:0 0 auto;
    }

    #abm-enterprise-footer .abm-grid{
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(0,.88fr) minmax(0,.88fr) minmax(0,.88fr) minmax(320px,1.50fr);
      gap:14px;
      padding:16px;
    }

    #abm-enterprise-footer .abm-section{
      min-width:0;
      border-radius:18px;
      padding:15px;
      background:var(--abm-card);
      border:1px solid rgba(255,255,255,.10);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    }

    #abm-enterprise-footer .abm-section-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:12px;
      padding-bottom:10px;
      border-bottom:1px solid rgba(255,255,255,.09);
    }

    #abm-enterprise-footer .abm-section-title{
      margin:0;
      color:#ffffff !important;
      font-size:13px !important;
      font-weight:800 !important;
      line-height:1.2 !important;
      text-transform:uppercase;
      letter-spacing:.06em;
    }

    #abm-enterprise-footer .abm-chip{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:24px;
      padding:0 9px;
      border-radius:999px;
      color:#cfeaff !important;
      font-size:11px !important;
      font-weight:800 !important;
      line-height:1 !important;
      background:rgba(24,200,255,.10);
      border:1px solid rgba(24,200,255,.18);
      white-space:nowrap;
    }

    #abm-enterprise-footer .abm-links{
      display:grid;
      gap:8px;
    }

    #abm-enterprise-footer .abm-links a{
      display:flex;
      align-items:flex-start;
      gap:10px;
      min-height:46px;
      padding:11px 12px;
      border-radius:13px;
      color:#e9f2ff !important;
      font-size:13px !important;
      font-weight:700 !important;
      line-height:1.3 !important;
      background:rgba(255,255,255,.045);
      border:1px solid transparent;
      transition:background .2s ease, border-color .2s ease, transform .2s ease;
    }

    #abm-enterprise-footer .abm-links a::before{
      content:"";
      width:7px;
      height:7px;
      margin-top:5px;
      border-radius:999px;
      flex:0 0 auto;
      background:linear-gradient(135deg, var(--abm-cyan), var(--abm-blue));
      box-shadow:0 0 18px rgba(24,200,255,.45);
    }

    #abm-enterprise-footer .abm-links a:hover{
      transform:translateY(-1px);
      background:var(--abm-card-hover);
      border-color:rgba(24,200,255,.24);
    }

    #abm-enterprise-footer .abm-feature-link{
      background:linear-gradient(135deg, rgba(0,120,240,.18), rgba(24,200,255,.08)) !important;
      border-color:rgba(24,200,255,.22) !important;
    }
    /* ABM_FOOTER_CONTACT_POLISH_START */
    #abm-enterprise-footer .abm-contact-section{
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 90% 4%, rgba(24,200,255,.18), transparent 38%),
        linear-gradient(180deg, rgba(15,34,78,.86), rgba(7,15,38,.88));
      border-color:rgba(24,200,255,.20);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 18px 44px rgba(0,0,0,.20);
    }

    #abm-enterprise-footer .abm-contact-section::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:linear-gradient(135deg, rgba(255,255,255,.07), transparent 36%);
    }

    #abm-enterprise-footer .abm-contact-list{
      position:relative;
      z-index:1;
      display:grid;
      gap:10px;
      min-width:0;
    }

    #abm-enterprise-footer .abm-contact-card{
      display:flex !important;
      align-items:flex-start;
      gap:11px;
      min-width:0;
      margin:0;
      padding:12px;
      border-radius:15px;
      color:#edf6ff !important;
      background:linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
      border:1px solid rgba(255,255,255,.10);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
      transition:transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    #abm-enterprise-footer a.abm-contact-card:hover{
      transform:translateY(-1px);
      background:linear-gradient(135deg, rgba(0,120,240,.16), rgba(24,200,255,.08));
      border-color:rgba(24,200,255,.28);
      box-shadow:0 12px 26px rgba(0,120,240,.18), inset 0 1px 0 rgba(255,255,255,.09);
    }

    #abm-enterprise-footer .abm-contact-icon{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:34px;
      height:34px;
      flex:0 0 34px;
      border-radius:12px;
      color:#ffffff !important;
      background:linear-gradient(135deg, rgba(0,120,240,.82), rgba(24,200,255,.58));
      border:1px solid rgba(24,200,255,.30);
      box-shadow:0 10px 24px rgba(0,120,240,.20);
    }

    #abm-enterprise-footer .abm-contact-icon svg{
      width:16px;
      height:16px;
      fill:none !important;
      stroke:currentColor !important;
      stroke-width:2;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    #abm-enterprise-footer .abm-contact-copy{
      display:block;
      min-width:0;
      flex:1 1 auto;
    }

    #abm-enterprise-footer .abm-contact-label{
      display:block;
      margin:0 0 3px;
      color:#8fddff !important;
      font-size:10px !important;
      font-weight:900 !important;
      line-height:1.2 !important;
      letter-spacing:.08em;
      text-transform:uppercase;
    }

    #abm-enterprise-footer .abm-contact-value{
      display:block;
      color:#f8fbff !important;
      font-size:13px !important;
      font-weight:800 !important;
      line-height:1.35 !important;
      overflow-wrap:anywhere;
      word-break:normal;
    }

    #abm-enterprise-footer .abm-contact-muted{
      display:block;
      color:#c3d4f2 !important;
      font-size:12px !important;
      font-weight:700 !important;
      line-height:1.5 !important;
      overflow-wrap:break-word;
    }

    #abm-enterprise-footer .abm-contact-email{
      font-size:12px !important;
    }

    #abm-enterprise-footer .abm-contact-cta{
      display:inline-flex !important;
      align-items:center !important;
      justify-content:center !important;
      gap:8px;
      min-height:43px;
      margin-top:2px;
      padding:0 14px;
      border-radius:14px;
      color:#ffffff !important;
      font-size:12px !important;
      font-weight:900 !important;
      line-height:1 !important;
      background:linear-gradient(135deg, rgba(0,120,240,.90), rgba(24,200,255,.66));
      border:1px solid rgba(24,200,255,.36);
      box-shadow:0 14px 30px rgba(0,120,240,.22), inset 0 1px 0 rgba(255,255,255,.12);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    #abm-enterprise-footer .abm-contact-cta:hover{
      transform:translateY(-1px);
      border-color:rgba(255,255,255,.30);
      box-shadow:0 18px 36px rgba(0,120,240,.28), inset 0 1px 0 rgba(255,255,255,.15);
    }

    #abm-enterprise-footer .abm-contact-cta svg{
      width:15px;
      height:15px;
      fill:none !important;
      stroke:currentColor !important;
      stroke-width:2;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    @media (max-width:1220px){
      #abm-enterprise-footer .abm-grid{
        grid-template-columns:1fr 1fr;
      }

      #abm-enterprise-footer .abm-section:first-child,
      #abm-enterprise-footer .abm-contact-section{
        grid-column:1 / -1;
      }
    }

    @media (max-width:700px){
      #abm-enterprise-footer .abm-contact-card{
        padding:11px;
      }

      #abm-enterprise-footer .abm-contact-value{
        font-size:12px !important;
      }
    }
    /* ABM_FOOTER_CONTACT_POLISH_END */



    #abm-enterprise-footer .abm-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding:16px 24px 22px;
      border-top:1px solid rgba(255,255,255,.10);
    }

    #abm-enterprise-footer .abm-legal{
      margin:0;
      color:rgba(246,249,255,.72) !important;
      font-size:12px !important;
      font-weight:600 !important;
      line-height:1.6 !important;
    }

    #abm-enterprise-footer .abm-bottom-links{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      flex-wrap:wrap;
    }

    #abm-enterprise-footer .abm-bottom-links a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:36px;
      padding:0 12px;
      border-radius:999px;
      color:#dce8ff !important;
      font-size:12px !important;
      font-weight:800 !important;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.10);
      transition:background .2s ease, border-color .2s ease, transform .2s ease;
    }

    #abm-enterprise-footer .abm-bottom-links a:hover{
      transform:translateY(-1px);
      color:#ffffff !important;
      background:rgba(0,120,240,.16);
      border-color:rgba(24,200,255,.25);
    }

    @media (max-width:1100px){
      #abm-enterprise-footer .abm-head{
        grid-template-columns:1fr;
      }

      #abm-enterprise-footer .abm-actions{
        justify-content:flex-start;
      }

      #abm-enterprise-footer .abm-grid{
        grid-template-columns:1fr 1fr;
      }

      #abm-enterprise-footer .abm-section:first-child{
        grid-column:1 / -1;
      }
    }

    @media (max-width:700px){
      #abm-enterprise-footer{
        padding:14px 0;
      }

      #abm-enterprise-footer .abm-wrap{
        width:min(100% - 20px, 1420px);
      }

      #abm-enterprise-footer .abm-shell{
        border-radius:20px;
      }

      #abm-enterprise-footer .abm-head{
        padding:18px;
        text-align:center;
      }

      #abm-enterprise-footer .abm-logo{
        justify-content:center;
        width:100%;
      }

      #abm-enterprise-footer .abm-logo img{
        max-width:184px !important;
      }

      #abm-enterprise-footer .abm-copy{
        font-size:13px !important;
      }

      #abm-enterprise-footer .abm-actions{
        display:grid;
        grid-template-columns:1fr 1fr 1fr;
        width:100%;
        gap:9px;
      }

      #abm-enterprise-footer .abm-icon-btn,
      #abm-enterprise-footer .abm-primary-btn{
        width:100%;
        min-width:0;
        height:47px;
        border-radius:14px;
        padding:0 10px;
      }

      #abm-enterprise-footer .abm-primary-btn span{
        display:none;
      }

      #abm-enterprise-footer .abm-grid{
        grid-template-columns:1fr;
        gap:10px;
        padding:10px;
      }

      #abm-enterprise-footer .abm-section:first-child{
        grid-column:auto;
      }

      #abm-enterprise-footer .abm-section{
        border-radius:16px;
        padding:12px;
      }

      #abm-enterprise-footer .abm-bottom{
        padding:14px 14px 18px;
        text-align:center;
        justify-content:center;
      }

      #abm-enterprise-footer .abm-bottom-links{
        width:100%;
        display:grid;
        grid-template-columns:1fr 1fr;
      }
    }

    @media (max-width:430px){
      #abm-enterprise-footer .abm-logo img{
        max-width:168px !important;
      }

      #abm-enterprise-footer .abm-section-head{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
      }

      #abm-enterprise-footer .abm-bottom-links{
        grid-template-columns:1fr;
      }
    }
  
    #abm-enterprise-footer .abm-sr-only{
      position:absolute !important;
      width:1px !important;
      height:1px !important;
      padding:0 !important;
      margin:-1px !important;
      overflow:hidden !important;
      clip:rect(0,0,0,0) !important;
      white-space:nowrap !important;
      border:0 !important;
    }
