  .btn-primary { background: linear-gradient(135deg, #FF6B35 0%, #000000 100%) !important; color: #FFFFFF !important; border-radius: 5px !important; font-weight: 700 !important; transition: all 0.3s ease !important; border: none !important; } .btn-primary:hover { background: linear-gradient(135deg, #000000 0%, #FF6B35 100%) !important; transform: translateY(-3px) !important; box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6) !important; }  @media (max-width: 767px) { header .brxe-container { position: relative !important; min-height: 80px !important; } header .btn-mobile-center { position: absolute !important; left: 50% !important; right: auto !important; top: 40px !important; bottom: auto !important; transform: translate(-50%, -50%) !important; padding: 8px 12px !important; font-size: 10px !important; white-space: nowrap !important; margin: 0 !important; } header .btn-mobile-center:hover { transform: translate(-50%, calc(-50% - 2px)) !important; } ​ }   background-image: linear-gradient(to right, #FF6B35, #E15A2E); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }  .hero-bg-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease-in-out; animation: fadeIn 1.5s ease-in-out forwards; } .hero-bg-slide.active { opacity: 0.4; }  } .accordion-content.open { display: block; }  background: linear-gradient(to right, #FF6B35, #E15A2E) !important; }     html { scroll-behavior: smooth; }  body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }  .brxe-container { transition-property: all; transition-duration: 0.3s; transition-timing-function: ease-in-out; }  transition: max-height 0.5s ease-out; } .accordion-content-bricks.is-open { max-height: 1500px;  transition: max-height 0.7s ease-in; }  box-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 15px #00ffff;  transition: box-shadow 0.3s ease-in-out; } .neon-glow:hover { box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff; }