*{box-sizing:border-box}

:root{
  --orange:#ff6818;
  --orange2:#ff7b1c;
  --ink:#20262d;
  --muted:#626a73;
  --line:#e4e6e8;
}

html,body{
  margin:0;
  min-height:100%;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
}

body{min-height:100vh}
img{display:block;max-width:100%}
a{color:var(--orange);text-decoration:none}
button,input{font:inherit}

.page{
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(0,1.62fr) minmax(430px,.88fr);
}

/* LEFT / VISUAL */
.visual-panel{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  background:linear-gradient(135deg,#fffdf9 0%,#fff8ef 55%,#fff1dc 100%);
}

.top-brand{
  position:absolute;
  z-index:5;
  top:28px;
  left:42px;
  display:flex;
  align-items:center;
  gap:28px;
}

.logo{
  width:210px;
}

.tagline{
  display:flex;
  flex-direction:column;
  padding-left:26px;
  border-left:1px solid rgba(255,104,24,.35);
  line-height:1.02;
}

.tagline strong{
  font-size:26px;
  font-weight:800;
  color:var(--ink);
}

.tagline span{
  margin-top:4px;
  font-size:25px;
  font-weight:800;
  color:var(--orange);
}

.hero-image{
  position:absolute;
  inset:0;
  padding-top:0;
}

.hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.image-fade{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.62) 10%,rgba(255,255,255,0) 26%),
    linear-gradient(90deg,rgba(255,255,255,.56) 0%,rgba(255,255,255,.12) 22%,rgba(255,255,255,0) 42%);
}

.mini-message{
  position:absolute;
  z-index:5;
  left:42px;
  bottom:36px;
  max-width:430px;
  padding:14px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:0 12px 28px rgba(75,53,32,.10);
  backdrop-filter:blur(10px);
}

.mini-line{
  display:block;
  font-size:16px;
  font-weight:800;
  color:var(--orange);
}

.mini-sub{
  display:block;
  margin-top:3px;
  font-size:13px;
  line-height:1.45;
  color:#535a62;
}

/* RIGHT / LOGIN */
.login-panel{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:32px clamp(24px,2.8vw,48px) 28px;
  background:
    radial-gradient(circle at 100% 0,rgba(255,104,24,.04),transparent 28%),
    linear-gradient(145deg,#fff 0%,#fffdfb 58%,#fff9f5 100%);
}

.trust-line{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  color:#555c64;
  font-size:12px;
}

.trust-line i{
  width:1px;
  height:13px;
  background:#b9bdc2;
}

.dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
}

.login-card{
  width:min(100%,500px);
  margin:auto 0;
  padding:42px 38px 35px;
  border:1px solid #ececec;
  border-radius:24px;
  background:rgba(255,255,255,.97);
  box-shadow:0 24px 55px rgba(39,42,48,.08);
}

.login-logo{
  width:180px;
  margin:0 auto 26px;
}

.login-card h1{
  margin:0;
  text-align:center;
  font-size:30px;
  letter-spacing:-.8px;
}

.sub{
  margin:9px 0 31px;
  text-align:center;
  color:#626870;
  font-size:14px;
}

.field{
  height:59px;
  display:flex;
  align-items:center;
  margin-bottom:14px;
  border:1px solid #dedfe1;
  border-radius:12px;
  background:#fff;
  transition:.2s ease;
}

.field:focus-within{
  border-color:#ff9d66;
  box-shadow:0 0 0 4px rgba(255,104,24,.08);
}

.field-icon{
  width:48px;
  display:grid;
  place-items:center;
  color:#6f757d;
  font-size:15px;
}

.field input{
  width:100%;
  height:100%;
  padding:0 12px 0 0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
}

.field input::placeholder{color:#9a9fa6}

.eye{
  width:46px;
  align-self:stretch;
  border:0;
  background:transparent;
  color:#777d84;
  cursor:pointer;
}

.options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin:18px 0 25px;
  font-size:13px;
}

.remember{
  display:flex;
  align-items:center;
  gap:8px;
  color:#4f565e;
}

.remember input{
  width:17px;
  height:17px;
  accent-color:var(--orange);
}

.sign-in{
  width:100%;
  height:59px;
  border:0;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  color:#fff;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  background:linear-gradient(135deg,var(--orange),#ff7d17);
  box-shadow:0 14px 28px rgba(255,104,24,.22);
}

.divider{
  display:flex;
  align-items:center;
  gap:13px;
  margin:26px 0 19px;
  color:#777;
  font-size:12px;
}

.divider:before,
.divider:after{
  content:"";
  height:1px;
  flex:1;
  background:#e1e1e1;
}

.google{
  width:100%;
  height:56px;
  border:1px solid #dedfe1;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#24282e;
  background:#fff;
  font-weight:700;
  cursor:pointer;
}

.g{
  font-size:22px;
  font-weight:900;
  color:#4285f4;
}

.support{
  margin:38px 0 0;
  text-align:center;
  color:#555b63;
  font-size:13px;
}

