/* Bio2Twin iPhone App entry v2
   Make the iOS application unmistakable without implying a live App Store listing. */
.ios-home-band{
  width:100%;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  background:
    linear-gradient(90deg,rgba(185,255,203,.025),transparent 42%),
    #0a1210;
}
.ios-home-band__inner{
  width:min(calc(100% - 80px),1440px);
  min-height:104px;
  margin:0 auto;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  color:#f3f4ef;
}
.ios-home-band__phone{
  position:relative;
  width:30px;
  height:48px;
  border:1px solid rgba(185,255,203,.68);
  border-radius:9px;
  background:rgba(185,255,203,.015);
  box-shadow:inset 0 0 18px rgba(185,255,203,.025);
}
.ios-home-band__phone:before{
  content:"";
  position:absolute;
  left:50%;
  top:4px;
  width:9px;
  height:2px;
  transform:translateX(-50%);
  border-radius:2px;
  background:rgba(185,255,203,.34);
}
.ios-home-band__phone:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:4px;
  width:4px;
  height:4px;
  transform:translateX(-50%);
  border-radius:50%;
  background:#b9ffcb;
}
.ios-home-band__copy small{
  display:block;
  margin-bottom:5px;
  color:rgba(185,255,203,.68);
  font-size:9px;
  font-weight:650;
  letter-spacing:.16em;
}
.ios-home-band__copy b{
  display:block;
  margin:0;
  color:#f4f7f3;
  font-size:19px;
  line-height:1.25;
  font-weight:580;
  letter-spacing:-.015em;
}
.ios-home-band__copy span{
  display:block;
  margin-top:5px;
  color:rgba(244,247,243,.55);
  font-size:12px;
  line-height:1.5;
}
.ios-home-band__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.ios-home-band__cta{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:48px;
  padding:8px 14px 8px 15px;
  border:1px solid rgba(185,255,203,.28);
  border-radius:12px;
  background:rgba(185,255,203,.035);
  color:#edf7f0;
  text-decoration:none;
  transition:border-color .16s ease,background .16s ease;
}
.ios-home-band__cta:hover,
.ios-home-band__cta:focus-visible{
  border-color:rgba(185,255,203,.48);
  background:rgba(185,255,203,.065);
}
.ios-home-band__cta-copy{
  display:block;
  min-width:126px;
}
.ios-home-band__cta-copy small{
  display:block;
  margin:0 0 2px;
  color:rgba(244,247,243,.42);
  font-size:8px;
  line-height:1.2;
  letter-spacing:.08em;
}
.ios-home-band__cta-copy strong{
  display:block;
  color:#f5fff7;
  font-size:13px;
  line-height:1.25;
  font-weight:600;
}
.ios-home-band__cta i{
  color:#b9ffcb;
  font-size:16px;
  font-style:normal;
}
.ios-home-band__open{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 13px;
  border-radius:10px;
  color:rgba(185,255,203,.72);
  text-decoration:none;
  font-size:10.5px;
  white-space:nowrap;
}
.ios-home-band__open:hover{color:#b9ffcb}

/* The larger Reality input should also read as the app, not a ZIP uploader. */
#b2t-space .b2t-space__input--ios{
  border-color:rgba(185,255,203,.24)!important;
  background:linear-gradient(110deg,rgba(17,35,27,.68),rgba(5,10,8,.62))!important;
  box-shadow:none!important;
}
#b2t-space .b2t-space__input--ios:hover,
#b2t-space .b2t-space__input--ios:focus-visible{
  border-color:rgba(185,255,203,.42)!important;
}
#b2t-space .b2t-space__input--ios b{font-size:17px!important}
#b2t-space .b2t-space__input--ios small{color:rgba(185,255,203,.62)!important}

@media(max-width:760px){
  .ios-home-band__inner{
    width:calc(100% - 28px);
    min-height:0;
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
    padding:16px 0;
  }
  .ios-home-band__phone{width:25px;height:40px;border-radius:7px}
  .ios-home-band__copy b{font-size:16px}
  .ios-home-band__copy span{font-size:11px}
  .ios-home-band__actions{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:7px;
    margin-top:2px;
  }
  .ios-home-band__cta{
    min-height:46px;
    padding:8px 12px;
    border-radius:11px;
  }
  .ios-home-band__cta-copy{min-width:0}
  .ios-home-band__open{
    min-height:46px;
    padding:0 10px;
  }
}
