.elementor-7 .elementor-element.elementor-element-e8550db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c99a605 *//* =========================================
      3. CORREÇÕES DE RESPONSIVIDADE (MOBILE)
      ========================================= */
   @media (max-width: 768px) {
     
     /* Ajuste do topo para o menu flutuante no celular */
     .agendy-lp {
       padding-top: 60px;
     }

     /* --- CABEÇALHO (NAVBAR) --- */
     .navbar-content {
       display: flex !important;
       flex-direction: row !important;
       flex-wrap: nowrap !important;
       justify-content: space-between !important;
       align-items: center !important;
       padding: 0 15px !important;
       gap: 10px;
     }
     
     .navbar {
       padding: 10px 0 !important;
     }

     .logo {
       flex: 0 0 auto !important;
       max-width: 50% !important;
       display: flex;
       align-items: center;
     }
     .logo img {
       height: 28px !important;
       width: auto !important;
       object-fit: contain;
     }

     .nav-links, .nav-buttons .btn-secondary {
       display: none !important;
     }

     .nav-buttons {
       flex: 0 1 auto !important;
       width: auto !important;
       display: flex !important;
       align-items: center !important;
       gap: 8px !important;
       margin: 0 !important;
       justify-content: flex-end;
     }

     .nav-buttons .btn-primary {
       padding: 6px 12px !important;
       font-size: 11px !important;
       height: 34px !important;
       white-space: nowrap !important;
       display: flex;
       align-items: center;
     }
     
     .language-.elementor-7 .elementor-element.elementor-element-c99a605 { margin: 0 !important; }
     .language-btn { padding: 4px !important; }

     /* --- HERO SECTION --- */
     .hero {
       padding-top:10px !important;
       text-align: center !important;
     }
     .hero-grid {
       display: flex !important;
       flex-direction: column !important;
       gap: 30px !important;
     }
     .heading-1 {
       font-size: 2rem !important;
       line-height: 1.2 !important;
     }
     .hero-buttons {
       display: flex !important;
       flex-direction: column !important;
       gap: 15px !important;
     }
     .hero-buttons .btn {
       width: 100% !important;
       justify-content: center !important;
     }
     .social-proof {
       flex-direction: column !important;
       gap: 15px !important;
     }

     /* --- NOVA REGRA PARA O "PRINTE" (Fluxo IA + Botão Agendy) --- */
     .hero-visual .ai-badge {
       display: flex !important;
       flex-direction: column !important; /* Coloca um abaixo do outro */
       width: 100% !important;
       height: auto !important;
       gap: 15px !important;
       padding: 20px !important;
       align-items: center !important;
     }

     /* Ajusta os itens dentro do badge para centralizarem e ocuparem espaço */
     .hero-visual .ai-flow, 
     .hero-visual .brand-badge {
        width: 100% !important;
        justify-content: center !important;
        margin: 0 !important;
     }

     /* --- CORREÇÃO DO BLOCO "INOVAÇÃO" --- */
     .innovation-box {
       padding: 40px 10px !important; 
       width: 100% !important;
       box-sizing: border-box !important;
     }

     .innovation-content {
       display: flex !important;
       flex-direction: column !important;
       width: 100% !important;
       gap: 20px !important;
     }
     
     .innovation-header {
         justify-content: center !important;
     }

     .innovation-text {
       width: 100% !important;
       max-width: 100% !important;
       margin: 0 !important;
       padding: 0 !important; 
       text-align: center !important;
     }

     .innovation-card {
       width: 100% !important;
       max-width: 100% !important;
       margin: 0 !important;
       box-sizing: border-box !important;
       padding: 25px !important;
       display: block !important;
     }
     
     .innovation-card-header {
         display: flex !important;
         align-items: center !important;
         flex-wrap: wrap !important;
         gap: 10px !important;
         justify-content: center !important;
     }

     /* --- FOOTER --- */
     .app-stores {
       display: flex !important;
       flex-direction: column !important;
       gap: 15px !important;
     }
     .app-store-btn {
       width: 100% !important;
       justify-content: center !important;
     }
     .language-dropdown {
       left: 0 !important;
       right: auto !important;
     }
   }
   /* Adicione isso DENTRO do @media (max-width: 768px) */

   .video-placeholder {
     /* 40px = Espaçamento Vertical (Cima/Baixo)
        80px = Espaçamento Lateral (Esquerda/Direita) - AUMENTEI AQUI
     */
     padding: 50px 10px !important; 
   }
   /* Ainda dentro do @media (max-width: 768px) */

      .hero-buttons .btn {
        width: 100% !important;
        justify-content: center !important;
        
        /* Adicione ou altere o padding aqui */
        /* Exemplo: 15px em cima/baixo */
        padding: 15px 20px !important; 
      }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e8550db *//* ==================== AGENDY LANDING PAGE - CSS SEPARADO ==================== */

