*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --asz-vibrant-gradient-1: linear-gradient(135deg, #6a11cb 0%, #ff6b6b 50%, #feca57 100%);
  --asz-vibrant-gradient-2: linear-gradient(45deg, #00b4db 0%, #0083b0 50%, #ff9933 100%);
  --asz-vibrant-gradient-3: linear-gradient(225deg, #ff4e50 0%, #ffa63d 50%, #43cea2 100%);
  --asz-neon-pink: #ff4e50;
  --asz-electric-blue: #0045db;
  --asz-lime-green: #43cea2;
  --asz-purple: #6a11cb;
  --asz-orange: #ff9933;
  --asz-dark-bg: #1a1a2e;
  --asz-card-bg: rgba(255, 255, 255, 0.05);
  --asz-text-light: #f8f9fa;
  --asz-text-muted: rgba(248, 249, 250, 0.7);
  --asz-border-radius: 16px;
  --asz-shadow-glow: 0 0 30px rgba(106, 17, 203, 0.3);
  --asz-transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


body {
  font-family: 'IBM Plex Sans', sans-serif;
  background: var(--asz-dark-bg);
  color: var(--asz-text-light);
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.5rem;
  min-height: 4.2rem;
}

h2 {
  font-size: 2.8rem;
  min-height: 3.4rem;
}

h3 {
  font-size: 1.8rem;
  min-height: 2.2rem;
}

p {
  margin-bottom: 1rem;
  min-height: 1.5rem;
}

a {
  color: var(--asz-electric-blue);
  text-decoration: none;
  transition: var(--asz-transition-smooth);
}

a:hover {
  color: var(--asz-lime-green);
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  transition: var(--asz-transition-smooth);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lfMglgNFp {
  background: rgba(10, 10, 20, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 0;
}

.yMetcYMbRaLZ {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;  
  justify-content: space-between;
  align-items: center;
}

.tLCYrmctqh {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.tLCYrmctqh img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.CEUnvJeW {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.aABlycdg, .KBivBFmM {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background: transparent;
  color: var(--asz-text-light);
  font-size: 0.95rem;
  border: 1px solid transparent;
}

.aABlycdg:hover, .KBivBFmM:hover {
  background: var(--asz-card-bg);
  border-color: var(--asz-neon-pink);
  transform: translateY(-2px);
}

.XDACGXzLRIBA {
  display: none;
}

.gNapzcNgUxvu {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.gNapzcNgUxvu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--asz-text-light);
  border-radius: 3px;
  transition: var(--asz-transition-smooth);
}

.gNapzcNgUxvu span:nth-child(1) { top: 0; }
.gNapzcNgUxvu span:nth-child(2) { top: 8px; }
.gNapzcNgUxvu span:nth-child(3) { top: 16px; }

.gdtuaL {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--asz-vibrant-gradient-1);
  position: relative;
  overflow: hidden;
  padding: 6rem 2rem 2rem;
}

.gdtuaL::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/mbh-core/mbh-art/mbh-bg3.webp') center/cover no-repeat;
  opacity: 0.2;
}

.lpJXjYjyFX {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.lpJXjYjyFX h1 {
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #ffffff, var(--asz-electric-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lpJXjYjyFX p {
  font-size: 1.3rem;
  margin-bottom: 3rem;
  color: var(--asz-text-light);
  min-height: 2rem;
}

.ftpTDaWwxGoHPR {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.eosIpvCNd {
  background: var(--asz-card-bg);
  backdrop-filter: blur(20px);
  border-radius: var(--asz-border-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--asz-transition-smooth);
  position: relative;
  overflow: hidden;
}

.eosIpvCNd::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--asz-vibrant-gradient-2);
  transition: var(--asz-transition-smooth);
  opacity: 0;
}

.eosIpvCNd:hover::before {
  left: 0;
  opacity: 0.1;
}

.eosIpvCNd:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: var(--asz-shadow-glow);
}

.eosIpvCNd i {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
  background: var(--asz-vibrant-gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.eosIpvCNd span {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  min-height: 1.4rem;
}

.eosIpvCNd a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--asz-electric-blue);
  font-size: 0.9rem;
  position: relative;
}

.gFZQz {
  padding: 6rem 2rem;
  background: var(--asz-dark-bg);
}

.gFZQz h2 {
  text-align: center;
  margin-bottom: 4rem;
  background: var(--asz-vibrant-gradient-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.YYqjMacZpMGMkHg {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1460px;
  margin: 0 auto;
}

.nhsUfcWrHLEG {
  background: var(--asz-card-bg);
  border-radius: var(--asz-border-radius);
  padding: 2.5rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--asz-transition-smooth);
  position: relative;
  overflow: hidden;
}

.nhsUfcWrHLEG::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--asz-vibrant-gradient-2);
}

.nhsUfcWrHLEG:hover {
  transform: translateY(-8px);
  box-shadow: var(--asz-shadow-glow);
}

.nhsUfcWrHLEG i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
  background: var(--asz-vibrant-gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nhsUfcWrHLEG h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  min-height: 1.8rem;
}

.nhsUfcWrHLEG p {
  font-size: 0.95rem;
  color: var(--asz-text-muted);
  min-height: 3rem;
}

.FjKdvujoiH {
  padding: 6rem 2rem;
  background: var(--asz-vibrant-gradient-3);
}

.QTPKVxnk {
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.AnffBiKm img {
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 550px;
  border-radius: var(--asz-border-radius);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg);
  transition: var(--asz-transition-smooth);
}

.AnffBiKm img:hover {
  transform: rotate(0deg) scale(1.02);
}

.KxNIquynXs {
  background: var(--asz-card-bg);
  backdrop-filter: blur(20px);
  border-radius: var(--asz-border-radius);
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.KxNIquynXs h2 {
  margin-bottom: 1.5rem;
  color: var(--asz-text-light);
}

.KxNIquynXs p {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  min-height: 1.7rem;
}

.bPbAm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.lInYysZQDTiqNGX {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: var(--asz-transition-smooth);
}

.lInYysZQDTiqNGX:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.lInYysZQDTiqNGX i {
  font-size: 1.5rem;
  color: var(--asz-lime-green);
}

.lInYysZQDTiqNGX span {
  font-weight: 500;
}

.APEFEKDbjizuq {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: var(--asz-vibrant-gradient-2);
  color: white;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--asz-transition-smooth);
}

.APEFEKDbjizuq:hover {
  transform: translateY(-3px);
  box-shadow: var(--asz-shadow-glow);
}

.xcVOWTZndcZL {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--asz-vibrant-gradient-2);
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
}

.xcVOWTZndcZL::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/mbh-core/mbh-art/mbh-bg2.webp') center/cover no-repeat;
  opacity: 0.15;
}

