

[_ngcontent-ng-c62019510]:root {
  --gradient-primary:
    linear-gradient(
      135deg,
      #22c55e 0%,
      #10b981 50%,
      #059669 100%);
  --gradient-instagram:
    linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  --gradient-whatsapp:
    linear-gradient(
      135deg,
      #25D366 0%,
      #128C7E 100%);
  --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0 20px 60px rgba(0, 0, 0, 0.12);
  --shadow-strong: 0 30px 80px rgba(0, 0, 0, 0.16);
}
*[_ngcontent-ng-c62019510] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-gradient[_ngcontent-ng-c62019510] {
  background:
    linear-gradient(
      135deg,
      #22c55e 0%,
      #10b981 50%,
      #059669 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: _ngcontent-ng-c62019510_gradient-shift 8s ease infinite;
  color: transparent;
}
.text-gradient-instagram[_ngcontent-ng-c62019510] {
  background:
    linear-gradient(
      135deg,
      #22c55e 0%,
      #10b981 50%,
      #059669 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: _ngcontent-ng-c62019510_gradient-shift 8s ease infinite;
}
@keyframes _ngcontent-ng-c62019510_gradient-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
mat-card[_ngcontent-ng-c62019510] {
  border-radius: 24px !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-soft);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
mat-card[_ngcontent-ng-c62019510]:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-strong) !important;
  border-color: rgba(34, 197, 94, 0.3);
}
.action-btn[_ngcontent-ng-c62019510] {
  position: relative;
  overflow: hidden;
  padding: 14px 32px !important;
  border-radius: 16px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  text-transform: none !important;
  box-shadow: var(--shadow-soft);
}
.action-btn[_ngcontent-ng-c62019510]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.action-btn[_ngcontent-ng-c62019510]:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
}
.action-btn[_ngcontent-ng-c62019510]:hover::before {
  width: 300px;
  height: 300px;
}
.action-btn[_ngcontent-ng-c62019510]:active {
  transform: translateY(-1px);
}
.btn-instagram[_ngcontent-ng-c62019510] {
  position: relative;
  background:
    linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background-size: 200% 200%;
  color: white;
  border: none;
  border-radius: 16px !important;
  font-weight: 700 !important;
  padding: 14px 32px !important;
  text-transform: none !important;
  box-shadow: 0 10px 30px rgba(188, 24, 136, 0.3);
  animation: _ngcontent-ng-c62019510_gradient-shift 8s ease infinite;
}
.btn-instagram[_ngcontent-ng-c62019510]:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 40px rgba(188, 24, 136, 0.4);
}
.btn-instagram[_ngcontent-ng-c62019510]:active {
  transform: translateY(-2px) scale(1.03);
}
.badge-instagram[_ngcontent-ng-c62019510] {
  background:
    linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(188, 24, 136, 0.3);
  letter-spacing: 0.5px;
}
.platform-badge[_ngcontent-ng-c62019510] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.875rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.platform-badge.whatsapp[_ngcontent-ng-c62019510] {
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
  border: 2px solid rgba(37, 211, 102, 0.4);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}
.platform-badge.whatsapp[_ngcontent-ng-c62019510]:hover {
  background: rgba(37, 211, 102, 0.25);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}
