  :root {
  --azul-escuro: #0a3f6e;
  --azul-destaque: #34baeb;
  --accent-color: #bae8f7;

  --bg-main: #ffffff;
  --bg-dark: #04080f;
  --bg-light: #f5f5f5;
  --bg-section: #252729;

  --text-primary: #000000;
  --text-secondary: #313030;
  --text-light: #ffffff;
  --text-muted: #9d9d9d;

  --border-light: #f3f3f3;
  --border-dark: #2b2b2d;

  --hover-primary: #1576b8;
  --hover-light: #f9f9f9;

  --shadow-light: rgba(0,0,0,0.1);
  --shadow-medium: rgba(0,0,0,0.25);

  --btn-color: #002770;
}
  
  /* Container dos botões */
.floating-buttons {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  z-index: 9999;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Estado oculto (quando estiver no topo) */
.floating-buttons.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

/* Botão padrão */
.floating-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px 12px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: all 0.25s ease;
}

/* Botão voltar ao topo */
.floating-buttons .btn-top {
  background: #000;
  color: #fff;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 18px;
}

.floating-buttons .btn-top:hover {
  transform: translateY(-3px);
}

/* Botão Grow your business */
.floating-buttons .btn-business {
  background: #fff;
  color: #000;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  gap: 8px;
}

.floating-buttons .btn-business:hover {
  transform: translateY(-3px);
}

/* Bolinha (ícone) */
.floating-buttons .btn-business img{
  width: 50px;
  height: 50px;

  border-radius: 50%;
  display: inline-block;
}
  .footer-container-ggdigital {
      padding: 100px 150px 30px;
      background: #f5f5f5;
      position: relative;
      overflow: hidden;
    }

    .footer-content-ggdigital {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .footer-left-ggdigital h1 {
      font-size: 48px;
      font-weight: 900;
      
      margin-bottom: 20px;
      color: #222;
    }
    .footer-left-ggdigital img {
      width: 70px;
      margin-bottom: 0px;
    }

   

    .footer-right-ggdigital {
     
    }
.footer-email-ggdigital {
  font-size: 52px;

  color: #222;
 transition:  0.3s ease;
  cursor: pointer;
  position: relative;
}
.footer-email-ggdigital:hover {
 
  text-decoration: underline;
  transition:  0.3s ease;
}

.footer-copy-feedback-ggdigital {
    position: absolute;
  left: 0;
  bottom: 65px;
  padding: 12px 50px;
  border-radius: 50px;
  font-size: 14px; background-color: var(--azul-destaque);
  color: #ffffff;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.1s ease;
  text-transform: uppercase;
}

.footer-copy-feedback-ggdigital.active-ggdigital {
  opacity: 1;
  transform: translateY(0);
}

    .footer-links-ggdigital {
      display: flex;
      gap: 60px;
    }

    .footer-column-ggdigital h4 {
      margin-bottom: 10px;
      font-weight: normal;
      color: #666;
    }

    .footer-column-ggdigital p {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  color: #222;
  cursor: pointer;
}

/* linha */
.footer-column-ggdigital p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: var(--azul-destaque);
  transition: width 0.3s ease;
}

/* hover */
.footer-column-ggdigital p:hover::after {
  width: 100%;
}
.footer-links-column-ggdigital{
  display: flex;
  flex-direction: column;
}
    .footer-social-ggdigital {
      display: flex;
      gap: 10px;  margin-top: 30px;
      text-align: center;
      align-items: center;
    
    }

    .footer-social-ggdigital i {
      width: 30px;
      align-items: center;
      text-align: center;
      justify-content: center;
      padding: 10px;
      height: 30px;
      color: white;
      background: var(--text-secondary);
      border-radius: 2px;
    }   .footer-social-ggdigital a {
   
  transition: 0.3s ease;
    
    }
    .footer-social-ggdigital a:hover {
    
    transform: translateY(-5px);

      transition: 0.3s ease;
    }
    .footer-left-ggdigital b{
  color: var(--azul-destaque);
    }

    .footer-bottom-ggdigital {
      margin-top: 50px;
      border-top: 1px solid #ccc;
      padding-top: 20px;
      font-size: 14px;
      color: #555;
    }
    .footer-bottom-ggdigital a {
      color: #555;
      font-weight: 600;
      margin: 0 10px;    transition: 0.2s ease;
    }
.footer-bottom-ggdigital a:hover {
      color: var(--azul-destaque);
    transition: 0.2s ease;
    }
    /* 🔥 ROLAGEM INFINITA */
    .footer-marquee-wrapper-ggdigital {
   
      bottom: 0;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
    }

    .footer-marquee-ggdigital {
      display: inline-block;
      font-size: 180px;
      font-weight: bold;
      color: rgba(0,0,0,0.05);
      animation: footer-scroll-ggdigital 100s linear infinite;
    }

    @keyframes footer-scroll-ggdigital {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    ::selection {
  background: #313030;
  color: #ffffff;
}

::-moz-selection {
  background: #313030;
  color: #ffffff;
}
@media (max-width: 1024px) {
.footer-left-ggdigital h1 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #222;
}.footer-email-ggdigital {
    font-size: 14px;
    color: #222;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
}.footer-container-ggdigital {
    padding: 100px 30px 30px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}.footer-links-ggdigital {
    display: grid;
    gap: 6px;
}.footer-left-ggdigital{
  margin-bottom: 20px;
}
.footer-content-ggdigital {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
}}