/* Version 164: restore a prominent direct-order path for Able.Growth Brazil. */
.growth-order-button-v164 {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 54px;
  padding: 10px 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.38);
  background: linear-gradient(135deg,#6ccb5f 0%,#2899d5 100%);
  color: #fff;
  font-weight: 950;
  letter-spacing: .01em;
  text-align: center;
  box-shadow: 0 18px 42px rgba(41,153,213,.34),0 10px 26px rgba(108,203,95,.24);
  transform: translateY(0);
  transition: transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.growth-order-button-v164::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: inherit;
  pointer-events: none;
}
.growth-order-button-v164:hover,
.growth-order-button-v164:focus-visible {
  color: #fff;
  filter: saturate(1.08) brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(41,153,213,.42),0 14px 32px rgba(108,203,95,.3);
}
.growth-order-button-v164 span,
.growth-order-button-v164 small {
  position: relative;
  z-index: 1;
}
.growth-order-button-v164 small {
  display: block;
  color: rgba(255,255,255,.92);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .025em;
}
.growth-hero-actions-v164 {
  align-items: stretch;
}
.growth-hero-actions-v164 .btn {
  min-height: 54px;
}
.growth-order-helper-v164 {
  max-width: 850px;
  margin: 15px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
}
.growth-order-helper-v164 strong {
  color: #fff;
}
.growth-price-actions-v164 {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.growth-price-actions-v164 .button {
  width: 100%;
  margin: 0;
  text-align: center;
}
.growth-price-actions-v164 .button.secondary {
  background: #fff;
  color: #15506d;
  border: 1px solid rgba(21,80,109,.22);
  box-shadow: none;
}
.growth-price-actions-v164 .button.secondary:hover,
.growth-price-actions-v164 .button.secondary:focus-visible {
  background: #f4fafd;
  border-color: rgba(21,80,109,.38);
}
@media (max-width: 1120px) {
  .growth-hero-actions-v164 .btn {
    flex: 1 1 230px;
  }
}
@media (max-width: 720px) {
  .growth-hero-actions-v164 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .growth-hero-actions-v164 .btn,
  .growth-order-button-v164 {
    width: 100%;
  }
  .growth-order-helper-v164 {
    font-size: 13.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .growth-order-button-v164 {
    transition: none;
  }
  .growth-order-button-v164:hover,
  .growth-order-button-v164:focus-visible {
    transform: none;
  }
}
