.package-cta-group {
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  gap: 8px;
  min-width: 138px;
}

.package-cta-group .btn,
.funnel-register-cta,
.funnel-inline-cta .btn {
  min-height: 44px !important;
  line-height: 1.15;
}

.funnel-register-cta,
.funnel-primary {
  background: linear-gradient(135deg, #079bd3, #0077b6) !important;
  border: 1px solid #0077b6 !important;
  color: #fff !important;
  font-weight: 700;
}

.funnel-register-cta:hover,
.funnel-primary:hover {
  background: linear-gradient(135deg, #0077b6, #005f92) !important;
  color: #fff !important;
}

.funnel-consult-cta,
.funnel-secondary {
  background: #fff !important;
  border: 2px solid #148c4a !important;
  color: #116f3d !important;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 8px 10px;
}

.funnel-consult-cta:hover,
.funnel-secondary:hover {
  background: #eaf8f0 !important;
  color: #0c5a31 !important;
}

.funnel-inline-cta {
  width: min(1000px, calc(100% - 32px));
  margin: 28px auto;
  padding: 20px 24px;
  border: 1px solid #d8e8f1;
  border-radius: 16px;
  background: #f7fbfd;
  box-shadow: 0 8px 24px rgba(0, 70, 110, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.funnel-inline-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #17324d;
}

.funnel-inline-copy strong {
  font-size: 1.15rem;
}

.funnel-inline-copy span {
  color: #4c6073;
}

.funnel-inline-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.funnel-inline-actions .btn {
  min-width: 164px;
  padding: 10px 16px;
}

.mobile-funnel-bar {
  display: none;
}

.funnel-register-cta:focus-visible,
.funnel-consult-cta:focus-visible,
.funnel-inline-cta .btn:focus-visible,
.mobile-funnel-bar .mobile-register:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .funnel-inline-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
  }

  .funnel-inline-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .funnel-inline-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .mobile-funnel-bar {
    position: fixed;
    z-index: 1100;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #d7e1e8;
    box-shadow: 0 -8px 24px rgba(0, 40, 70, 0.12);
  }

  .mobile-funnel-bar .mobile-register {
    min-height: 48px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 800;
  }

  .mobile-register {
    border: 1px solid #0077b6;
    background: linear-gradient(135deg, #079bd3, #0077b6);
    color: #fff;
  }

  .mobile-whatsapp {
    border: 2px solid #148c4a;
    background: #fff;
    color: #116f3d;
  }

  #floatbutton {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .package-cta-group {
    min-width: 136px;
  }

  .funnel-consult-cta {
    font-size: 0.67rem;
    padding-inline: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .funnel-register-cta,
  .funnel-consult-cta,
  .funnel-inline-cta .btn,
  .mobile-funnel-bar .mobile-register {
    transition: none !important;
  }
}


/* Single WhatsApp registration CTA */
.mobile-register { display:flex; align-items:center; justify-content:center; text-align:center; text-decoration:none; }
.package-cta-group > .funnel-register-cta { display:flex; align-items:center; justify-content:center; gap:4px; }