/* ==================== RESET & BASE ==================== */
.agendy-lp * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.agendy-lp {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background: #ffffff;
}

.agendy-lp .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==================== TYPOGRAPHY ==================== */
.agendy-lp .heading-1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.agendy-lp .heading-2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.agendy-lp .heading-3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.agendy-lp .subtitle {
  font-size: 1.125rem;
  color: #666;
  max-width: 600px;
}

.agendy-lp .gradient-text {
  background: linear-gradient(135deg, #0095DA, #50B848);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==================== BUTTONS ==================== */
.agendy-lp .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.agendy-lp .btn-primary {
  background: linear-gradient(135deg, #0095DA, #50B848);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 149, 218, 0.3);
}

.agendy-lp .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 149, 218, 0.4);
}

.agendy-lp .btn-secondary {
  background: white;
  color: #1a1a1a;
  border: 2px solid #e5e7eb;
}

.agendy-lp .btn-secondary:hover {
  border-color: #0095DA;
  color: #0095DA;
}

/* ==================== NAVBAR ==================== */
.agendy-lp .navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.agendy-lp .navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agendy-lp .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.agendy-lp .logo img {
  height: 40px;
  width: auto;
}

.agendy-lp .logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #0095DA, #50B848);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.agendy-lp .nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.agendy-lp .nav-links a {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: color 0.3s;
}

.agendy-lp .nav-links a:hover {
  color: #0095DA;
}

.agendy-lp .nav-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ==================== LANGUAGE SELECTOR ==================== */
.agendy-lp .language-.elementor-7 .elementor-element.elementor-element-e8550db {
  position: relative;
  display: inline-block;
}

.agendy-lp .language-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: #4b5563;
  transition: all 0.3s ease;
}

.agendy-lp .language-btn:hover {
  background: #f3f4f6;
  color: #0095DA;
}

.agendy-lp .language-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 1000;
}

.agendy-lp .language-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.agendy-lp .language-option {
  display: block;
  padding: 10px 16px;
  color: #4b5563;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.agendy-lp .language-option:hover {
  background: #f3f4f6;
  color: #0095DA;
}

.agendy-lp .language-option.active {
  background: #f3f4f6;
  color: #0095DA;
  font-weight: 600;
}


/* ==================== HERO SECTION ==================== */
.agendy-lp .hero {
  padding: 60px 0 80px;
  overflow: hidden;
}

.agendy-lp .tagline {
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
  margin-bottom: 40px;
}

