/* NetCom One · ingresso clienti. Ambito limitato alla schermata di accesso. */
.access.client-entry {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  align-items: center;
  gap: clamp(28px, 6vw, 100px);
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(36px, 6vw, 88px);
  overflow: hidden;
  background: #051727;
}
.client-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(100deg, rgb(2 13 25 / 84%), rgb(3 18 33 / 70%) 50%, rgb(2 13 25 / 94%)), radial-gradient(ellipse at center, transparent, rgb(2 13 25 / 65%));
}
.client-entry::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 26% 36%, rgb(24 125 197 / 23%), transparent 60%);
}
.client-entry-photo {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  animation: client-scene-in 2.6s cubic-bezier(.16,.6,.25,1) both;
}
.client-entry-light {
  position: absolute;
  inset: -40%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 43%, rgb(137 203 250 / 10%) 50%, transparent 57%);
  animation: client-light-in 2.5s .15s ease-out both;
}
.client-entry-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 28px 0;
  text-align: center;
}
.client-entry-logo {
  display: block;
  width: clamp(155px, 16vw, 210px);
  height: auto;
  margin-bottom: 32px;
  filter: drop-shadow(0 0 28px rgb(39 126 197 / 30%));
  animation: client-logo-in 1.9s cubic-bezier(.18,.75,.25,1) both;
}
.client-entry-copy { animation: client-copy-in .8s .45s ease-out both; }
.client-entry-copy h1 {
  margin: 0;
  color: #f6f9fd;
  font-size: clamp(44px, 5.8vw, 78px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.045em;
}
.client-entry-copy p {
  max-width: 350px;
  margin: 23px auto 0;
  color: #d0dfec;
  font-size: 17px;
  line-height: 1.65;
}
.client-entry .access-form { min-height: 0; padding: 0; }
.client-entry .form-shell { max-width: 448px; }
.client-entry .card {
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 22px;
  padding: clamp(26px, 3vw, 42px);
  background: rgb(250 252 255 / 97%);
  box-shadow: 0 28px 85px rgb(0 0 0 / 24%), inset 0 1px 0 #fff;
  animation: client-copy-in .75s .15s ease-out both;
}
.client-entry .card-eyebrow {
  margin: 0 0 16px;
  color: #426780;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.client-entry h2 {
  margin: 0;
  color: #12344d;
  font-size: clamp(29px, 2.7vw, 36px);
  font-weight: 450;
  line-height: 1.16;
  letter-spacing: -.035em;
}
.client-entry .card-copy { margin-top: 14px; color: #53697b; font-size: 15px; line-height: 1.7; }
.client-entry .fields { gap: 18px; margin-top: 29px; }
.client-entry label { gap: 9px; font-size: 14px; font-weight: 500; }
.client-entry input { height: 50px; border-color: #c9d7e2; border-radius: 10px; padding: 0 14px; font-size: 16px; }
.client-entry input:focus { border-color: #22608a; box-shadow: 0 0 0 3px rgb(34 96 138 / 14%); }
.client-entry .primary {
  min-height: 50px;
  height: auto;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 10px;
  padding: 13px 20px;
  background: #113d5a;
  font-size: 16px;
  font-weight: 550;
  box-shadow: 0 8px 18px rgb(12 50 76 / 13%);
  transition: background .2s, box-shadow .2s;
}
.client-entry .primary:hover { background: #0b2f49; box-shadow: 0 10px 24px rgb(12 50 76 / 20%); }
.client-entry .primary:disabled { cursor: wait; opacity: .65; }
.client-entry .link { min-height: 44px; margin-top: 12px; color: #3e617b; font-size: 14px; font-weight: 500; }
.client-entry button:focus-visible { outline: 3px solid #6bb5e2; outline-offset: 4px; }
.client-entry .notice {
  display: block;
  margin-top: 18px;
  border-top: 1px solid #dce5ed;
  border-radius: 0;
  padding: 19px 0 0;
  color: #64798a;
  background: transparent;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}
.client-entry .footer { margin-top: 21px; color: #c1d0dd; font-size: 13px; line-height: 1.7; }
.client-entry .message { font-size: 14px; line-height: 1.55; }
@keyframes client-scene-in { from { transform: scale(1.1); opacity: .3; } to { transform: scale(1); opacity: 1; } }
@keyframes client-logo-in { 0% { opacity: 0; transform: translateY(22px) scale(.8); } 38% { opacity: 1; transform: translateY(10px) scale(1.12); } 100% { opacity: 1; transform: none; } }
@keyframes client-copy-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes client-light-in { 0% { transform: translateX(-40%); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateX(35%); opacity: 0; } }
@media (max-width: 900px) {
  .access.client-entry { grid-template-columns: minmax(0,1fr); gap: 32px; padding: 36px 20px 30px; }
  .client-entry-intro { padding: 0; }
  .client-entry-logo { width: 110px; margin-bottom: 15px; }
  .client-entry-copy h1 { font-size: 42px; }
  .client-entry-copy p { margin-top: 12px; font-size: 16px; }
  .client-entry .access-form { min-height: 0; padding: 0; }
  .client-entry .form-shell { max-width: 448px; }
  .client-entry .card { padding: 28px; }
}
@media (max-width: 380px) {
  .access.client-entry { padding: 26px 14px; gap: 24px; }
  .client-entry-logo { width: 92px; }
  .client-entry-copy h1 { font-size: 38px; }
  .client-entry .card { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .client-entry-photo, .client-entry-logo, .client-entry-copy, .client-entry .card { animation: none; }
  .client-entry-light { display: none; }
}
