/* Build360 - auth helpers + landing guards */

.ld-sky,
.ld-bg{pointer-events:none!important}
.ld-hero__copy,
.ld-hero__txt,
.ld-cta,
.ld-cta .ld-btn{position:relative;z-index:2}

.auth-pwd{position:relative;display:block}
.auth-pwd .auth-inp{width:100%;padding-right:44px}
.auth-eye{position:absolute;top:50%;right:8px;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;font-size:17px;line-height:1;padding:6px;border-radius:8px;opacity:.75;transition:opacity .15s,background .15s}
.auth-eye:hover{opacity:1;background:rgba(99,102,241,.12)}

html.auth-locked #mbar,
html.auth-locked #mfab,
html.auth-pending #mbar,
html.auth-pending #mfab,
html.auth-locked #app,
html.auth-pending #app{display:none!important}

.ld-hero__copy{max-width:760px;padding:0}
.ld-hero__visual{max-width:720px;width:100%;overflow:hidden;border-radius:8px}
.ld-hero__visual img{display:block;width:100%;max-width:100%;height:auto;object-fit:cover}
.ld-visual-panel{max-width:calc(100% - 32px)}

.ld .ld-plans{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:34px auto 28px;
  align-items:stretch;
}
.ld .ld-plan{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:26px 24px 24px;
}
.ld .ld-plan--featured{
  border-color:#fc4c02;
  box-shadow:0 24px 62px rgba(252,76,2,.16),0 18px 44px rgba(15,39,66,.12);
}
.ld .ld-plan__badge{
  align-self:flex-start;
  margin:-8px 0 14px;
  padding:7px 12px;
  color:#fff;
  background:#fc4c02;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}
.ld .ld-plan__name{
  color:#0f2742;
  font-size:20px;
  line-height:1.15;
  font-weight:900;
}
.ld .ld-plan__price{
  min-height:auto;
  justify-content:flex-start;
  margin:18px 0 12px;
  font-size:30px;
  font-weight:950;
}
.ld .ld-plan__price span{
  font-size:17px;
}
.ld .ld-plan>p{
  min-height:64px;
  margin:0 0 16px;
  color:#526071;
  font-size:14.5px;
  line-height:1.45;
  font-weight:650;
}
.ld .ld-plan ul{
  display:grid;
  gap:10px;
  margin:0 0 22px;
  padding:0;
  list-style:none;
}
.ld .ld-plan li{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:9px;
  align-items:start;
  color:#3f4b5c;
  font-size:14px;
  line-height:1.35;
  font-weight:650;
}
.ld .ld-plan li .ui-svg,
.ld .ld-plan li .ld-svg{
  width:18px;
  height:18px;
  color:#fc4c02;
}

@media(min-width:1024px){
  .ld{overflow-y:auto}
  .ld-nav{box-sizing:border-box}
  .ld-main{min-height:calc(100vh - 100px);overflow:visible}
  .ld-hero{min-height:calc(100vh - 100px);box-sizing:border-box;padding-top:48px;padding-bottom:84px}
}

@media(max-width:760px){
  .ld-navlinks a{display:none}
  .ld-navlinks .ld-btn.ghost{display:none}
}

@media(max-width:1180px){
  .ld .ld-plans{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .ld .ld-plans{grid-template-columns:1fr}
  .ld .ld-plan>p{min-height:0}
}

/* Pricing packaging: one organisation, four plans, two visible options. */
.ld-pricing__switch{
  display:flex;
  justify-content:center;
  gap:8px;
  margin:26px auto 0;
  flex-wrap:wrap;
}
.ld-pricing__switch .ld-btn{
  min-height:44px;
  border-radius:8px;
  font-size:14px;
  font-weight:850;
}
.ld-pricing__switch .ld-btn.is-active{
  box-shadow:0 12px 24px rgba(252,76,2,.18);
}
.ld-free-callout{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr) auto;
  align-items:center;
  gap:18px;
  margin:28px 0 22px;
  padding:18px 20px;
  color:#0f2742;
  background:#fff8f4;
  border:1px solid rgba(252,76,2,.24);
  border-radius:8px;
  box-shadow:0 12px 28px rgba(15,39,66,.08);
}
.ld-free-callout div{display:grid;gap:5px}
.ld-free-callout b{font-size:18px;font-weight:900}
.ld-free-callout span,.ld-free-callout strong{color:#526071;font-size:14px;line-height:1.4}
.ld-free-callout strong{font-weight:800}
.ld-free-callout .ld-btn{min-height:44px;white-space:nowrap}
.ld-plan__annual{
  min-height:21px;
  color:#667085;
  font-size:13px;
  font-weight:750;
}
.ld-plan__limit{
  min-height:40px;
  padding:9px 10px;
  color:#0f2742;
  background:#f4f7fa;
  border:1px solid rgba(15,39,66,.10);
  border-radius:6px;
  font-size:13px;
  font-weight:800;
  line-height:1.35;
}
.ld-options-head{
  display:grid;
  gap:5px;
  margin:38px 0 16px;
  text-align:left;
}
.ld-options-head span{color:#fc4c02;font-size:13px;font-weight:900;text-transform:uppercase}
.ld-options-head p{margin:0;color:#526071;font-size:15px;line-height:1.45}
.ld-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ld-option-card{
  display:grid;
  gap:8px;
  padding:20px;
  background:#fff;
  border:1px solid rgba(15,39,66,.14);
  border-radius:8px;
  box-shadow:0 12px 28px rgba(15,39,66,.07);
}
.ld-option-card b{color:#0f2742;font-size:17px;font-weight:900}
.ld-option-card strong{color:#fc4c02;font-size:18px;font-weight:900}
.ld-option-card p{margin:0;color:#526071;font-size:14px;line-height:1.45}
.ld-pricing .ld-compare{margin-top:28px}
@media(max-width:900px){
  .ld-free-callout{grid-template-columns:1fr}
  .ld-free-callout .ld-btn{justify-self:start}
}
@media(max-width:760px){
  .ld-option-grid{grid-template-columns:1fr}
  .ld-pricing__switch .ld-btn{width:100%}
  .ld-free-callout{padding:16px}
}