.agendy-lp .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.agendy-lp .hero-content {
  animation: fadeInLeft 0.8s ease-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.agendy-lp .hero-buttons {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.agendy-lp .social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.agendy-lp .avatars {
  display: flex;
}

.agendy-lp .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -8px;
  object-fit: cover;
}

.agendy-lp .avatar:first-child {
  margin-left: 0;
}

.agendy-lp .social-proof-text {
  font-size: 0.875rem;
  color: #666;
}

.agendy-lp .hero-visual {
  position: relative;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.agendy-lp .hero-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.agendy-lp .video-placeholder {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(0, 149, 218, 0.1), rgba(80, 184, 72, 0.1));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.agendy-lp .play-btn {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #0095DA, #50B848);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  cursor: pointer;
  transition: transform 0.3s;
}

.agendy-lp .play-btn:hover {
  transform: scale(1.1);
}

.agendy-lp .play-btn svg {
  width: 24px;
  height: 24px;
  fill: white;
  margin-left: 4px;
}

.agendy-lp .video-text {
  font-size: 0.875rem;
  color: #666;
}

.agendy-lp .ai-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  gap: 12px;
}

.agendy-lp .ai-flow {
  display: flex;
  align-items: center;
  background: #f3f4f6;
  padding: 8px 12px;
  border-radius: 8px;
  flex: 1;
}

.agendy-lp .ai-flow-dot {
  width: 8px;
  height: 8px;
  background: #0095DA;
  border-radius: 50%;
  margin-right: 8px;
}

.agendy-lp .ai-flow-text {
  font-size: 0.875rem;
  color: #666;
}

.agendy-lp .brand-badge {
  background: linear-gradient(135deg, #0095DA, #50B848);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
}

.agendy-lp .glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: -1;
  animation: pulse 4s ease-in-out infinite;
}

.agendy-lp .glow-1 {
  width: 80px;
  height: 80px;
  background: rgba(0, 149, 218, 0.3);
  top: -20px;
  right: -20px;
}

.agendy-lp .glow-2 {
  width: 100px;
  height: 100px;
  background: rgba(16, 185, 129, 0.3);
  bottom: -30px;
  left: -30px;
}

@keyframes pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* ==================== INNOVATION SECTION ==================== */
.agendy-lp .innovation {
  padding: 80px 0;
  background: white;
}

.agendy-lp .innovation-box {
  background: linear-gradient(135deg, rgba(0, 149, 218, 0.05), rgba(80, 184, 72, 0.05));
  border-radius: 24px;
  padding: 48px;
  max-width: 1000px;
  margin: 0 auto;
}

.agendy-lp .innovation-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.agendy-lp .innovation-icon {
  width: 28px;
  height: 28px;
  color: #0095DA;
}

.agendy-lp .innovation-content {
  display: flex;
  gap: 48px;
  align-items: center;
}

.agendy-lp .innovation-text {
  flex: 3;
}

.agendy-lp .innovation-text p {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 16px;
}

.agendy-lp .innovation-card {
  flex: 2;
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.agendy-lp .innovation-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.agendy-lp .shield-icon {
  width: 40px;
  height: 40px;
  color: #10b981;
}

.agendy-lp .badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #10b981;
  color: #10b981;
}

.agendy-lp .innovation-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.agendy-lp .innovation-card ul {
  list-style: none;
}

.agendy-lp .innovation-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #4b5563;
}

.agendy-lp .innovation-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0095DA;
  border-radius: 50%;
}

/* ==================== HOW IT WORKS SECTION ==================== */
.agendy-lp .how-it-works {
  padding: 80px 0;
  background: #f9fafb;
}

.agendy-lp .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.agendy-lp .feature-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  margin: 0 auto;
  transition: transform 0.3s, box-shadow 0.3s;
}

.agendy-lp .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.agendy-lp .feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 149, 218, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #0095DA;
}

.agendy-lp .feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.agendy-lp .feature-card p {
  color: #666;
}

/* ==================== FOR WHO SECTION ==================== */
.agendy-lp .for-who {
  padding: 80px 0;
  background: white;
}

.agendy-lp .audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}

.agendy-lp .audience-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.agendy-lp .audience-card:hover {
  border-color: rgba(0, 149, 218, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.agendy-lp .audience-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 149, 218, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #0095DA;
}

.agendy-lp .audience-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.agendy-lp .audience-card > p {
  color: #666;
  margin-bottom: 16px;
}

.agendy-lp .benefits-list {
  list-style: none;
  margin-bottom: 24px;
  flex-grow: 1;
}

.agendy-lp .benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #4b5563;
}

