/* AUTH-2.1b — Executive Identity Experience */
.identity-shell{grid-template-columns:minmax(0,57fr) minmax(430px,43fr)}
.identity-story__content{width:min(100%,930px);padding-top:34px}
.identity-copy h1{line-height:1.105}
.identity-preview{margin-top:32px;transform:scale(1.035);transform-origin:center top}
.identity-preview__body{min-height:310px}
.identity-executive{margin-top:28px}
.identity-executive__heading{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#e9f3ff}
.identity-executive__heading>span{display:grid;width:25px;height:25px;place-items:center;border:1px solid rgba(122,205,255,.24);border-radius:8px;color:#8edcff;background:rgba(65,141,237,.14);font-size:11px}
.identity-executive__heading h2{margin:0;font-size:12px;font-weight:700;letter-spacing:.015em}
.identity-trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:0}
.identity-trust>div{min-height:76px;padding:13px 12px}
.identity-trust>div>span{width:40px;height:40px;flex-basis:40px;font-size:14px}
.identity-trust strong{font-size:11.5px;line-height:1.25}
.identity-trust small{margin-top:4px;font-size:9.5px;line-height:1.45}
.identity-auth__inner{width:min(100%,510px)}
.identity-auth__intro{margin-bottom:30px}
.identity-auth__badge{display:inline-flex;align-items:center;gap:8px;margin:0 0 15px;padding:7px 10px;border:1px solid #dce8f9;border-radius:999px;color:#315fc5;background:#f5f9ff;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.identity-auth__badge i{display:grid;width:17px;height:17px;place-items:center;border-radius:50%;color:#147e5c;background:#dff5ec;font-size:9px;font-style:normal}
.identity-auth__intro h2{margin-top:0;line-height:1.1}
.identity-auth__intro p{max-width:430px;margin-top:12px;line-height:1.65}
.identity-input-wrap input{border-color:#dbe3ef;background:#fff}
.identity-input-wrap input:hover{border-color:#c6d2e3}
.identity-input-wrap input:-webkit-autofill,
.identity-input-wrap input:-webkit-autofill:hover,
.identity-input-wrap input:-webkit-autofill:focus{-webkit-text-fill-color:#14213a;box-shadow:0 0 0 1000px #fff inset,0 0 0 4px rgba(63,105,204,.10);transition:background-color 9999s ease-out 0s}
.identity-submit{height:56px;box-shadow:0 16px 34px rgba(50,91,196,.29);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.identity-submit:hover{transform:translateY(-2px);box-shadow:0 20px 38px rgba(50,91,196,.34);filter:saturate(1.08)}
.identity-submit:active{transform:translateY(0)}
.identity-auth__footer{margin-top:4px;padding-top:18px;border-top:1px solid #edf1f6;font-size:10px}
.identity-auth__footer>div{gap:18px}
.identity-auth__footer a{color:#66748a}
.identity-auth__footer a:hover{color:#315fc5}
@media(max-width:1280px){
  .identity-shell{grid-template-columns:minmax(0,56fr) minmax(410px,44fr)}
  .identity-preview{transform:none}
  .identity-trust{grid-template-columns:repeat(2,minmax(0,1fr))}
  .identity-trust>div{min-height:64px}
}
@media(max-width:900px){
  .identity-preview{transform:none}
  .identity-executive{margin-top:22px}
  .identity-trust{grid-template-columns:repeat(2,minmax(0,1fr))}
  .identity-auth__badge{margin-bottom:13px}
}
@media(max-width:560px){
  .identity-executive{display:none}
  .identity-auth__badge{font-size:9px}
  .identity-auth__footer{padding-top:15px}
}
@media(max-height:850px) and (min-width:901px){
  .identity-preview{transform:none;margin-top:20px}
  .identity-preview__body{min-height:232px}
  .identity-executive{margin-top:14px}
  .identity-executive__heading{display:none}
  .identity-trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
  .identity-trust>div{min-height:54px;padding:9px}
  .identity-trust>div>span{width:32px;height:32px;flex-basis:32px}
  .identity-trust small{display:none}
  .identity-auth__badge{margin-bottom:10px;padding:5px 9px}
}
@media(prefers-reduced-motion:reduce){.identity-submit{transition:none}}
