/* ============================= */
/* LOGO HEADER (déjà OK)         */
/* ============================= */

/* Masque le logo original (SVG inline) */
.pg-mobile-header__logo__icon {
  display: none !important;
}

/* Affiche le nouveau logo */
.pg-mobile-header__logo {
  width: 118px;
  height: 20px;
  background-image: url("/static/media/logo-next-generation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


/* ============================= */
/* MESSAGE LANDING PAGE          */
/* ============================= */

/* Masquer les titres Baseapp */
.pg-landing-screen__market-info__wrap__title h1 {
  display: none !important;
}

/* Injecter le nouveau message */
.pg-landing-screen__market-info__wrap__title::before {
  content: "Welcome to NewBitcoin Exchange";
  display: block;
  font-size: 42px;
  font-weight: 800;
  color: #1e6cff;
  margin-bottom: 14px;
  line-height: 1.2;
}

/* (optionnel) sous-titre marketing */
.pg-landing-screen__market-info__wrap__title::after {
  content: "Trade the future generation of decentralized cryptocurrency";
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #9aa4b2;
  margin-bottom: 28px;
}

/* Garder le bouton mais changer le texte */
.pg-landing-screen__market-info__wrap__title .landing-button {
  font-size: 0 !important;
}

.pg-landing-screen__market-info__wrap__title .landing-button::after {
  content: "Start trading NewBitcoin";
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