.xdDHpJwgjislE {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.xdDHpJwgjislE h2 {
  margin-bottom: 1.5rem;
  color: var(--asz-text-light);
}

.xdDHpJwgjislE p {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  color: var(--asz-text-light);
  min-height: 1.8rem;
}

.RIFWPK {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.XMLEdVzgWhlX {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.XMLEdVzgWhlX i {
  color: var(--asz-lime-green);
  font-size: 1.2rem;
}

.uwqppAOacNyX {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.2rem 2.5rem;
  background: var(--asz-card-bg);
  color: var(--asz-text-light);
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: var(--asz-transition-smooth);
}

.uwqppAOacNyX:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: var(--asz-shadow-glow);
}

.xEgsFasGGaGDX {
  padding: 6rem 2rem;
  background: var(--asz-dark-bg);
}

.xEgsFasGGaGDX h2 {
  text-align: center;
  margin-bottom: 4rem;
  background: var(--asz-vibrant-gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.XtwDgfwurn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 1460px;
  margin: 0 auto;
}

.tFQTNxCyQr {
  background: var(--asz-card-bg);
  border-radius: var(--asz-border-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--asz-transition-smooth);
  position: relative;
}

.tFQTNxCyQr:hover {
  transform: translateY(-12px);
  box-shadow: var(--asz-shadow-glow);
}

.BIxOdVaYN {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--asz-vibrant-gradient-2);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}

.tFQTNxCyQr img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: var(--asz-transition-smooth);
}

.tFQTNxCyQr:hover img {
  transform: scale(1.1);
}

.tFQTNxCyQr h3 {
  padding: 1.5rem 1.5rem 0.5rem;
  font-size: 1.5rem;
  min-height: 1.9rem;
}

.LASALVwQuZgUnA {
  padding: 0 1.5rem;
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.LASALVwQuZgUnA i {
  color: var(--asz-orange);
  font-size: 1.2rem;
}

.qvaU {
  display: block;
  margin: 0 1.5rem 1.5rem;
  padding: 1rem 2rem;
  background: var(--asz-vibrant-gradient-1);
  color: white;
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
  transition: var(--asz-transition-smooth);
}

.qvaU:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(157, 45, 255, 0.4);
}

.oXQiaSYhKL {
  padding: 6rem 2rem;
  background: var(--asz-vibrant-gradient-2);
}

.PUMRKibfpXCt {
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.ZhOKEFCs h2 {
  margin-bottom: 1.5rem;
  color: var(--asz-text-light);
}

.ZhOKEFCs p {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  color: var(--asz-text-light);
  min-height: 1.7rem;
}

.JJWKIsD {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.NpmGsRUHvX {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.NpmGsRUHvX i {
  font-size: 1.5rem;
  color: var(--asz-electric-blue);
}

.tNLFtww {
  background: var(--asz-card-bg);
  backdrop-filter: blur(20px);
  border-radius: var(--asz-border-radius);
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.voGznx {
  margin-bottom: 1.5rem;
}

.voGznx input {
  width: 100%;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
  border-radius: 12px;
  color: var(--asz-text-light);
  font-size: 1rem;
  transition: var(--asz-transition-smooth);
}

.voGznx input:focus {
  border-color: var(--asz-electric-blue);
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}

.voGznx input:valid {
  border-color: var(--asz-lime-green);
}

.BPOcuoR {
  color: #fe6334;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  min-height: 1.2rem;
  display: none;
}

.OaohCNA {
  margin-bottom: 2rem;
}

.OaohCNA input[type="checkbox"] {
  margin-right: 0.75rem;
}

.OaohCNA label {
  font-size: 0.9rem;
  color: var(--asz-text-light);
}

.sGxnsVzo {
  width: 100%;
  padding: 1.2rem;
  background: var(--asz-vibrant-gradient-2);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: var(--asz-transition-smooth);
}

.sGxnsVzo:enabled:hover {
  transform: translateY(-3px);
  box-shadow: var(--asz-shadow-glow);
}

.sGxnsVzo:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.GqzXkTBIp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.InLshVNq {
  width: 200px;
  height: 200px;
  background: var(--asz-vibrant-gradient-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}

.InLshVNq i {
  font-size: 4rem;
  color: white;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

.VThyT {
  padding: 6rem 2rem;
  background: var(--asz-dark-bg);
}

.VThyT h2 {
  text-align: center;
  margin-bottom: 4rem;
  background: var(--asz-vibrant-gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rlrBpS {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1460px;
  margin: 0 auto;
}

.jCcDGjBVm {
  background: var(--asz-card-bg);
  border-radius: var(--asz-border-radius);
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--asz-transition-smooth);
  position: relative;
  overflow: hidden;
}

.jCcDGjBVm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--asz-vibrant-gradient-3);
}

.jCcDGjBVm:hover {
  transform: translateY(-8px);
  box-shadow: var(--asz-shadow-glow);
}

.pXynTvJXenBo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.pXynTvJXenBo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.PBPyTskKKk {
  flex: 1;
}

.PBPyTskKKk span {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.qvjmKbEXvG {
  display: flex;
  gap: 0.2rem;
}

.qvjmKbEXvG i {
  color: var(--asz-orange);
  font-size: 1rem;
}

.jCcDGjBVm p {
  font-style: italic;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  min-height: 1.6rem;
}

.HyiNzfPdFx {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--asz-text-muted);
}

.jlDPGFfGaS {
  padding: 6rem 2rem;
  background: var(--asz-vibrant-gradient-1);
  position: relative;
  overflow: hidden;
}

.jlDPGFfGaS::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/mbh-core/mbh-art/mbh-bg1.webp') center/cover no-repeat;
  opacity: 0.1;
}

.rUiz {
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rUiz h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--asz-text-light);
}

.sgIXEgGLjVvnCQ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.ziMcleHwGvA h3 {
  margin-bottom: 2rem;
  color: var(--asz-text-light);
  font-size: 1.6rem;
  min-height: 2rem;
}

.OzYfAByLzaQp {
  background: var(--asz-card-bg);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.WheWS {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: var(--asz-transition-smooth);
}

.WheWS:hover {
  background: rgba(255, 255, 255, 0.05);
}

.WheWS span {
  font-weight: 600;
  font-size: 1.05rem;
  min-height: 1.3rem;
}

.WheWS i {
  transition: var(--asz-transition-smooth);
  font-size: 1.2rem;
}

.OzYfAByLzaQp.active .WheWS i {
  transform: rotate(180deg);
}

.dqIdTtk {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: var(--asz-transition-smooth);
}

.OzYfAByLzaQp.active .dqIdTtk {
  padding: 0 1.5rem 1.5rem;
  max-height: 200px;
}

.dqIdTtk p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.idrbdbeczR {
  text-align: center;
  margin-top: 3rem;
}

.idrbdbeczR .KBivBFmM {
  background: var(--asz-card-bg);
  backdrop-filter: blur(20px);
  color: var(--asz-text-light);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.idrbdbeczR .KBivBFmM:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--asz-electric-blue);
}

.SmLFiamd {
  padding: 6rem 2rem;
  background: var(--asz-dark-bg);
}

.fYtfjUvwl {
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  align-items: center;
}

.FbLYBWMB h2 {
  margin-bottom: 2rem;
  background: var(--asz-vibrant-gradient-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.FbLYBWMB p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  min-height: 1.7rem;
}

.MmGOnvVUuJWKHM {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.MmGOnvVUuJWKHM a {
  display: block;
  padding: 1rem 1.5rem;
  background: var(--asz-card-bg);
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--asz-transition-smooth);
}

.MmGOnvVUuJWKHM a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  border-color: var(--asz-lime-green);
}

.eSipAQ {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ddDFOPhxfiGSPo {
  width: 150px;
  height: 150px;
  background: var(--asz-vibrant-gradient-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s ease-in-out infinite;
}

.ddDFOPhxfiGSPo i {
  font-size: 4rem;
  color: white;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.vURIX {
  background: #05050a;
  padding: 4rem 2rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gVvxIVdzsY {
  max-width: 1460px;
  margin: 0 auto;
}

.zhEdJAe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zhEdJAe span {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Cormorant', serif;
}

.rhtLHiuqsooD {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.rhtLHiuqsooD a, .rhtLHiuqsooD button {
  color: var(--asz-text-muted);
  font-size: 0.9rem;
  transition: var(--asz-transition-smooth);
}

.rhtLHiuqsooD a:hover, .rhtLHiuqsooD button:hover {
  color: var(--asz-electric-blue);
}

.ZyzGXWP {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ZyzGXWP span {
  color: var(--asz-text-muted);
  font-size: 0.9rem;
}

.NRuToQKsRqK {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.lLuLjpeWfSG {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: rgba(116, 116, 116, 0.5);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.lLuLjpeWfSG:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.lLuLjpeWfSG img {
  border-radius: 6px;  
}

.ywopKaqFch img {
  max-height: 40px !important;
}

.lwSprJCFVL img {
  max-height: 33px !important;
}

.ywopKaqFch {
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.5);
}

.ywopKaqFch:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 15px rgba(0, 224, 255, 0.3);
}

.ywopKaqFch img {
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.ywopKaqFch:hover img {
  transform: scale(1.05);
}

.iEuasrrznSfDlq, .tXYLVaFwjvTA, .YCTEiJQUe, .rHIpdXxHDM {
  display: none;
  position: fixed;
  z-index: 2000;
}

.iEuasrrznSfDlq.active, .tXYLVaFwjvTA.active, .YCTEiJQUe.active, .rHIpdXxHDM.active {
  display: block;
}

.QLOkISaWX, .kMbHwNrIVzw {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}

.OKMXvYtyUF, .BubAvxCCSmFF, .uJKhjWxJJI {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--asz-dark-bg);
  border-radius: var(--asz-border-radius);
  padding: 3rem;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.XqlKsjAy, .tBmYjnCYsfko {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  color: var(--asz-text-muted);
  font-size: 1.5rem;
  transition: var(--asz-transition-smooth);
}

.XqlKsjAy:hover, .tBmYjnCYsfko:hover {
  color: var(--asz-neon-pink);
  transform: rotate(90deg);
}

.jfTqXieUk {
  text-align: center;
  margin-bottom: 2.5rem;
}

.jfTqXieUk h2 {
  margin-bottom: 1rem;
  background: var(--asz-vibrant-gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.jfTqXieUk p {
  color: var(--asz-text-muted);
  min-height: 1.5rem;
}

.CeQRqx {
  margin-bottom: 2.5rem;
}

.MppHtnSQeRHLX {
  margin-bottom: 1.5rem;
}

.MppHtnSQeRHLX input, .MppHtnSQeRHLX textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
  border-radius: 12px;
  color: var(--asz-text-light);
  font-size: 1rem;
  transition: var(--asz-transition-smooth);
  font-family: 'IBM Plex Sans', sans-serif;
}

.MppHtnSQeRHLX textarea {
  min-height: 120px;
  resize: vertical;
}

.MppHtnSQeRHLX input:focus, .MppHtnSQeRHLX textarea:focus {
  border-color: var(--asz-electric-blue);
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}

.MppHtnSQeRHLX input:valid, .MppHtnSQeRHLX textarea:valid {
  border-color: var(--asz-lime-green);
}

.wgEXyzqSfnB {
  color: #fe6334;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  min-height: 1.2rem;
  display: none;
}

.KIXeQO {
  margin-bottom: 2rem;
}

.KIXeQO input[type="checkbox"] {
  margin-right: 0.75rem;
}

.KIXeQO label {
  font-size: 0.9rem;
  color: var(--asz-text-light);
}

.HlvlYRYJ {
  width: 100%;
  padding: 1.2rem;
  background: var(--asz-vibrant-gradient-2);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: var(--asz-transition-smooth);
}

.HlvlYRYJ:enabled:hover {
  transform: translateY(-3px);
  box-shadow: var(--asz-shadow-glow);
}

.HlvlYRYJ:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tHeDTYYodARm h3 {
  margin-bottom: 1.5rem;
  color: var(--asz-text-light);
  font-size: 1.3rem;
  min-height: 1.6rem;
}

.hsxl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.BFKOmkdKGQkN {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: var(--asz-transition-smooth);
}

.BFKOmkdKGQkN:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.BFKOmkdKGQkN i {
  font-size: 1.5rem;
  color: var(--asz-electric-blue);
}

.BubAvxCCSmFF {
  text-align: center;
  max-width: 500px;
}

.GtzyuabpTLzp {
  font-size: 4rem;
  color: var(--asz-lime-green);
  margin-bottom: 1.5rem;
}

.BubAvxCCSmFF h3 {
  margin-bottom: 1rem;
  color: var(--asz-text-light);
}

.BubAvxCCSmFF p {
  margin-bottom: 2rem;
  color: var(--asz-text-muted);
  min-height: 1.5rem;
}

.iGQBBYPpvr {
  padding: 1rem 2rem;
  background: var(--asz-vibrant-gradient-1);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  transition: var(--asz-transition-smooth);
}

.iGQBBYPpvr:hover {
  transform: translateY(-3px);
  box-shadow: var(--asz-shadow-glow);
}

.TaGqMZ {
  display: none;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: var(--asz-border-radius);
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
}

.TaGqMZ-content {
  text-align: center;
}

.TaGqMZ h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #00ffb3;
  min-height: 2.2rem;
}

.TaGqMZ p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  font-size: 1.1rem;
  min-height: 1.6rem;
}

.UUATxTStCPCkSq {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.gGKfTpJxU,
.ZcCGaeNVJSN {
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.gGKfTpJxU {
  background: rgba(255, 102, 68, 0.2);
  color: #fe6334;
  border: 1px solid #fe6334;
}

.gGKfTpJxU:hover {
  background: #fe6334;
  color: white;
  transform: translateY(-2px);
}

.ZcCGaeNVJSN {
  background: var(--asz-card-bg);
  color: var(--asz-text-light);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ZcCGaeNVJSN:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}


.YCTEiJQUe {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--asz-dark-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 2rem;
  z-index: 1500;
}

.nEEgKhZI {
  max-width: 1460px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.nEEgKhZI p {
  flex: 1;
  margin: 0;
  color: var(--asz-text-muted);
  font-size: 0.9rem;
}

.UjLiSyk {
  padding: 0.75rem 1.5rem;
  background: var(--asz-vibrant-gradient-1);
  color: white;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--asz-transition-smooth);
}

.UjLiSyk:hover {
  transform: translateY(-2px);
  box-shadow: var(--asz-shadow-glow);
}

.rHIpdXxHDM {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 3000;
  display: none;
}

.EHaPRYfzBF {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

.uJKhjWxJJI {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--asz-dark-bg);
  border-radius: var(--asz-border-radius);
  padding: 3rem;
  max-width: 500px;
  width: 90%;
  text-align: center;
  border: 2px solid var(--asz-neon-pink);
  box-shadow: 0 0 50px rgba(254, 109, 36, 0.5);
}

.xgQj {
  font-size: 4rem;
  color: var(--asz-neon-pink);
  margin-bottom: 1.5rem;
}

.uJKhjWxJJI h2 {
  margin-bottom: 1rem;
  color: var(--asz-text-light);
}

.uJKhjWxJJI p {
  margin-bottom: 2rem;
  color: var(--asz-text-muted);
  min-height: 1.5rem;
}

.EsHjYo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.lwSprJCFVL {
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 0.5rem;
  background: rgba(112, 112, 112, 0.5);
}

.lwSprJCFVL:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 15px rgba(255, 45, 117, 0.3);
}

.lwSprJCFVL img {
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.lwSprJCFVL:hover img {
  transform: scale(1.05);
}

.oxYstFwEaTfuR {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: rgba(112, 112, 112, 0.5);
  border-radius: 8px;
}

.oxYstFwEaTfuR img {
  border-radius: 6px;
}

.CLVipW {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.CLVipW button {
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  transition: var(--asz-transition-smooth);
  min-width: 140px;
}

.heVTZMPH {
  background: var(--asz-vibrant-gradient-1);
  color: white;
}

.heVTZMPH:hover {
  transform: translateY(-3px);
  box-shadow: var(--asz-shadow-glow);
}

.iKOKpTJZ {
  background: rgba(255, 255, 255, 0.1);
  color: var(--asz-text-light);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.iKOKpTJZ:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .ftpTDaWwxGoHPR {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .YYqjMacZpMGMkHg {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  .XtwDgfwurn {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  .rlrBpS {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .zhEdJAe {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  
  .ZyzGXWP {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 2.8rem; min-height: 3.4rem; }
  h2 { font-size: 2.2rem; min-height: 2.7rem; }
  h3 { font-size: 1.5rem; min-height: 1.9rem; }
  
  .XDACGXzLRIBA {
    display: block;
  }

  .CEUnvJeW {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(10, 10, 20, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 2rem;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .CEUnvJeW.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .aABlycdg, .KBivBFmM {
    justify-content: center;
    margin: 0.5rem 0;
  }
  
  .yMetcYMbRaLZ {
    padding: 0 1rem;
  }
  
  .gdtuaL {
    padding: 5rem 1rem 1rem;
  }
  
  .ftpTDaWwxGoHPR {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .gFZQz, .FjKdvujoiH, .xcVOWTZndcZL, 
  .xEgsFasGGaGDX, .oXQiaSYhKL, .VThyT,
  .jlDPGFfGaS, .SmLFiamd {
    padding: 4rem 1rem;
  }
  
  .YYqjMacZpMGMkHg {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .QTPKVxnk, .PUMRKibfpXCt, .fYtfjUvwl {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .UUATxTStCPCkSq {
    flex-direction: column;
  }
  
  .gGKfTpJxU,
  .ZcCGaeNVJSN {
    width: 100%;
  }
  
  .XtwDgfwurn {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .sgIXEgGLjVvnCQ {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ddDFOPhxfiGSPo {
    margin: 5rem auto;
  }
  
  .vURIX {
    padding: 3rem 1rem 1rem;
  }
  
  .rhtLHiuqsooD {
    flex-direction: column;
    gap: 1rem;
  }
  
  .aszfooterpolicies {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  
  .EsHjYo {
    gap: 0.75rem;
  }
  
  .lwSprJCFVL,
  .oxYstFwEaTfuR {
    padding: 0.4rem;
  }
  
  .lwSprJCFVL img {
    width: 80px;
    height: 26px;
  }
  
  .oxYstFwEaTfuR img {
    width: 26px;
    height: 26px;
  }
  
  .NRuToQKsRqK {
    justify-content: center;
    gap: 1rem;
  }
  
  .ywopKaqFch,
  .lLuLjpeWfSG {
    padding: 0.5rem;
  }
  
  .ywopKaqFch img {
    width: 100px;
    height: 33px;
  }
  
  .lLuLjpeWfSG img {
    width: 33px;
    height: 33px;
  }
  
  .OKMXvYtyUF, .BubAvxCCSmFF, .uJKhjWxJJI {
    padding: 2rem;
    width: 95%;
  }
  
  .nEEgKhZI {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .CLVipW {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 2.2rem; min-height: 2.7rem; }
  h2 { font-size: 1.8rem; min-height: 2.2rem; }
  h3 { font-size: 1.3rem; min-height: 1.6rem; }
  
  .yMetcYMbRaLZ {
    padding: 0 0.5rem;
  }
  
  .gdtuaL, .gFZQz, .FjKdvujoiH, 
  .xcVOWTZndcZL, .xEgsFasGGaGDX, .oXQiaSYhKL,
  .VThyT, .jlDPGFfGaS, .SmLFiamd {
    padding: 3rem 0.5rem;
  }

  .gdtuaL {
    padding-top: 5rem;
  }

  .AnffBiKm,
  .TIFzvCPVMkHZl {
    max-width: 295px;
  }
  
  .YYqjMacZpMGMkHg {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .KxNIquynXs, .tNLFtww {
    padding: 1.5rem;
  }
  
  .RIFWPK {
    flex-direction: column;
    gap: 1rem;
  }
  
  .MmGOnvVUuJWKHM {
    grid-template-columns: 1fr;
  }
  
  .OKMXvYtyUF, .BubAvxCCSmFF, .uJKhjWxJJI {
    padding: 1.5rem;
  }

  .EsHjYo {
    gap: 0.5rem;
  }
  
  .lwSprJCFVL img {
    width: 70px;
    height: 23px;
  }
  
  .oxYstFwEaTfuR img {
    width: 23px;
    height: 23px;
  }
  
  .NRuToQKsRqK {
    gap: 0.75rem;
  }
  
  .ywopKaqFch img {
    width: 80px;
    height: 27px;
  }
  
  .lLuLjpeWfSG img {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 320px) {
  .yMetcYMbRaLZ, .gdtuaL, .gFZQz,
  .FjKdvujoiH, .xcVOWTZndcZL, .xEgsFasGGaGDX,
  .oXQiaSYhKL, .VThyT, .jlDPGFfGaS,
  .SmLFiamd, .vURIX {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  
  .KxNIquynXs, .tNLFtww, .jCcDGjBVm,
  .OzYfAByLzaQp, .OKMXvYtyUF, .BubAvxCCSmFF {
    padding: 1rem;
  }
  
  .eosIpvCNd, .nhsUfcWrHLEG {
    padding: 1.5rem 1rem;
  }

  .EsHjYo {
    gap: 0.3rem;
  }
  
  .lwSprJCFVL,
  .oxYstFwEaTfuR {
    padding: 0.3rem;
  }
  
  .lwSprJCFVL img {
    width: 60px;
    height: 20px;
  }
  
  .oxYstFwEaTfuR img {
    width: 20px;
    height: 20px;
  }
  
  .NRuToQKsRqK {
    gap: 0.5rem;
  }
  
  .ywopKaqFch,
  .lLuLjpeWfSG {
    padding: 0.4rem;
  }
  
  .ywopKaqFch img {
    width: 70px;
    height: 23px;
  }
  
  .lLuLjpeWfSG img {
    width: 23px;
    height: 23px;
  }
}

.wknGBZdsL {
  background: linear-gradient(135deg, #0a0a14 0%, #1a1a2e 100%);
  min-height: 100vh;
  padding-top: 80px;
}

.YICuKJ {
  background: linear-gradient(45deg, #4257f6 0%, #5e1eff 50%, #ff6c2d 100%);
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.YICuKJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/mbh-core/mbh-art/mbh-bg3.webp') center/cover no-repeat;
  opacity: 0.1;
}

.pChldu {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pChldu h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #ffffff, #b4d462);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 4.2rem;
}

.pChldu p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  min-height: 1.8rem;
}

.XoopxRakjqkI {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  animation: float 3s ease-in-out infinite;
}

.XoopxRakjqkI i {
  font-size: 3rem;
  color: #b4d462;
}

.Mxqkbx {
  max-width: 1460px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.mjrrY h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #b4d462, #00ffb3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 3rem;
}

.mjrrY > p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
  line-height: 1.6;
  min-height: 1.6rem;
}

.TQZtbypVzqZdJ {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ZNtgJV {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.ZNtgJV::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.ZNtgJV:hover::before {
  left: 100%;
}

.ZNtgJV:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 224, 255, 0.2);
  border-color: #b4d462;
}

.PSSeXiy {
  flex-shrink: 0;
  position: relative;
  top: 15px;
  left: 15px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #882dff, #ff8a00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s ease-in-out infinite;
}

.PSSeXiy i {
  font-size: 2rem;
  color: white;
}

.rBVEKO h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #b4d462;
  min-height: 1.8rem;
}

.rBVEKO p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 1.05rem;
  min-height: 1.5rem;
}

.YBBoLkZ {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tURIYvqmJsF {
  background: linear-gradient(135deg, rgba(123, 66, 246, 0.2), rgba(255, 115, 45, 0.2));
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(123, 66, 246, 0.3);
  backdrop-filter: blur(10px);
}

.tURIYvqmJsF i {
  font-size: 2.5rem;
  color: #00ffb3;
  margin-bottom: 1rem;
  display: block;
}

.tURIYvqmJsF h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: white;
  min-height: 1.6rem;
}

.tURIYvqmJsF p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  min-height: 1.3rem;
}

.PqXmSFkIXeXK {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.PqXmSFkIXeXK i {
  font-size: 2.5rem;
  color: #ff8a00;
  margin-bottom: 1rem;
  display: block;
}

.PqXmSFkIXeXK h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: white;
  min-height: 1.5rem;
}

.PqXmSFkIXeXK p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  font-weight: 600;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@media (max-width: 1024px) {
  .Mxqkbx {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .YBBoLkZ {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .tURIYvqmJsF,
  .PqXmSFkIXeXK {
    flex: 1;
    margin: 0 1rem;
  }
}

@media (max-width: 768px) {
  .YICuKJ {
    padding: 3rem 1rem;
  }
  
  .pChldu h1 {
    font-size: 2.5rem;
    min-height: 3rem;
  }
  
  .Mxqkbx {
    padding: 3rem 1rem;
  }
  
  .ZNtgJV {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }
  
  .PSSeXiy {
    margin: 35px auto 0;
  }
  
  .YBBoLkZ {
    flex-direction: column;
  }
  
  .tURIYvqmJsF,
  .PqXmSFkIXeXK {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .YICuKJ {
    padding: 2rem 0.5rem;
  }
  
  .pChldu h1 {
    font-size: 2rem;
    min-height: 2.4rem;
  }
  
  .pChldu p {
    font-size: 1.1rem;
  }
  
  .Mxqkbx {
    padding: 2rem 0.5rem;
  }
  
  .ZNtgJV {
    padding: 1.5rem;
  }
  
  .mjrrY h2 {
    font-size: 1.8rem;
    min-height: 2.2rem;
  }
}

@media (max-width: 320px) {
  .YICuKJ,
  .Mxqkbx {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  
  .ZNtgJV {
    padding: 1rem;
  }
}

.xzeCyVsjHT {
  background: linear-gradient(135deg, #0a1314 0%, #1a2e2e 50%, #163e3d 100%);
  min-height: 100vh;
  padding-top: 80px;
}

.cdXGA {
  background: linear-gradient(225deg, #b4d462 0%, #00ffb3 50%, #ff8a00 100%);
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cdXGA::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/mbh-core/mbh-art/mbh-bg2.webp') center/cover no-repeat;
  opacity: 0.15;
}

.mUqBLAASIxlCB {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mUqBLAASIxlCB h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #ffffff, #6724f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 4.2rem;
}

.mUqBLAASIxlCB p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  line-height: 1.6;
  min-height: 1.8rem;
}

.RBIvDkhxfMT {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: spin 8s linear infinite;
}

.RBIvDkhxfMT i {
  font-size: 2.5rem;
  color: #882dff;
}

.YcNv {
  max-width: 1460px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.wdIxromvcihjk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-bottom: 4rem;
}

.HNiEbsIWjq {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  padding: 3rem 2.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.HNiEbsIWjq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #882dff, #ff8a00, #00ffb3, #b4d462);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.HNiEbsIWjq:hover::before {
  opacity: 1;
}

.HNiEbsIWjq:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(123, 66, 246, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.vepSDDN {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Cormorant', serif;
}

.HNiEbsIWjq i {
  font-size: 3.5rem;
  margin-top: 25px;
  margin-left: 20px;
  margin-bottom: 1.5rem;
  display: block;
  background: linear-gradient(135deg, #b4d462, #00ffb3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: bounce 2s ease-in-out infinite;
}

.HNiEbsIWjq h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #b4d462;
  min-height: 2rem;
}

.HNiEbsIWjq p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 1.05rem;
  min-height: 1.5rem;
}

.qjMBsx {
  background: linear-gradient(135deg, rgba(123, 66, 246, 0.2), rgba(255, 45, 117, 0.2));
  border-radius: 25px;
  padding: 3rem;
  text-align: center;
  border: 1px solid rgba(123, 66, 246, 0.3);
  backdrop-filter: blur(10px);
}

.opqJUyKcGd i {
  font-size: 3rem;
  color: #ff8a00;
  margin-bottom: 1.5rem;
  display: block;
  animation: shake 2s ease-in-out infinite;
}

.opqJUyKcGd h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: white;
  min-height: 2.2rem;
}

.opqJUyKcGd p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  min-height: 1.6rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

@keyframes shake {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  75% { transform: rotate(-5deg); }
}

@media (max-width: 1024px) {
  .wdIxromvcihjk {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .cdXGA {
    padding: 3rem 1rem;
  }
  
  .mUqBLAASIxlCB h1 {
    font-size: 2.5rem;
    min-height: 3rem;
  }
  
  .YcNv {
    padding: 3rem 1rem;
  }
  
  .HNiEbsIWjq {
    padding: 2.5rem 2rem;
  }
  
  .qjMBsx {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 480px) {
  .cdXGA {
    padding: 2rem 0.5rem;
  }
  
  .mUqBLAASIxlCB h1 {
    font-size: 2rem;
    min-height: 2.4rem;
  }
  
  .mUqBLAASIxlCB p {
    font-size: 1.1rem;
  }
  
  .YcNv {
    padding: 2rem 0.5rem;
  }
  
  .HNiEbsIWjq {
    padding: 2rem 1.5rem;
  }
  
  .HNiEbsIWjq h2 {
    font-size: 1.4rem;
    min-height: 1.8rem;
  }
  
  .qjMBsx {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 320px) {
  .cdXGA,
  .YcNv {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  
  .HNiEbsIWjq {
    padding: 1.5rem 1rem;
  }
}

.yqsibV {
  background: linear-gradient(135deg, #0a1214 0%, #211b2e 100%);
  min-height: 100vh;
  padding-top: 80px;
}

.gzzoxtljm {
  background: linear-gradient(45deg, #882dff 0%, #ff8a00 50%, #00ffb3 100%);
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gzzoxtljm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/mbh-core/mbh-art/mbh-bg1.webp') center/cover no-repeat;
  opacity: 0.1;
}

.QtNvRBnuw {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.QtNvRBnuw h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #ffffff, #ff8a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 4.2rem;
}

.QtNvRBnuw p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  line-height: 1.6;
  min-height: 1.8rem;
}

.FrJqcpJMsiOc {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  animation: rotate 4s linear infinite;
}

.FrJqcpJMsiOc i {
  font-size: 3rem;
  color: #7b42f6;
}

.hbjFNNHrMBoZ {
  max-width: 1460px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.ApfmlScdcKcA h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #00ffb3, #b4d462);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 3rem;
}

.ApfmlScdcKcA > p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
  line-height: 1.6;
  min-height: 1.6rem;
}

.MuhrPfNNvO {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.DcOFJJqVSYy {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.DcOFJJqVSYy:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(255, 45, 117, 0.2);
  border-color: #882dff;
}

.uPKw {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #7b42f6, #b01eff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: glow 2s ease-in-out infinite alternate;
}

.uPKw i {
  font-size: 1.8rem;
  color: white;
}

.MNxDxOp h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #b4d462;
  min-height: 1.7rem;
}

.MNxDxOp p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 1rem;
  min-height: 1.4rem;
}

.mSFlXClgcf {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #ff8a00;
  font-weight: 600;
}

.pAqd {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.FqdlKc {
  background: linear-gradient(135deg, rgba(0, 255, 162, 0.1), rgba(30, 0, 255, 0.1));
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  border: 1px solid rgba(0, 224, 255, 0.3);
  backdrop-filter: blur(10px);
}

.FqdlKc h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
  min-height: 1.8rem;
}

.FqdlKc p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  font-size: 1rem;
  min-height: 1.3rem;
}

.uvpBidv {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.AyqSouWZoF,
.CIMQK {
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.AyqSouWZoF {
  background: linear-gradient(135deg, #00ffb3, #b4d462);
  color: #0a0a14;
}

.AyqSouWZoF:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 255, 136, 0.4);
}

.CIMQK {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.CIMQK:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.CmSCLnSozjW {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.CmSCLnSozjW i {
  font-size: 2.5rem;
  color: #ff8a00;
  margin-bottom: 1rem;
  display: block;
}

.CmSCLnSozjW h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: white;
  min-height: 1.6rem;
}

.CmSCLnSozjW p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  min-height: 1.3rem;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes glow {
  0% { box-shadow: 0 0 10px rgba(60, 79, 225, 0.5); }
  100% { box-shadow: 0 0 20px rgba(66, 69, 246, 0.8), 0 0 30px rgba(66, 129, 246, 0.6); }
}

@media (max-width: 1024px) {
  .hbjFNNHrMBoZ {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .MuhrPfNNvO {
    grid-template-columns: 1fr;
  }
  
  .pAqd {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .FqdlKc,
  .CmSCLnSozjW {
    flex: 1;
    margin: 0 1rem;
  }
}

@media (max-width: 768px) {
  .gzzoxtljm {
    padding: 3rem 1rem;
  }
  
  .QtNvRBnuw h1 {
    font-size: 2.5rem;
    min-height: 3rem;
  }
  
  .hbjFNNHrMBoZ {
    padding: 3rem 1rem;
  }
  
  .DcOFJJqVSYy {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }
  
  .uPKw {
    margin: 0 auto;
  }
  
  .pAqd {
    flex-direction: column;
  }
  
  .FqdlKc,
  .CmSCLnSozjW {
    margin: 0;
  }
  
  .uvpBidv {
    flex-direction: row;
    justify-content: center;
  }
  
  .AyqSouWZoF,
  .CIMQK {
    flex: 1;
  }
}

@media (max-width: 480px) {
  .gzzoxtljm {
    padding: 2rem 0.5rem;
  }
  
  .QtNvRBnuw h1 {
    font-size: 2rem;
    min-height: 2.4rem;
  }
  
  .QtNvRBnuw p {
    font-size: 1.1rem;
  }
  
  .hbjFNNHrMBoZ {
    padding: 2rem 0.5rem;
  }
  
  .DcOFJJqVSYy {
    padding: 1.5rem;
  }
  
  .ApfmlScdcKcA h2 {
    font-size: 1.8rem;
    min-height: 2.2rem;
  }
  
  .uvpBidv {
    flex-direction: column;
  }
}

@media (max-width: 320px) {
  .gzzoxtljm,
  .hbjFNNHrMBoZ {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  
  .DcOFJJqVSYy {
    padding: 1rem;
  }
  
  .FqdlKc,
  .CmSCLnSozjW {
    padding: 1.5rem;
  }
}

.CoVMQBrbgwpFf {
  background: linear-gradient(135deg, #0a0a14 0%, #1a1a2e 50%, #23163e 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.pSaLZSrtDFoH {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.BVmGtr {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.QAKtzsXxR {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #882dff, #ff8a00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 40px rgba(255, 139, 45, 0.6);
}

.QAKtzsXxR i {
  font-size: 3rem;
  color: white;
  animation: spin 3s linear infinite;
}

.RzvBwicre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border: 2px dashed rgba(0, 224, 255, 0.4);
  border-radius: 50%;
  animation: orbit 8s linear infinite;
}

.RzvBwicre i {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #b4d462;
  animation: bounce 2s ease-in-out infinite;
}

.pgFsUhHFaaeE {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.CnqwwHpDss {
  position: absolute;
  background: #00ffb3;
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

.CnqwwHpDss:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 20%;
  left: 30%;
  animation-delay: 0s;
}

.CnqwwHpDss:nth-child(2) {
  width: 6px;
  height: 6px;
  top: 60%;
  left: 20%;
  animation-delay: 0.5s;
}

.CnqwwHpDss:nth-child(3) {
  width: 10px;
  height: 10px;
  top: 40%;
  left: 70%;
  animation-delay: 1s;
}

.CnqwwHpDss:nth-child(4) {
  width: 7px;
  height: 7px;
  top: 80%;
  left: 60%;
  animation-delay: 1.5s;
}

.CnqwwHpDss:nth-child(5) {
  width: 5px;
  height: 5px;
  top: 30%;
  left: 80%;
  animation-delay: 2s;
}

.YfmjAd {
  text-align: left;
}

.YfmjAd h1 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #882dff, #b4d462, #00ffb3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 4.8rem;
  line-height: 1.1;
}

.YfmjAd p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  min-height: 1.6rem;
}

.YyINmoqi {
  display: flex;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.nqGbSH {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  flex: 1;
}

.nqGbSH:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
  border-color: #b4d462;
}

.nqGbSH i {
  font-size: 2rem;
  color: #00ffb3;
}

.nqGbSH span {
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  text-align: center;
}

.jbLmWJLUOjM {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.2rem 2.5rem;
  background: linear-gradient(135deg, #4842f6, #5e1eff);
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
}

.jbLmWJLUOjM:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(75, 66, 246, 0.4);
  background: linear-gradient(135deg, #5e1eff, #502dff);
}

.XhVQDIcjO {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.qykrRGCpNcA {
  position: absolute;
  background: white;
  border-radius: 50%;
  animation: twinkle 4s ease-in-out infinite;
}

.qykrRGCpNcA:nth-child(1) {
  width: 2px;
  height: 2px;
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}

.qykrRGCpNcA:nth-child(2) {
  width: 3px;
  height: 3px;
  top: 25%;
  left: 80%;
  animation-delay: 1s;
}

.qykrRGCpNcA:nth-child(3) {
  width: 2px;
  height: 2px;
  top: 50%;
  left: 40%;
  animation-delay: 2s;
}

.qykrRGCpNcA:nth-child(4) {
  width: 4px;
  height: 4px;
  top: 70%;
  left: 10%;
  animation-delay: 1.5s;
}

.qykrRGCpNcA:nth-child(5) {
  width: 2px;
  height: 2px;
  top: 85%;
  left: 60%;
  animation-delay: 0.5s;
}

.qykrRGCpNcA:nth-child(6) {
  width: 3px;
  height: 3px;
  top: 30%;
  left: 60%;
  animation-delay: 2.5s;
}

.qykrRGCpNcA:nth-child(7) {
  width: 2px;
  height: 2px;
  top: 45%;
  left: 85%;
  animation-delay: 1.8s;
}

.qykrRGCpNcA:nth-child(8) {
  width: 4px;
  height: 4px;
  top: 65%;
  left: 30%;
  animation-delay: 0.8s;
}

.qykrRGCpNcA:nth-child(9) {
  width: 2px;
  height: 2px;
  top: 15%;
  left: 50%;
  animation-delay: 3s;
}

.qykrRGCpNcA:nth-child(10) {
  width: 3px;
  height: 3px;
  top: 75%;
  left: 90%;
  animation-delay: 2.2s;
}

@keyframes orbit {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 1; }
  50% { transform: translateY(-20px) rotate(180deg); opacity: 0.7; }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}

@media (max-width: 1024px) {
  .pSaLZSrtDFoH {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  
  .BVmGtr {
    width: 300px;
    height: 300px;
  }
  
  .RzvBwicre {
    width: 250px;
    height: 250px;
  }
  
  .QAKtzsXxR {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .CoVMQBrbgwpFf {
    padding: 1rem;
  }
  
  .YfmjAd h1 {
    font-size: 3rem;
    min-height: 3.6rem;
  }
  
  .BVmGtr {
    width: 250px;
    height: 250px;
  }
  
  .RzvBwicre {
    width: 200px;
    height: 200px;
  }
  
  .QAKtzsXxR {
    width: 80px;
    height: 80px;
  }
  
  .YyINmoqi {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .CoVMQBrbgwpFf {
    padding: 0.5rem;
  }
  
  .YfmjAd h1 {
    font-size: 2.5rem;
    min-height: 3rem;
  }
  
  .YfmjAd p {
    font-size: 1.1rem;
  }
  
  .BVmGtr {
    width: 200px;
    height: 200px;
  }
  
  .RzvBwicre {
    width: 160px;
    height: 160px;
  }
  
  .QAKtzsXxR {
    width: 60px;
    height: 60px;
  }
  
  .QAKtzsXxR i {
    font-size: 2rem;
  }
  
  .RzvBwicre i {
    font-size: 1.5rem;
  }
}

@media (max-width: 320px) {
  .CoVMQBrbgwpFf {
    padding: 0.3rem;
  }
  
  .YfmjAd h1 {
    font-size: 2rem;
    min-height: 2.4rem;
  }
  
  .BVmGtr {
    width: 180px;
    height: 180px;
  }
  
  .RzvBwicre {
    width: 140px;
    height: 140px;
  }
}