.agendy-lp .check-icon {
  width: 18px;
  height: 18px;
  color: #50B848;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ==================== PRICING SECTION ==================== */
.agendy-lp .pricing {
  padding: 80px 0;
  background: #f9fafb;
}

.agendy-lp .pricing-badge {
  display: inline-block;
  background: #d1fae5;
  color: #065f46;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 16px;
}

/* ==================== PARTNERS SECTION ==================== */
.agendy-lp .partners {
  padding: 80px 0;
  background: white;
}

.agendy-lp .partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.agendy-lp .partners-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 149, 218, 0.1);
  color: #0095DA;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.agendy-lp .partners-benefits {
  margin-top: 24px;
}

.agendy-lp .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.agendy-lp .benefit-number {
  width: 40px;
  height: 40px;
  background: rgba(0, 149, 218, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0095DA;
  font-weight: 700;
  flex-shrink: 0;
}

.agendy-lp .benefit-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.agendy-lp .benefit-item p {
  color: #666;
  font-size: 0.875rem;
}

.agendy-lp .partners-form {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

.agendy-lp .partners-form h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.agendy-lp .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.agendy-lp .form-group {
  margin-bottom: 16px;
}

.agendy-lp .form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}

.agendy-lp .form-group input,
.agendy-lp .form-group select,
.agendy-lp .form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.agendy-lp .form-group input:focus,
.agendy-lp .form-group select:focus,
.agendy-lp .form-group textarea:focus {
  outline: none;
  border-color: #0095DA;
  box-shadow: 0 0 0 3px rgba(0, 149, 218, 0.1);
}

.agendy-lp .form-group textarea {
  resize: vertical;
  min-height: 100px;
}

/* ==================== FOOTER ==================== */
.agendy-lp .footer {
  background: #111827;
  color: white;
  padding: 64px 0 32px;
}

.agendy-lp .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 48px;
}

.agendy-lp .footer-brand h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.agendy-lp .footer-brand p {
  color: #9ca3af;
  margin-bottom: 24px;
  font-size: 0.875rem;
}

.agendy-lp .social-links {
  display: flex;
  gap: 16px;
}

.agendy-lp .social-links a {
  color: white;
  transition: color 0.3s;
}

.agendy-lp .social-links a:hover {
  color: #0095DA;
}

.agendy-lp .social-links img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}

.agendy-lp .social-links a:hover img {
  filter: brightness(1) invert(0);
}

.agendy-lp .footer-column h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.agendy-lp .footer-column ul {
  list-style: none;
}

.agendy-lp .footer-column li {
  margin-bottom: 10px;
}

.agendy-lp .footer-column a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s;
}

.agendy-lp .footer-column a:hover {
  color: white;
}

.agendy-lp .app-stores {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.agendy-lp .app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: black;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #374151;
  transition: background 0.3s;
}

.agendy-lp .app-store-btn:hover {
  background: #1f2937;
}

.agendy-lp .app-store-btn img {
  width: 24px;
  height: 24px;
}

.agendy-lp .app-store-text {
  text-align: left;
}

.agendy-lp .app-store-text span {
  display: block;
  font-size: 0.625rem;
  opacity: 0.8;
}

.agendy-lp .app-store-text strong {
  font-size: 0.75rem;
}

.agendy-lp .footer-company {
  color: #6b7280;
  font-size: 0.75rem;
  margin-top: 16px;
}

.agendy-lp .footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.agendy-lp .footer-bottom p {
  color: #6b7280;
  font-size: 0.875rem;
}

.agendy-lp .footer-links {
  display: flex;
  gap: 24px;
}

.agendy-lp .footer-links a {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s;
}

.agendy-lp .footer-links a:hover {
  color: #9ca3af;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .agendy-lp .hero-grid,
  .agendy-lp .partners-grid {
    grid-template-columns: 1fr;
  }
  
  .agendy-lp .innovation-content {
    flex-direction: column;
  }
  
  .agendy-lp .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .agendy-lp .nav-links {
    display: none;
  }
  
  .agendy-lp .audience-grid {
    grid-template-columns: 1fr;
  }
  
  .agendy-lp .form-row {
    grid-template-columns: 1fr;
  }
  
  .agendy-lp .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .agendy-lp .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  
  .agendy-lp .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ==================== SVG ICONS ==================== */
.agendy-lp .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.typed-cursor {
  color: #0095DA;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}/* End custom CSS */