/* 78pg 配色呼应 - 按钮分层(青绿主+金强调), 只动按钮不碰背景布局 */
.elementor-button, .elementor-button-link, .elementor-cta__button, .elementor-flip-box__button {
  background-color: #00A08C !important;
  color: #ffffff !important;
  border: none !important;
}
.elementor-button:hover, .elementor-button-link:hover { background-color: #007868 !important; }
/* 关键 CTA(领取/注册/优惠) 金色强调 */
.elementor-button.vi-gold, .elementor-button-link.vi-gold, .elementor-cta__button.vi-gold {
  background: linear-gradient(135deg,#f0c828 0%,#e8a800 100%) !important;
  color: #4a2e00 !important;
  box-shadow: 0 4px 14px rgba(240,200,40,0.45) !important;
}
.elementor-button.vi-gold:hover { background: linear-gradient(135deg,#e8a800 0%,#f0c828 100%) !important; }
