/* EasyLeasey mobile-only home launch screen.
   Desktop marketing site remains untouched. */

.el-mobile-launch{
  display:none;
}

@media (max-width: 760px){
  body:has(.el-mobile-launch) .topbar,
  body:has(.el-mobile-launch) .mobnav,
  body:has(.el-mobile-launch) .el-mobile-full-home,
  body:has(.el-mobile-launch) .site-footer,
  body:has(.el-mobile-launch) footer{
    display:none !important;
  }

  body:has(.el-mobile-launch){
    min-height:100svh;
    overflow:hidden;
    background:#07111f;
  }

  body:has(.el-mobile-launch) .wrap{
    min-height:100svh;
    padding:0 !important;
    max-width:none !important;
  }

  .el-mobile-launch{
    display:flex;
    position:fixed;
    inset:0;
    min-height:100svh;
    width:100%;
    padding:18px;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:
      radial-gradient(circle at 12% 12%, rgba(59,130,246,.42), transparent 34%),
      radial-gradient(circle at 82% 18%, rgba(34,197,94,.28), transparent 30%),
      linear-gradient(145deg, #07111f 0%, #0f1b2d 48%, #061526 100%);
    z-index:9999;
  }

  .el-mobile-launch-bg{
    position:absolute;
    inset:0;
    pointer-events:none;
  }

  .el-mobile-launch-bg:before,
  .el-mobile-launch-bg:after{
    content:"";
    position:absolute;
    border-radius:999px;
    filter:blur(2px);
    opacity:.72;
  }

  .el-mobile-launch-bg:before{
    width:220px;
    height:220px;
    left:-90px;
    bottom:-70px;
    background:rgba(37,99,235,.22);
  }

  .el-mobile-launch-bg:after{
    width:180px;
    height:180px;
    right:-72px;
    top:22%;
    background:rgba(16,185,129,.18);
  }

  .el-mobile-launch-card{
    position:relative;
    width:min(100%, 430px);
    max-height:calc(100svh - 36px);
    border-radius:30px;
    padding:22px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(255,255,255,.62);
    box-shadow:0 30px 90px rgba(0,0,0,.34);
    backdrop-filter:blur(18px);
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .el-mobile-launch-brand{
    text-align:center;
    margin-bottom:18px;
  }

  .el-mobile-launch-brand img{
    width:min(230px, 82%);
    height:auto;
    display:block;
    margin:0 auto 10px;
  }

  .el-mobile-launch-brand p{
    margin:0;
    color:#64748b;
    font-weight:750;
    font-size:14px;
  }

  .el-mobile-launch-actions{
    display:grid;
    gap:12px;
  }

  .el-mobile-launch-btn{
    min-height:72px;
    display:flex;
    gap:13px;
    align-items:center;
    text-decoration:none;
    border-radius:22px;
    padding:14px;
    border:1px solid #dbe3ef;
    background:#fff;
    color:#0f172a;
    box-shadow:0 12px 26px rgba(15,23,42,.07);
    -webkit-tap-highlight-color:transparent;
  }

  .el-mobile-launch-btn strong{
    display:block;
    font-size:16px;
    line-height:1.1;
    color:inherit;
    margin-bottom:4px;
  }

  .el-mobile-launch-btn small{
    display:block;
    color:#64748b;
    line-height:1.3;
    font-weight:650;
  }

  .el-mobile-launch-btn.primary{
    background:linear-gradient(135deg, #2563eb, #1d4ed8);
    color:#fff;
    border-color:rgba(255,255,255,.24);
    box-shadow:0 18px 34px rgba(37,99,235,.32);
  }

  .el-mobile-launch-btn.primary small{
    color:rgba(255,255,255,.82);
  }

  .el-mobile-launch-btn.tenant{
    background:linear-gradient(135deg, #10b981, #059669);
    color:#fff;
    border-color:rgba(255,255,255,.24);
    box-shadow:0 18px 34px rgba(16,185,129,.25);
  }

  .el-mobile-launch-btn.tenant small{
    color:rgba(255,255,255,.86);
  }

  .el-mobile-launch-btn.light{
    background:#f8fbff;
  }

  .el-mobile-launch-icon{
    flex:0 0 44px;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:rgba(255,255,255,.23);
    font-size:21px;
    font-weight:900;
  }

  .el-mobile-launch-btn.light .el-mobile-launch-icon{
    background:#eaf1ff;
    color:#2563eb;
  }

  .el-mobile-launch-note{
    margin:16px 6px 0;
    color:#64748b;
    line-height:1.4;
    font-size:12.5px;
    text-align:center;
    font-weight:700;
  }
}

@media (max-width: 380px){
  .el-mobile-launch{
    padding:12px;
  }

  .el-mobile-launch-card{
    padding:18px;
    border-radius:26px;
  }

  .el-mobile-launch-brand{
    margin-bottom:14px;
  }

  .el-mobile-launch-btn{
    min-height:66px;
    padding:12px;
    border-radius:20px;
  }

  .el-mobile-launch-btn small{
    font-size:12px;
  }

  .el-mobile-launch-note{
    margin-top:12px;
  }
}


/* Real mobile launch logo/footer fix - no SVG dependency */
@media (max-width: 760px){

  .el-mobile-launch-brand img{
    display:none !important;
  }

  .el-mobile-launch-brand-inline{
    background:linear-gradient(135deg, #0f172a 0%, #1e293b 52%, #111827 100%);
    border-radius:24px;
    padding:18px 14px 15px;
    margin:-4px -4px 18px;
    box-shadow:0 18px 42px rgba(15,23,42,.20);
    border:1px solid rgba(255,255,255,.12);
  }

  .el-mobile-launch-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    line-height:1;
  }

  .el-mobile-launch-logo-icon{
    width:58px;
    height:58px;
    position:relative;
    flex:0 0 58px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:2px solid #1d4ed8;
  }

  .el-mobile-house-roof{
    position:absolute;
    left:15px;
    top:11px;
    width:26px;
    height:26px;
    border-left:6px solid #2563eb;
    border-top:6px solid #2563eb;
    transform:rotate(45deg);
    border-radius:4px 0 0 0;
  }

  .el-mobile-house-body{
    position:absolute;
    left:18px;
    top:26px;
    width:22px;
    height:18px;
    border:5px solid #c05621;
    border-top:0;
    border-radius:3px;
  }

  .el-mobile-house-check{
    position:absolute;
    right:4px;
    bottom:8px;
    width:30px;
    height:16px;
    border-left:7px solid #2563eb;
    border-bottom:7px solid #2563eb;
    transform:rotate(-45deg);
    border-radius:3px;
  }

  .el-mobile-launch-logo-text{
    display:block;
    text-align:left;
  }

  .el-logo-easy,
  .el-logo-leasey{
    font-size:34px;
    font-weight:900;
    letter-spacing:-.055em;
  }

  .el-logo-easy{
    color:#c05621;
  }

  .el-logo-leasey{
    color:#2563eb;
  }

  .el-mobile-launch-logo-text small{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.72);
    font-size:9.5px;
    font-weight:900;
    letter-spacing:.28em;
    text-align:center;
  }

  .el-mobile-launch-brand-inline p{
    color:rgba(255,255,255,.82) !important;
    margin-top:12px !important;
  }

  .el-mobile-launch-footer{
    margin-top:15px;
    padding-top:13px;
    border-top:1px solid rgba(100,116,139,.22);
    display:flex;
    justify-content:center;
    align-items:center;
    gap:11px;
    flex-wrap:wrap;
    font-size:11.5px;
    font-weight:850;
  }

  .el-mobile-launch-footer a{
    color:#b45309;
    text-decoration:none;
  }

  .el-mobile-launch-footer span{
    color:#64748b;
  }
}

@media (max-width: 380px){
  .el-logo-easy,
  .el-logo-leasey{
    font-size:30px;
  }

  .el-mobile-launch-logo-icon{
    width:52px;
    height:52px;
    flex-basis:52px;
  }

  .el-mobile-launch-logo{
    gap:9px;
  }

  .el-mobile-launch-footer{
    margin-top:11px;
    padding-top:10px;
  }
}


/* Clean real-logo mobile launch fix */
@media (max-width:760px){

  .el-mobile-launch-brand-inline,
  .el-mobile-launch-brand-clean{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    padding:0 !important;
    margin:0 0 18px !important;
  }

  .el-mobile-launch-logo,
  .el-mobile-launch-logo-icon,
  .el-mobile-launch-logo-text,
  .el-mobile-house-roof,
  .el-mobile-house-body,
  .el-mobile-house-check{
    display:none !important;
  }

  .el-mobile-launch-logo-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 10px;
  }

  .el-mobile-launch-logo-wrap img,
  .el-mobile-launch-brand-clean img{
    display:block !important;
    width:min(250px, 84%) !important;
    height:auto !important;
    margin:0 auto !important;
    filter:none !important;
    opacity:1 !important;
  }

  .el-mobile-launch-brand-clean p{
    color:#64748b !important;
    margin:0 !important;
    font-weight:850 !important;
  }

  .el-mobile-launch-card{
    background:rgba(255,255,255,.96) !important;
  }
}
