.acg-appdo,
.acg-appdo *{
  box-sizing:border-box;
}

.acg-appdo{
  --appdo-blue:#0c53a5;
  --appdo-navy:#022041;
  --appdo-deep:#03172d;
  --appdo-text:#20344c;
  --appdo-muted:#66758a;
  --appdo-line:#dbe4ee;
  --appdo-soft:#f3f7fb;

  min-height:100vh;
  padding:54px 24px;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(12,83,165,.12),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #edf4fb 0%,
      #f8fafc 52%,
      #eef3f8 100%
    );
  color:var(--appdo-text);
  font-family:Shabnam,Tahoma,sans-serif;
}

.acg-appdo__shell{
  width:min(1180px,100%);
  min-height:690px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(2,32,65,.10);
  box-shadow:
    0 40px 100px rgba(2,32,65,.16);
}

.acg-appdo__visual{
  position:relative;
  min-height:690px;
  padding:44px 48px;
  overflow:hidden;
  background:
    linear-gradient(
      150deg,
      rgba(2,32,65,.98),
      rgba(5,50,94,.96) 52%,
      rgba(12,83,165,.92)
    );
  color:#fff;
  isolation:isolate;
}

.acg-appdo__visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.18;
  background:
    linear-gradient(
      rgba(255,255,255,.08) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.08) 1px,
      transparent 1px
    );
  background-size:68px 68px;
}

.acg-appdo__visual::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-210px;
  bottom:-230px;
  z-index:-1;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.035),
    0 0 0 140px rgba(255,255,255,.025);
}

.acg-appdo__brand{
  display:inline-flex;
  align-items:center;
  gap:15px;
  color:#fff;
  text-decoration:none;
}

.acg-appdo__brand img{
  width:132px;
  height:auto;
  padding:8px 12px;
  background:#fff;
  object-fit:contain;
}

.acg-appdo__brand span{
  max-width:130px;
  font-size:11px;
  line-height:1.6;
  color:rgba(255,255,255,.72);
  letter-spacing:.05em;
}

.acg-appdo__visual-content{
  position:relative;
  z-index:2;
  max-width:570px;
  margin-top:110px;
}

.acg-appdo__eyebrow,
.acg-appdo__form-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.20);
  color:#d7eaff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}

.acg-appdo__visual h1{
  margin:23px 0 0;
  color:#fff;
  font-size:clamp(2.15rem,4.1vw,3.7rem);
  line-height:1.5;
  font-weight:800;
}

.acg-appdo__visual h1 strong{
  display:block;
  color:#a9d2ff;
}

.acg-appdo__visual-content > p{
  max-width:540px;
  margin:22px 0 0;
  color:rgba(255,255,255,.79);
  font-size:15px;
  line-height:2.15;
}

.acg-appdo__features{
  margin-top:42px;
  display:grid;
  gap:14px;
}

.acg-appdo__features article{
  display:flex;
  align-items:center;
  gap:14px;
}

.acg-appdo__features i{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:15px;
}

.acg-appdo__features span{
  color:rgba(255,255,255,.68);
  font-size:11.5px;
  line-height:1.8;
}

.acg-appdo__features strong{
  display:block;
  color:#fff;
  font-size:13px;
}

.acg-appdo__pattern{
  position:absolute;
  top:42px;
  left:38px;
  width:130px;
  height:130px;
  opacity:.35;
  background-image:
    radial-gradient(
      rgba(255,255,255,.7) 1px,
      transparent 1.5px
    );
  background-size:14px 14px;
}

.acg-appdo__panel{
  padding:62px 64px 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#fff;
}

.acg-appdo__mobile-brand{
  display:none;
}

.acg-appdo__form-head{
  text-align:right;
}

.acg-appdo__form-kicker{
  border-color:#d5e4f3;
  background:#f5f9fd;
  color:var(--appdo-blue);
}

.acg-appdo__form-head h2{
  margin:18px 0 0;
  color:var(--appdo-navy);
  font-size:clamp(1.65rem,3vw,2.25rem);
  line-height:1.55;
}

.acg-appdo__form-head p{
  margin:9px 0 0;
  color:var(--appdo-muted);
  font-size:13px;
  line-height:2;
}

.acg-appdo__demo-notice{
  margin-top:24px;
  padding:12px 14px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  background:#f1f7fd;
  border-right:3px solid var(--appdo-blue);
  color:#48627e;
  font-size:11.5px;
  line-height:1.9;
}

.acg-appdo__demo-notice i{
  margin-top:4px;
  color:var(--appdo-blue);
}

.acg-appdo__form{
  margin-top:28px;
}