.platform-badge.instagram[_ngcontent-ng-c62019510] {
  background: rgba(188, 24, 136, 0.15);
  color: #bc1888;
  border: 2px solid rgba(188, 24, 136, 0.4);
  box-shadow: 0 4px 12px rgba(188, 24, 136, 0.2);
}
.platform-badge.instagram[_ngcontent-ng-c62019510]:hover {
  background: rgba(188, 24, 136, 0.25);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(188, 24, 136, 0.3);
}
.services-scroll-container[_ngcontent-ng-c62019510]   .service-card[_ngcontent-ng-c62019510] {
  background: white;
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
  min-width: 300px;
  transition: all 0.3s ease;
}
.services-scroll-container[_ngcontent-ng-c62019510]   .service-card[_ngcontent-ng-c62019510]:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
}
.services-scroll-container[_ngcontent-ng-c62019510]   .service-card[_ngcontent-ng-c62019510]:hover   .service-icon[_ngcontent-ng-c62019510] {
  transform: scale(1.1) rotate(5deg);
}
.services-scroll-container[_ngcontent-ng-c62019510]   .service-icon[_ngcontent-ng-c62019510] {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      135deg,
      #f0fdf4 0%,
      #dcfce7 100%);
  transition: all 0.3s ease;
}
video[_ngcontent-ng-c62019510] {
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  border: 4px solid rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease;
}
video[_ngcontent-ng-c62019510]:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
.stat-number[_ngcontent-ng-c62019510] {
  display: inline-block;
  font-weight: 800;
  background:
    linear-gradient(
      135deg,
      #22c55e 0%,
      #10b981 50%,
      #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.5s ease;
}
.stat-number[_ngcontent-ng-c62019510]:hover {
  transform: scale(1.1);
}
mat-card[_ngcontent-ng-c62019510]   img[_ngcontent-ng-c62019510] {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(20%);
}
mat-card[_ngcontent-ng-c62019510]   img[_ngcontent-ng-c62019510]:hover {
  transform: scale(1.15) rotate(3deg);
  filter: grayscale(0%);
}
.pricing-card[_ngcontent-ng-c62019510] {
  position: relative;
}
.pricing-card.popular[_ngcontent-ng-c62019510]::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  background:
    linear-gradient(
      135deg,
      #22c55e 0%,
      #10b981 50%,
      #059669 100%);
  z-index: -1;
  opacity: 0.8;
}
.pricing-card.popular[_ngcontent-ng-c62019510]:hover::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .text-4xl[_ngcontent-ng-c62019510], 
   .text-5xl[_ngcontent-ng-c62019510], 
   .text-6xl[_ngcontent-ng-c62019510] {
    font-size: clamp(1.75rem, 5vw, 3rem) !important;
    line-height: 1.2 !important;
  }
  .cta-section[_ngcontent-ng-c62019510] {
    padding: 4rem 0;
  }
  mat-card[_ngcontent-ng-c62019510] {
    border-radius: 20px !important;
  }
  .action-btn[_ngcontent-ng-c62019510] {
    padding: 12px 24px !important;
    font-size: 14px !important;
  }
}
.skeleton[_ngcontent-ng-c62019510] {
  background:
    linear-gradient(
      90deg,
      #f0f0f0 0%,
      #e0e0e0 20%,
      #f0f0f0 40%,
      #f0f0f0 100%);
  background-size: 200% 100%;
  animation: _ngcontent-ng-c62019510_loading 1.5s ease-in-out infinite;
  border-radius: 12px;
}
@keyframes _ngcontent-ng-c62019510_loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
section[_ngcontent-ng-c62019510] {
  scroll-margin-top: 100px;
  position: relative;
}
table[_ngcontent-ng-c62019510]   th[_ngcontent-ng-c62019510] {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
table[_ngcontent-ng-c62019510]   tr[_ngcontent-ng-c62019510] {
  transition: all 0.3s ease;
}
table[_ngcontent-ng-c62019510]   tr[_ngcontent-ng-c62019510]:hover {
  background-color: rgba(34, 197, 94, 0.05);
  transform: scale(1.01);
}
mat-icon[_ngcontent-ng-c62019510] {
  transition: all 0.3s ease;
}
mat-icon[_ngcontent-ng-c62019510]:hover {
  transform: scale(1.1);
}
mat-form-field[_ngcontent-ng-c62019510]   .mat-form-field-outline[_ngcontent-ng-c62019510] {
  border-radius: 12px !important;
}
.how-it-works-card[_ngcontent-ng-c62019510] {
  position: relative;
  overflow: visible;
}
.how-it-works-card[_ngcontent-ng-c62019510]::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  background:
    linear-gradient(
      135deg,
      #22c55e 0%,
      #10b981 50%,
      #059669 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.how-it-works-card[_ngcontent-ng-c62019510]:hover::after {
  opacity: 0.1;
}
.cta-section[_ngcontent-ng-c62019510] {
  position: relative;
  background:
    linear-gradient(
      135deg,
      #4caf50,
      #5ad95e);
  color: #ffffff;
  padding: 5rem 2rem;
  border-radius: 2rem;
  text-align: center;
  overflow: hidden;
}
.cta-section[_ngcontent-ng-c62019510]::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 60px;
  background: #ffffff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.cta-section[_ngcontent-ng-c62019510]   h2[_ngcontent-ng-c62019510] {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.cta-section[_ngcontent-ng-c62019510]   p[_ngcontent-ng-c62019510] {
  font-size: 1.25rem;
  max-width: 680px;
  margin: 0 auto 2.5rem;
  opacity: 0.9;
  line-height: 1.6;
}
.cta-section[_ngcontent-ng-c62019510]   .cta-button[_ngcontent-ng-c62019510] {
  background: #ffffff;
  color: #2e7d32;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.85rem 2.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.cta-section[_ngcontent-ng-c62019510]   .cta-button[_ngcontent-ng-c62019510]:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.cta-section[_ngcontent-ng-c62019510]   .cta-button[_ngcontent-ng-c62019510]   mat-icon[_ngcontent-ng-c62019510] {
  font-size: 20px;
}
section.container[_ngcontent-ng-c62019510] {
  padding: 2rem 1rem;
}
/*# sourceMappingURL=772418c63f1ab362a4908cf95b7b5c587051ae516dbf6cf6c1d2900ebf7f75e9.css.map */