*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  width:100%;
  min-height:100%;
  background:#050505;
  color:#fff;
  font-family:Arial,sans-serif;
}
header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:30;
  padding:18px 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  letter-spacing:2px;
  pointer-events:none;
}
.brand{font-size:16px;font-weight:700}
#screenTitle{font-size:12px;opacity:.9}
.screen{
  display:none;
  min-height:100vh;
  position:relative;
  overflow:hidden;
  background-size:cover;
  background-position:center;
}
.screen.active{display:block}
.screen-phone{
  background-image:url('/img/backgrounds/screen01-right-to-connect.png');
}
.screen-choice{
  background-image:url('/img/backgrounds/screen02-choice.png');
}
.shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.66));
}
.corner-logo{
  position:absolute;
  z-index:2;
  top:72px;
  right:24px;
  width:76px;
  opacity:.78;
}
.screen-text{
  position:absolute;
  z-index:3;
  left:22px;
  bottom:78px;
  width:80vw;
  max-width:420px;
}
h1{
  margin:0 0 16px;
  font-size:32px;
  line-height:1.05;
}
p{
  margin:0;
  font-size:16px;
  line-height:1.45;
}
button{
  margin-top:22px;
  padding:14px 20px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(0,0,0,.4);
  color:#fff;
  font-size:12px;
  letter-spacing:1px;
}
.choice-text{
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:80px;
  padding:0 22px;
  text-align:center;
}
.choice-row{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}
#modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:80;
  background:rgba(0,0,0,.78);
  align-items:center;
  justify-content:center;
  padding:22px;
}
.modal-box{
  width:min(92vw,420px);
  background:#101010;
  border:1px solid rgba(255,255,255,.18);
  padding:26px;
  text-align:center;
}
@media(max-width:600px){
  header{padding:14px 16px}
  .brand{font-size:13px}
  #screenTitle{font-size:10px}
  .corner-logo{top:58px;right:18px;width:60px}
  .screen-text{left:18px;bottom:70px;width:78vw}
  h1{font-size:29px}
  p{font-size:15px}
}

.live-core{
  position:absolute;
  z-index:4;
  right:7vw;
  top:34vh;
  width:min(38vw,460px);
  padding:22px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.32);
  backdrop-filter:blur(8px);
}

.live-label{
  font-size:11px;
  letter-spacing:2px;
  opacity:.62;
  margin-bottom:14px;
}

#livePhrase{
  font-size:24px;
  line-height:1.25;
  font-weight:500;
}

button{
  cursor:pointer;
  transition:.15s;
}

button:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.9);
  background:rgba(255,255,255,.08);
}

button.clicked{
  transform:scale(.96);
  box-shadow:0 0 18px rgba(255,255,255,.35);
}

@media(max-width:700px){
  .live-core{
    left:18px;
    right:18px;
    top:36vh;
    width:auto;
  }

  #livePhrase{
    font-size:18px;
  }
}

button.clicked{
  transform:scale(.96);
  box-shadow:0 0 18px rgba(255,255,255,.35);
}

@media(max-width:700px){
  .live-core{
    left:18px;
    right:18px;
    top:36vh;
    width:auto;
  }

  #livePhrase{
    font-size:18px;
  }
}

/* SOVEST COMPOSITION FIX 2026-07-06 */

.brand,
.top-brand,
.header-brand,
.logo-text{
  display:none !important;
}

.live-core{
  position:absolute !important;
  z-index:5 !important;
  left:48vw !important;
  right:auto !important;
  top:39vh !important;
  width:42vw !important;
  max-width:420px !important;
  padding:18px 20px !important;
  background:rgba(0,0,0,.34) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  backdrop-filter:blur(8px) !important;
}

.live-label{
  font-size:10px !important;
  letter-spacing:4px !important;
  opacity:.58 !important;
}

#livePhrase{
  font-size:20px !important;
  line-height:1.25 !important;
}

.screen-text{
  z-index:6 !important;
  position:absolute !important;
  left:32px !important;
  right:32px !important;
  bottom:42px !important;
  max-width:620px !important;
}

@media(max-width:700px){
  .live-core{
    left:46vw !important;
    top:42vh !important;
    width:46vw !important;
    padding:12px 14px !important;
  }

  .live-label{
    font-size:8px !important;
    letter-spacing:3px !important;
  }

  #livePhrase{
    font-size:13px !important;
    line-height:1.25 !important;
  }

  .screen-text{
    left:32px !important;
    right:24px !important;
    bottom:34px !important;
  }
}

/* SOVEST FINAL POSITION FIX */

.corner-logo{
  position:absolute !important;
  z-index:10 !important;
  right:28px !important;
  top:24px !important;
  width:96px !important;
  height:auto !important;
}

.live-core{
  left:52vw !important;
  top:30vh !important;
  width:38vw !important;
  max-width:390px !important;
}

@media(max-width:700px){
  .corner-logo{
    right:18px !important;
    top:18px !important;
    width:74px !important;
  }

  .live-core{
    left:52vw !important;
    top:30vh !important;
    width:41vw !important;
  }
}