.acg-appdo__field{
  display:block;
  margin-bottom:19px;
}

.acg-appdo__field > span{
  display:block;
  margin-bottom:8px;
  color:#243a54;
  font-size:12px;
  font-weight:900;
}

.acg-appdo__control{
  height:54px;
  display:flex;
  align-items:center;
  border:1px solid var(--appdo-line);
  background:#fff;
  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.acg-appdo__control:focus-within{
  border-color:var(--appdo-blue);
  box-shadow:
    0 0 0 4px rgba(12,83,165,.08);
}

.acg-appdo__control > i{
  width:50px;
  color:#738399;
  text-align:center;
  font-size:14px;
}

.acg-appdo__control input{
  flex:1;
  min-width:0;
  height:100%;
  padding:0 4px 0 14px;
  border:0;
  outline:0;
  background:transparent;
  color:#152a43;
  font-family:inherit;
  font-size:13px;
}

.acg-appdo__control input::placeholder{
  color:#9aa7b7;
}

.acg-appdo__password-toggle{
  width:48px;
  height:100%;
  border:0;
  background:transparent;
  color:#728298;
  cursor:pointer;
}

.acg-appdo__form-meta{
  margin-top:2px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.acg-appdo__remember{
  display:flex;
  align-items:center;
  gap:8px;
  color:#596b80;
  font-size:11.5px;
  cursor:pointer;
}

.acg-appdo__remember input{
  width:16px;
  height:16px;
  accent-color:var(--appdo-blue);
}

.acg-appdo__forgot{
  padding:0;
  border:0;
  background:transparent;
  color:var(--appdo-blue);
  font-family:inherit;
  font-size:11.5px;
  font-weight:900;
  cursor:pointer;
}

.acg-appdo__submit{
  width:100%;
  min-height:54px;
  margin-top:26px;
  padding:0 20px;
  border:1px solid var(--appdo-blue);
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:var(--appdo-blue);
  color:#fff;
  font-family:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  box-shadow:
    0 14px 30px rgba(12,83,165,.20);
  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.acg-appdo__submit:hover{
  background:var(--appdo-navy);
  border-color:var(--appdo-navy);
  transform:translateY(-2px);
  box-shadow:
    0 18px 38px rgba(2,32,65,.25);
}

.acg-appdo__submit:disabled{
  opacity:.72;
  cursor:wait;
  transform:none;
}

.acg-appdo__status{
  display:none;
  margin-top:14px;
  padding:11px 13px;
  font-size:11.5px;
  line-height:1.9;
}

.acg-appdo__status.is-error,
.acg-appdo__status.is-info{
  display:block;
}

.acg-appdo__status.is-error{
  background:#fff3f3;
  border-right:3px solid #d74848;
  color:#983838;
}

.acg-appdo__status.is-info{
  background:#f1f7fd;
  border-right:3px solid var(--appdo-blue);
  color:#365b80;
}

.acg-appdo__support{
  margin-top:27px;
  padding-top:22px;
  border-top:1px solid #edf1f5;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  text-align:center;
}

.acg-appdo__support span{
  color:#77869a;
  font-size:11.5px;
}

.acg-appdo__support a{
  color:var(--appdo-blue);
  text-decoration:none;
  font-size:12px;
  font-weight:900;
}

.acg-appdo__back{
  margin-top:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#66758a;
  text-decoration:none;
  font-size:11.5px;
}

@media(max-width:900px){
  .acg-appdo{
    padding:24px 16px;
  }

  .acg-appdo__shell{
    width:min(560px,100%);
    min-height:0;
    grid-template-columns:1fr;
  }

  .acg-appdo__visual{
    display:none;
  }

  .acg-appdo__panel{
    min-height:calc(100svh - 126px);
    padding:38px 32px 30px;
  }

  .acg-appdo__mobile-brand{
    margin-bottom:28px;
    display:flex;
    justify-content:center;
  }

  .acg-appdo__mobile-brand img{
    width:130px;
    height:auto;
    object-fit:contain;
  }
}

@media(max-width:520px){
  .acg-appdo{
    padding:14px 10px;
  }

  .acg-appdo__shell{
    border:0;
    box-shadow:
      0 18px 50px rgba(2,32,65,.12);
  }

  .acg-appdo__panel{
    min-height:calc(100svh - 102px);
    padding:30px 20px 24px;
  }

  .acg-appdo__mobile-brand{
    margin-bottom:20px;
  }

  .acg-appdo__form-head h2{
    font-size:1.55rem;
  }

  .acg-appdo__demo-notice{
    font-size:10.8px;
  }

  .acg-appdo__form-meta{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
}
