.elementor-13177 .elementor-element.elementor-element-583bb62e{--display:flex;}.elementor-13177 .elementor-element.elementor-element-7959e5b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-13177:not(.elementor-motion-effects-element-type-background), body.elementor-page-13177 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#10192A;}/* Start custom CSS for html, class: .elementor-element-c279015 *//* ===== Sticky CTA styles ===== */

  /* iOS safe-area support */
  :root{
    --wpnfinite-safe-bottom: env(safe-area-inset-bottom, 0px);
  }

  .wpnfinite-sticky-cta-wrap{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding-bottom: var(--wpnfinite-safe-bottom);
  }

  .wpnfinite-sticky-bg{
    display: block;
    background: rgba(5, 8, 22, 0.92);
    padding: 1rem 0 1.15rem;
    box-shadow: 0 -10px 28px rgba(0,0,0,.6);
    border-top: 1px solid rgba(110,193,228,.35);
    text-align: center;
    text-decoration: none;
  }

  .wpnfinite-sticky-cta{
    width: 85%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0.9rem 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(90deg, #6EC1E4, #2AA2C8, #FFB71B);
    color: #050816;
    font-weight: 900;
    font-size: 1.05rem;
    border-radius: 9999px;
    box-shadow:
      0 0 14px rgba(110,193,228,.55),
      0 6px 26px rgba(0,0,0,.7);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
    animation: wpnfinite-bounce 2.1s infinite;
  }

  .wpnfinite-sticky-cta span{ letter-spacing: 0.025em; }

  .wpnfinite-sticky-bg:hover .wpnfinite-sticky-cta{
    transform: scale(1.06);
    box-shadow:
      0 0 22px rgba(110,193,228,.65),
      0 10px 32px rgba(0,0,0,.85);
    filter: brightness(1.07);
  }

  @keyframes wpnfinite-bounce{
    0%, 20%, 50%, 80%, 100%{ transform: translateY(0); }
    40%{ transform: translateY(-6px); }
    60%{ transform: translateY(-3px); }
  }

  @media (prefers-reduced-motion: reduce){
    .wpnfinite-sticky-cta{ animation: none; }
  }

  /* Mobile only */
  @media (min-width: 768px){
    .wpnfinite-sticky-cta-wrap{ display: none !important; }
  }

  /* Make anchor jumps land ABOVE the sticky CTA */
  #yvp-audit-form{
    scroll-margin-bottom: 140px; /* adjust if you change CTA height */
  }/* End custom CSS */