.qz9-moonrail-shell,
  .qz9-moonrail-shell * {
    box-sizing: border-box;
  }

  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-x: clip !important;
  }

  .elementor-location-footer,
  .elementor-location-footer .elementor,
  .elementor-location-footer .elementor-element,
  .elementor-location-footer .elementor-widget,
  .elementor-location-footer .elementor-widget-container,
  .elementor-location-footer .elementor-widget-html,
  .elementor-location-footer .elementor-widget-html > .elementor-widget-container,
  .elementor-location-footer :where(.elementor-section, .elementor-container, .elementor-column, .elementor-widget-wrap, .elementor-widget, .elementor-widget-container, .e-con, .e-con-inner),
  .site-footer,
  .site-footer :where(.ast-container, .container, .site-container) {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    min-height: 0 !important;
    transform: none !important;
    background: #0f172a !important;
  }

  .elementor-location-footer {
    background: #0f172a !important;
  }

  .qz9-moonrail-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    background: #0f172a !important;
    color: #fff !important;
    font-family: Inter, Arial, sans-serif !important;
    padding: 0 16px !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    overflow: hidden !important;
    isolation: isolate !important;
    min-height: 0 !important;
  }

  .qz9-moonrail-shell::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -180px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.1);
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
  }

  .qz9-moonrail-core {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .qz9-signalpan {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px;
    margin-top: 36px;
    margin-bottom: -64px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    background: linear-gradient(90deg, #1d4ed8, #1e3a8a);
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.45);
    outline: 4px solid #0f172a;
  }

  .qz9-signalpan h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
  }

  .qz9-signalpan p,
  .qz9-moonrail-core p {
    margin: 0;
    color: #a9c4e8;
    line-height: 1.7;
  }

  .qz9-postowl-form {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 520px;
  }

  .qz9-postowl-form input {
    width: 100%;
    min-height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 0 22px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }

  .qz9-postowl-form input:focus {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16);
  }

  .qz9-postowl-form input::placeholder {
    color: #c7d8f2;
  }

  .qz9-postowl-form button {
    min-width: 160px;
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #1e3a8a;
    background: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
    transition: transform 0.2s ease, background-color 0.2s ease;
  }

  .qz9-postowl-form button:hover {
    background: #eff6ff;
    transform: translateY(-1px);
  }

  .qz9-postowl-form button:active {
    transform: scale(0.96);
  }

  .qz9-newsletter-wrap {
    width: 100%;
    max-width: 520px;
  }

  .qz9-form-status {
    min-height: 20px;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }

  .qz9-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(30, 58, 138, 0.25);
    border-top-color: #1e3a8a;
    border-radius: 50%;
    animation: qz9Spin 0.75s linear infinite;
  }

  .qz9-postowl-form.is-loading .qz9-spinner {
    display: inline-block;
  }

  @keyframes qz9Spin {
    to {
      transform: rotate(360deg);
    }
  }

  .qz9-orbitgrid {
    display: grid !important;
    grid-template-columns: 1.25fr 1fr 1fr 1fr !important;
    gap: 44px;
    padding: 130px 0 52px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .qz9-brandlock {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }

  .qz9-logovault {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    flex: 0 0 56px;
    border-radius: 14px;
    background: #fff;
    padding: 6px;
  }

  .qz9-logovault img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .qz9-brandlock h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
  }

  .qz9-brandlock span {
    display: block;
    margin-top: 4px;
    color: #60a5fa;
    font-size: 13px;
    font-weight: 500;
  }

  .qz9-proofchips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }

  .qz9-proofchip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    color: #bfdbfe;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .qz9-sparkdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
  }

  .qz9-sparkdot-lime {
    background: #22c55e;
  }

  .qz9-moonrail-core h4 {
    display: inline-block;
    position: relative;
    margin: 0 0 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .qz9-moonrail-core h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 34px;
    height: 4px;
    border-radius: 99px;
    background: #2563eb;
  }

  .qz9-moonrail-core ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .qz9-moonrail-core li {
    margin: 0 0 15px;
  }

  .qz9-moonrail-core a {
    color: #a9c4e8;
    text-decoration: none;
    font-size: 14px;
  }

  .qz9-moonrail-core a:hover {
    color: #fff;
  }

  .qz9-contactbeam {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    color: #a9c4e8;
    font-size: 14px;
  }

  .qz9-iconpebble {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    border-radius: 10px;
    color: #60a5fa;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.2);
    font-size: 12px;
    font-weight: 700;
  }

  .qz9-iconpebble svg,
  .qz9-socialdock svg {
    width: 18px;
    height: 18px;
    display: block;
  }

  .qz9-socialdock {
    display: flex;
    gap: 12px;
    margin-top: 28px;
  }

  .qz9-socialdock a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #bfdbfe;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }

  .qz9-socialdock a:hover {
    color: #ffffff;
    border-color: rgba(96, 165, 250, 0.55);
    background: rgba(37, 99, 235, 0.22);
    transform: translateY(-2px);
  }

  .qz9-underbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px;
    padding: 28px 0;
    margin-bottom: 0;
  }

  .qz9-underbar p,
  .qz9-underbar a,
  .qz9-underbar button {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .qz9-legalbraid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }

  .qz9-skyhook {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
  }

  @media (max-width: 900px) {
    .qz9-signalpan,
    .qz9-underbar {
      flex-direction: column;
      text-align: center;
    }

    .qz9-postowl-form {
      max-width: none;
    }

    .qz9-orbitgrid {
      grid-template-columns: 1fr 1fr !important;
    }
  }

  @media (max-width: 600px) {
    .qz9-moonrail-shell {
      padding: 0 14px;
    }

    .qz9-signalpan {
      margin-top: 28px;
      margin-bottom: 28px;
      padding: 24px 18px;
      border-radius: 22px;
    }

    .qz9-signalpan h3 {
      font-size: 24px;
    }

    .qz9-postowl-form {
      flex-direction: column;
      width: 100%;
      max-width: 100%;
    }

    .qz9-newsletter-wrap,
    .qz9-postowl-form input,
    .qz9-postowl-form button {
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }

    .qz9-orbitgrid {
      grid-template-columns: 1fr !important;
      gap: 36px;
      padding-top: 0;
    }

    .qz9-brandlock {
      align-items: center;
      gap: 12px;
    }

    .qz9-brandlock h2 {
      font-size: 22px;
      line-height: 1.1;
    }
  }