footer{
  width:100%;
  padding-top:26px;
  text-align:center;
  color:#737981;
  font-size:11px;
}

footer nav{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}

footer a{color:#737981}
footer p{margin:16px 0 0}

/* LARGE DESKTOP */
@media (min-width:1600px){
  .page{
    grid-template-columns:minmax(0,1.67fr) minmax(450px,.83fr);
  }

  .top-brand{
    left:54px;
    top:34px;
  }

  .logo{width:230px}

  .tagline strong,
  .tagline span{
    font-size:28px;
  }

  .mini-message{
    left:54px;
    bottom:44px;
  }
}

/* STANDARD LAPTOP */
@media (min-width:1200px) and (max-width:1599px){
  .page{
    grid-template-columns:minmax(0,1.56fr) minmax(405px,.84fr);
  }

  .top-brand{
    left:34px;
    top:24px;
    gap:20px;
  }

  .logo{width:185px}

  .tagline{
    padding-left:20px;
  }

  .tagline strong,
  .tagline span{
    font-size:22px;
  }

  .mini-message{
    left:34px;
    bottom:28px;
    max-width:390px;
  }

  .login-card{
    max-width:465px;
    padding:36px 32px 30px;
  }
}

/* SMALL LAPTOP / LANDSCAPE TABLET */
@media (min-width:961px) and (max-width:1199px){
  .page{
    grid-template-columns:minmax(0,1.18fr) minmax(375px,.82fr);
  }

  .top-brand{
    left:24px;
    top:20px;
    gap:16px;
  }

  .logo{width:155px}

  .tagline{
    padding-left:16px;
  }

  .tagline strong,
  .tagline span{
    font-size:18px;
  }

  .hero-image img{
    object-position:56% center;
  }

  .mini-message{
    left:24px;
    bottom:22px;
    max-width:330px;
    padding:11px 14px;
  }

  .mini-line{font-size:14px}
  .mini-sub{font-size:12px}

  .login-panel{
    padding:24px 20px;
  }

  .trust-line{
    justify-content:center;
  }

  .login-card{
    padding:31px 27px 27px;
  }
}

/* TABLET */
@media (max-width:960px){
  .page{
    grid-template-columns:1fr;
  }

  .visual-panel{
    min-height:720px;
  }

  .top-brand{
    top:22px;
    left:22px;
    right:22px;
    gap:18px;
  }

  .logo{
    width:165px;
  }

  .tagline{
    padding-left:18px;
  }

  .tagline strong,
  .tagline span{
    font-size:20px;
  }

  .hero-image img{
    object-position:center center;
  }

  .mini-message{
    left:22px;
    bottom:24px;
  }

  .login-panel{
    min-height:auto;
    padding:28px 20px 38px;
  }

  .trust-line{
    justify-content:center;
    flex-wrap:wrap;
  }

  .login-card{
    width:min(100%,560px);
    margin:24px 0 0;
  }

  footer{
    margin-top:25px;
  }
}

/* MOBILE */
@media (max-width:600px){
  .visual-panel{
    min-height:620px;
  }

  .top-brand{
    top:16px;
    left:16px;
    right:16px;
    gap:12px;
  }

  .logo{
    width:130px;
  }

  .tagline{
    padding-left:12px;
  }

  .tagline strong,
  .tagline span{
    font-size:15px;
  }

  .hero-image img{
    object-position:58% center;
  }

  .image-fade{
    background:
      linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.52) 12%,rgba(255,255,255,0) 28%),
      linear-gradient(90deg,rgba(255,255,255,.20) 0%,rgba(255,255,255,0) 38%);
  }

  .mini-message{
    left:16px;
    right:16px;
    bottom:18px;
    max-width:none;
    padding:11px 13px;
  }

  .mini-line{font-size:14px}
  .mini-sub{font-size:11.5px}

  .login-panel{
    padding:22px 14px 32px;
  }

  .trust-line{
    font-size:10.5px;
    gap:7px;
  }

  .login-card{
    margin-top:19px;
    padding:28px 20px 25px;
    border-radius:18px;
  }

  .login-logo{
    width:158px;
    margin-bottom:20px;
  }

  .login-card h1{
    font-size:27px;
  }

  .sub{
    font-size:13px;
  }

  .field{
    height:54px;
  }

  .options{
    font-size:12px;
    gap:10px;
  }

  .sign-in{
    height:54px;
  }

  .support{
    margin-top:29px;
    font-size:12px;
  }

  footer{
    font-size:10.5px;
  }
}

/* VERY NARROW PHONE */
@media (max-width:390px){
  .visual-panel{
    min-height:580px;
  }

  .logo{
    width:115px;
  }

  .tagline strong,
  .tagline span{
    font-size:13.5px;
  }

  .options{
    flex-direction:column;
    align-items:flex-start;
  }

  .login-card{
    padding-left:16px;
    padding-right:16px;
  }
}
