
    #ainegy-footer-v9,
    #ainegy-footer-v9 * {
      box-sizing: border-box;
    }

    #ainegy-footer-v9 {
      --af-bg: #07111f;
      --af-panel: #0b1b2f;
      --af-line: rgba(148, 163, 184, 0.18);
      --af-text: #f8fafc;
      --af-muted: #9fb0c1;
      --af-soft: #cbd5e1;
      --af-green: #21c56b;
      --af-white: #ffffff;
      position: relative;
      width: 100%;
      overflow: hidden;
      color: var(--af-text);
      background:
        radial-gradient(circle at 15% 0%, rgba(33, 197, 107, 0.10), transparent 34%),
        radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.09), transparent 28%),
        var(--af-bg);
      font-family: inherit;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    #ainegy-footer-v9 a {
      color: inherit;
      text-decoration: none;
    }

    #ainegy-footer-v9 .af-shell {
      width: min(92%, 1480px);
      margin: 0 auto;
    }

    #ainegy-footer-v9 .af-main {
      padding: 68px 0 54px;
    }

    #ainegy-footer-v9 .af-grid {
      display: grid;
      grid-template-columns: minmax(280px, 1.45fr) minmax(230px, 1fr) minmax(170px, 0.75fr) minmax(300px, 1.25fr);
      gap: 42px;
      align-items: stretch;
    }

    /* All four footer columns begin from the same internal top line. */
    #ainegy-footer-v9 .af-brand,
    #ainegy-footer-v9 .af-grid > nav {
      min-width: 0;
      padding-top: 24px;
    }

    #ainegy-footer-v9 .af-brand {
      padding-right: 16px;
    }

    #ainegy-footer-v9 .af-brand-head {
      display: flex;
      align-items: center;
      gap: 16px;
      min-height: 48px;
      margin-bottom: 22px;
    }

    #ainegy-footer-v9 .af-logo {
      display: block;
      width: auto;
      height: 48px;
      object-fit: contain;
    }

    #ainegy-footer-v9 .af-company-name {
      margin: 0;
      color: var(--af-white);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.35;
      letter-spacing: 0.01em;
    }

    #ainegy-footer-v9 .af-description {
      max-width: 500px;
      margin: 0;
      color: var(--af-muted);
      font-size: 15px;
      line-height: 1.75;
    }

    #ainegy-footer-v9 .af-trust-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 24px 0 26px;
      padding: 0;
      list-style: none;
    }

    #ainegy-footer-v9 .af-trust-list li {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 0 12px;
      border: 1px solid rgba(126, 226, 166, 0.20);
      border-radius: 999px;
      color: #c9f7da;
      background: rgba(33, 197, 107, 0.07);
      font-size: 12px;
      font-weight: 650;
      white-space: nowrap;
    }

    #ainegy-footer-v9 .af-trust-list li::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--af-green);
      box-shadow: 0 0 0 4px rgba(33, 197, 107, 0.10);
    }

    #ainegy-footer-v9 .af-socials {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      width: 100%;
      gap: 12px;
    }

    #ainegy-footer-v9 .af-social {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-width: 0;
      height: 68px;
      border: 1px solid var(--af-line);
      border-radius: 11px;
      background: rgba(255, 255, 255, 0.04);
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }

    #ainegy-footer-v9 .af-social:hover {
      transform: translateY(-3px);
      border-color: rgba(33, 197, 107, 0.55);
      background: rgba(33, 197, 107, 0.10);
    }

    #ainegy-footer-v9 .af-social img {
      display: block;
      width: 38px;
      height: 38px;
      object-fit: contain;
    }

    #ainegy-footer-v9 .af-title {
      position: relative;
      display: flex;
      align-items: flex-start;
      min-height: 48px;
      margin: 0 0 22px;
      padding-bottom: 14px;
      color: var(--af-white);
      font-size: 13px;
      font-weight: 750;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    #ainegy-footer-v9 .af-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 34px;
      height: 2px;
      border-radius: 999px;
      background: var(--af-green);
    }

    #ainegy-footer-v9 .af-links {
      display: grid;
      gap: 0;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    #ainegy-footer-v9 .af-links li {
      border-bottom: 1px solid rgba(148, 163, 184, 0.10);
    }

    #ainegy-footer-v9 .af-links li:last-child {
      border-bottom: 0;
    }

    #ainegy-footer-v9 .af-links a {
      position: relative;
      display: block;
      padding: 11px 18px 11px 0;
      color: var(--af-muted);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      transition: color 160ms ease, transform 160ms ease;
    }

    #ainegy-footer-v9 .af-links a::after {
      content: "↗";
      position: absolute;
      right: 0;
      top: 11px;
      color: transparent;
      font-size: 12px;
      transition: color 160ms ease, transform 160ms ease;
    }

    #ainegy-footer-v9 .af-links a:hover {
      color: var(--af-white);
      transform: translateX(3px);
    }

    #ainegy-footer-v9 .af-links a:hover::after {
      color: var(--af-green);
      transform: translate(2px, -2px);
    }

    #ainegy-footer-v9 .af-contact-card {
      display: flex;
      flex-direction: column;
      min-width: 0;
      height: 100%;
      padding: 24px;
      border: 1px solid var(--af-line);
      border-radius: 18px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        var(--af-panel);
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
    }

    #ainegy-footer-v9 .af-contact-list {
      display: grid;
      gap: 18px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    #ainegy-footer-v9 .af-contact-item {
      display: grid;
      grid-template-columns: 38px minmax(0, 1fr);
      gap: 13px;
      align-items: start;
    }

    #ainegy-footer-v9 .af-contact-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border: 1px solid rgba(33, 197, 107, 0.20);
      border-radius: 10px;
      color: #7ee2a6;
      background: rgba(33, 197, 107, 0.08);
    }

    #ainegy-footer-v9 .af-contact-icon svg {
      width: 18px;
      height: 18px;
    }

    #ainegy-footer-v9 .af-contact-label {
      display: block;
      margin-bottom: 4px;
      color: #7f93a8;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.10em;
      text-transform: uppercase;
    }

    #ainegy-footer-v9 .af-contact-value,
    #ainegy-footer-v9 .af-contact-value a {
      color: var(--af-soft);
      font-size: 14px;
      font-weight: 550;
      line-height: 1.55;
      overflow-wrap: anywhere;
    }

    #ainegy-footer-v9 .af-contact-value a:hover {
      color: var(--af-white);
    }

    #ainegy-footer-v9 .af-europe {
      margin-top: 24px;
      padding-top: 22px;
      border-top: 1px solid var(--af-line);
    }

    #ainegy-footer-v9 .af-europe-title {
      margin: 0 0 18px;
      color: var(--af-white);
      font-size: 12px;
      font-weight: 750;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    #ainegy-footer-v9 .af-europe-list {
      display: grid;
      gap: 16px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    #ainegy-footer-v9 .af-bottom {
      border-top: 1px solid var(--af-line);
      background: rgba(0, 0, 0, 0.12);
    }

    #ainegy-footer-v9 .af-bottom-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      min-height: 76px;
      padding: 18px 0;
    }

    #ainegy-footer-v9 .af-copyright {
      margin: 0;
      color: #718398;
      font-size: 12px;
      line-height: 1.6;
    }

    #ainegy-footer-v9 .af-legal {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 20px;
    }

    #ainegy-footer-v9 .af-legal a {
      color: #8395a8;
      font-size: 12px;
      font-weight: 550;
      transition: color 160ms ease;
    }

    #ainegy-footer-v9 .af-legal a:hover {
      color: var(--af-white);
    }

    #ainegy-footer-v9 .af-floating {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 1600;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
    }

    #ainegy-footer-v9 .af-float-button {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
      transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease, visibility 180ms ease;
    }

    #ainegy-footer-v9 .af-float-button:hover {
      transform: translateY(-3px);
      filter: brightness(1.06);
    }

    #ainegy-footer-v9 .af-float-button svg {
      width: 24px;
      height: 24px;
      pointer-events: none;
    }

    #ainegy-footer-v9 .af-backtop {
      color: #0b1b2f;
      background: #ffffff;
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
    }

    #ainegy-footer-v9 .af-backtop.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    #ainegy-footer-v9 .af-email {
      background: #2563eb;
    }

    #ainegy-footer-v9 .af-whatsapp {
      background: #17b85a;
    }

    #ainegy-footer-v9 .af-tooltip {
      position: absolute;
      right: 66px;
      top: 50%;
      transform: translateY(-50%) translateX(6px);
      padding: 9px 12px;
      border: 1px solid rgba(15, 23, 42, 0.10);
      border-radius: 9px;
      color: #1f2937;
      background: #ffffff;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.14);
      font-size: 12px;
      font-weight: 650;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
      pointer-events: none;
    }

    #ainegy-footer-v9 .af-float-button:hover .af-tooltip,
    #ainegy-footer-v9 .af-float-button:focus-visible .af-tooltip {
      opacity: 1;
      visibility: visible;
      transform: translateY(-50%) translateX(0);
    }

    @media (max-width: 1180px) {
      #ainegy-footer-v9 .af-grid {
        grid-template-columns: 1.2fr 1fr;
      }

      #ainegy-footer-v9 .af-contact-card {
        height: 100%;
      }
    }

    @media (max-width: 820px) {
#ainegy-footer-v9 .af-grid {
        grid-template-columns: 1fr;
        gap: 36px;
      }

      #ainegy-footer-v9 .af-brand,
      #ainegy-footer-v9 .af-grid > nav {
        padding-top: 0;
      }

      #ainegy-footer-v9 .af-brand {
        padding-right: 0;
      }

      #ainegy-footer-v9 .af-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
      }

      #ainegy-footer-v9 .af-legal {
        justify-content: flex-start;
      }
    }

    @media (max-width: 560px) {
#ainegy-footer-v9 .af-main {
        padding: 50px 0 40px;
      }

      #ainegy-footer-v9 .af-brand-head {
        align-items: flex-start;
        flex-direction: column;
      }

      #ainegy-footer-v9 .af-logo {
        height: 44px;
      }

      #ainegy-footer-v9 .af-contact-card {
        padding: 20px;
      }

      #ainegy-footer-v9 .af-floating {
        right: 16px;
        bottom: 16px;
      }

      #ainegy-footer-v9 .af-float-button {
        width: 50px;
        height: 50px;
      }

      #ainegy-footer-v9 .af-tooltip {
        display: none;
      }
    }
  