:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-714ccc2 */.u5-download-page,
.u5-bridge-page{
  padding: 40px 20px;
  background: noe;
  font-family: "FuturaSCOM", Arial, sans-serif;
}

.u5-download-card,
.u5-bridge-card{
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #eadbfd;
  box-shadow: 0 12px 32px rgba(0,0,0,0.05);
}

.u5-logo-wrap{
  text-align: center;
  margin-bottom: 20px;
}

.u5-logo-wrap img{
  max-width: 140px;
}

.u5-title{
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
  color: #2f2453;
}

.u5-subtext{
  text-align: center;
  font-size: 17px;
  color: #5e5872;
  max-width: 700px;
  margin: 0 auto 30px;
}

.u5-options{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.u5-option-card{
  background: #faf7ff;
  border: 1px solid #dfcff8;
  border-radius: 20px;
  padding: 24px;
  cursor: pointer;
  transition: 0.25s;
}

.u5-option-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(138, 90, 255, 0.10);
}

.u5-option-title{
  font-size: 20px;
  color: #6f35e9;
  display: block;
  margin-bottom: 6px;
}

.u5-option-text{
  font-size: 14px;
  color: #555;
}

.u5-note{
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* DOWNLOAD PAGE */

.u5-store-buttons{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.u5-store-btn img{
  height: 60px;
}

.u5-download-actions{
  margin-top: 30px;
  text-align: center;
}

.u5-btn{
  background: linear-gradient(135deg, #8d41ff, #6f35e9);
  color: #fff;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
}

.u5-progress{
  height: 14px;
  background: #ddd;
  border-radius: 999px;
  margin-bottom: 30px;
}

.u5-progress-fill{
  width: 50%;
  height: 100%;
  background: #79b53e;
  border-radius: 999px;
}

@media(max-width:768px){
  .u5-options{
    grid-template-columns: 1fr;
  }

  .u5-title{
    font-size: 26px;
  }
}/* End custom CSS */