@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lilita One", sans-serif;
}
body {
  height: 100vh;
  background-image: url(../images/2xfypfggCDMv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* Mobile: تكبير الصفحة كاملة بـ 15% مع الحفاظ على التوسيط */
@media (max-width: 640px){
  body{
    zoom: 1.2;
  }
  .container{
    margin-inline: auto;
  }
}
.logo {
  width: 115px;
}
img {
  width: 100%;
}
p {
  margin-top: 17px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
}
button{
    background-color: rgb(241, 245, 16);
    cursor: pointer;
    border: 1px solid #171717f1;
    outline: none;
    border-radius: 5px;
    padding: 11px 25px;
    color: #fff;
  font-size: 21px;
  font-weight: bolder;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.playstore{
    width: 240px;
    max-width: 92vw;
    min-height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 12px;
    padding: 8px 14px;
    cursor: pointer;
    box-sizing: border-box;
}
.playstore img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}
.btn-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    min-width: 0;
}
.btn-text .t1{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}
.btn-text .t2{
    display: block;
    color: #b0b6c0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}
.p2{
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 18px;
    text-align: center;
}
.p3{
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.65);
    text-align: center;
}
.appstore{
    width: 240px;
    max-width: 92vw;
    min-height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 12px;
    padding: 8px 14px;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 10px;
}
.appstore img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}