body.is-login {
  background:
    radial-gradient(circle at 20% 18%, rgba(22, 95, 255, 0.2), transparent 24%),
    radial-gradient(circle at 80% 22%, rgba(26, 126, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #040914 0%, #06101d 34%, #07111f 100%);
  color: #f5f8ff;
}

body.is-login .app-shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
}

body.is-login .login-view {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.is-login .login-view::before,
body.is-login .login-view::after,
body.is-login .login-stage::before,
body.is-login .login-stage::after,
body.is-login .visual-scan,
body.is-login .car3d-ambient,
body.is-login .car3d-speed,
body.is-login .login-car-reference,
body.is-login .login-car3d-canvas {
  display: none !important;
}

body.is-login .login-spotlight-canvas,
body.is-login .login-road-canvas {
  display: none !important;
}

body.is-login .login-stage {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 20px;
  background:
    radial-gradient(circle at 24% 40%, rgba(15, 84, 255, 0.09), transparent 28%),
    radial-gradient(circle at 76% 56%, rgba(34, 153, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #040914 0%, #07111e 52%, #07111f 100%);
  overflow: hidden;
}

body.is-login .login-stage > * {
  align-self: stretch;
}

body.is-login .login-grid {
  position: absolute;
  inset: 72px 0 0;
  background-image:
    linear-gradient(rgba(32, 108, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 108, 255, 0.05) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.28;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), #000 18%, #000 80%, rgba(0, 0, 0, 0.2));
}

body.is-login .login-road-canvas {
  inset: 72px 0 0;
  opacity: 0.58;
}

body.is-login .login-blur {
  z-index: 0;
  mix-blend-mode: screen;
}

body.is-login .login-blur.one {
  top: 18%;
  right: 6%;
  width: 440px;
  height: 440px;
  background: rgba(20, 87, 255, 0.12);
  filter: blur(120px);
}

body.is-login .login-blur.two {
  left: 10%;
  top: 42%;
  width: 360px;
  height: 360px;
  background: rgba(28, 109, 255, 0.12);
  filter: blur(120px);
}

body.is-login .login-blur.three {
  left: 38%;
  bottom: 16%;
  width: 460px;
  height: 280px;
  background: rgba(24, 157, 255, 0.1);
  filter: blur(110px);
}

body.is-login .login-home-header,
body.is-login .login-home-main,
body.is-login .login-marketing-row,
body.is-login .login-service-row {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

body.is-login .login-home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 74px;
  padding: 10px 50px 10px;
  border-bottom: 1px solid rgba(93, 116, 155, 0.14);
}

body.is-login .login-home-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

body.is-login .login-home-brand-icon {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2177ff 0%, #0e53db 100%);
  box-shadow:
    0 10px 20px rgba(8, 50, 156, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.is-login .brand-car-svg {
  position: absolute;
  inset: 7% 7.5% 9%;
  width: 85%;
  height: 84%;
  overflow: visible;
}

body.is-login .brand-car-line {
  fill: none;
  stroke: #fff;
  stroke-width: 4.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.is-login .brand-car-roof-line {
  stroke-width: 4.2;
}

body.is-login .brand-car-hood {
  stroke-width: 4.8;
}

body.is-login .brand-car-window-line {
  stroke-width: 3.5;
}

body.is-login .brand-car-wheel-line {
  stroke-width: 5.7;
}

body.is-login .brand-car-fill {
  fill: #fff;
}

body.is-login .brand-car-roof,
body.is-login .brand-car-body,
body.is-login .brand-car-wheel {
  position: absolute;
  display: none;
  background: #fff;
}

body.is-login .brand-car-roof {
  left: 12px;
  top: 12px;
  width: 20px;
  height: 6px;
  border-radius: 8px 8px 2px 2px;
}

body.is-login .brand-car-body {
  left: 9px;
  top: 18px;
  width: 26px;
  height: 9px;
  border-radius: 4px 6px 3px 3px;
}

body.is-login .brand-car-wheel {
  top: 26px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
}

body.is-login .brand-car-wheel-left {
  left: 13px;
}

body.is-login .brand-car-wheel-right {
  right: 13px;
}

body.is-login .login-home-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.is-login .login-home-brand-copy strong {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

body.is-login .login-home-brand-copy small {
  color: rgba(218, 226, 244, 0.74);
  font-size: 12px;
}

body.is-login .login-home-nav {
  display: flex;
  align-items: center;
  gap: 42px;
}

body.is-login .login-home-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

body.is-login .login-home-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 31.5vw);
  align-items: stretch;
  gap: 34px;
  padding: 28px 58px 0;
  min-height: clamp(570px, calc(100svh - 306px), 690px);
}

body.is-login .login-home-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: min(770px, 64%);
  max-width: none;
  padding-top: 22px;
  z-index: 6;
}

body.is-login .login-hero-copy {
  width: 100%;
  margin: 0;
  text-align: left;
}

body.is-login .login-hero-copy h1 {
  margin: 16px 0 0;
  color: #f7f9ff;
  font-size: clamp(58px, 4.65vw, 86px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

body.is-login .login-hero-copy h1 span {
  color: #1f78ff;
}

body.is-login .login-hero-copy p {
  margin: 24px 0 0;
  color: rgba(210, 219, 236, 0.82);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.3;
  white-space: nowrap;
}

body.is-login .login-check-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
}

body.is-login .login-check-list li {
  position: relative;
  padding-left: 38px;
  color: #e8eefc;
  font-size: 22px;
  line-height: 1.3;
}

body.is-login .login-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid #0d72ff;
  box-shadow: 0 0 14px rgba(12, 114, 255, 0.32);
}

body.is-login .login-check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #0d72ff;
  border-bottom: 2px solid #0d72ff;
  transform: rotate(-45deg);
}

body.is-login .login-home-visual {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 570px;
  margin: 0;
  z-index: 3;
}

body.is-login .hero-route {
  position: absolute;
  border: 2px dashed rgba(38, 118, 255, 0.9);
  border-radius: 999px;
  opacity: 0.85;
}

body.is-login .hero-route-top {
  left: 440px;
  top: 182px;
  width: 560px;
  height: 132px;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(6deg);
}

body.is-login .hero-route-bottom {
  left: 34px;
  bottom: 28px;
  width: 430px;
  height: 132px;
  border-top: 0;
  border-right: 0;
  transform: rotate(-7deg);
}

body.is-login .hero-pin {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #0f72ff;
  box-shadow: 0 0 18px rgba(15, 114, 255, 0.45);
  transform: rotate(-45deg);
}

body.is-login .hero-pin::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.82);
}

body.is-login .hero-pin-left {
  left: 36px;
  bottom: 74px;
}

body.is-login .hero-pin-right {
  left: 410px;
  top: 265px;
}

body.is-login .hero-data-card {
  position: absolute;
  border-radius: 18px;
  border: 1px solid rgba(111, 131, 167, 0.18);
  background: linear-gradient(180deg, rgba(11, 24, 44, 0.92), rgba(9, 20, 37, 0.88));
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

body.is-login .hero-data-card-top {
  top: 62px;
  left: min(670px, 58%);
  width: 146px;
  padding: 16px 18px 18px;
}

body.is-login .hero-data-card-top span,
body.is-login .hero-data-card-bottom span {
  color: rgba(228, 237, 255, 0.76);
  font-size: 14px;
}

body.is-login .hero-data-card-top strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}

body.is-login .hero-data-card-top strong small {
  margin-left: 4px;
  font-size: 16px;
}

body.is-login .hero-mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 58px;
  margin-top: 14px;
}

body.is-login .hero-mini-bars i {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #3d9cff 0%, #195df1 100%);
  box-shadow: 0 0 18px rgba(34, 122, 255, 0.26);
}

body.is-login .hero-mini-bars i:nth-child(1) { height: 26px; }
body.is-login .hero-mini-bars i:nth-child(2) { height: 36px; }
body.is-login .hero-mini-bars i:nth-child(3) { height: 22px; }
body.is-login .hero-mini-bars i:nth-child(4) { height: 42px; }
body.is-login .hero-mini-bars i:nth-child(5) { height: 50px; }

body.is-login .hero-card-car {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 165, 66, 0.18);
}

body.is-login .hero-card-car::before,
body.is-login .hero-card-car::after {
  content: "";
  position: absolute;
  background: #f19c41;
}

body.is-login .hero-card-car::before {
  left: 7px;
  top: 10px;
  width: 14px;
  height: 6px;
  border-radius: 4px;
}

body.is-login .hero-card-car::after {
  left: 9px;
  top: 7px;
  width: 10px;
  height: 4px;
  border-radius: 5px 5px 2px 2px;
}

body.is-login .hero-phone {
  position: absolute;
  left: min(790px, 68%);
  top: 104px;
  width: 228px;
  height: 422px;
  padding: 18px 16px 14px;
  border-radius: 34px;
  transform: rotate(8deg);
  background:
    linear-gradient(180deg, rgba(28, 45, 78, 0.96), rgba(6, 12, 27, 0.96)),
    #0a1221;
  border: 2px solid rgba(153, 173, 212, 0.22);
  box-shadow:
    18px 26px 46px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 0 4px rgba(18, 32, 59, 0.48);
}

body.is-login .hero-phone::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(9, 38, 97, 0.96), rgba(3, 12, 29, 0.96));
}

body.is-login .hero-phone-notch {
  position: absolute;
  left: 50%;
  top: 14px;
  z-index: 2;
  width: 90px;
  height: 10px;
  margin-left: -45px;
  border-radius: 0 0 10px 10px;
  background: rgba(8, 13, 24, 0.95);
}

body.is-login .hero-phone-screen {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: 20px 10px 12px;
  color: #ecf5ff;
}

body.is-login .hero-phone-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(153, 194, 255, 0.72);
}

body.is-login .hero-phone-topline em {
  width: 14px;
  height: 10px;
  border-top: 2px solid rgba(153, 194, 255, 0.72);
  border-bottom: 2px solid rgba(153, 194, 255, 0.72);
  opacity: 0.8;
}

body.is-login .hero-phone-income span {
  color: rgba(133, 187, 255, 0.82);
  font-size: 13px;
}

body.is-login .hero-phone-income strong {
  display: block;
  margin-top: 8px;
  font-size: 42px;
  line-height: 1;
}

body.is-login .hero-phone-metrics {
  display: flex;
  gap: 24px;
  color: rgba(173, 206, 255, 0.78);
  font-size: 14px;
}

body.is-login .hero-phone-chart {
  position: relative;
  height: 122px;
  margin-top: 4px;
}

body.is-login .hero-phone-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(86, 137, 214, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 137, 214, 0.12) 1px, transparent 1px);
  background-size: 100% 28px, 34px 100%;
  border-radius: 12px;
}

body.is-login .hero-phone-chart i {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  bottom: 20px;
}

body.is-login .hero-phone-chart i::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 3px solid #2387ff;
  border-right: 3px solid #2387ff;
  transform-origin: left bottom;
}

body.is-login .hero-phone-chart i:nth-child(1)::before { clip-path: polygon(0 72%, 18% 60%, 18% 64%, 0 76%); }
body.is-login .hero-phone-chart i:nth-child(2)::before { clip-path: polygon(18% 64%, 34% 74%, 34% 78%, 18% 68%); }
body.is-login .hero-phone-chart i:nth-child(3)::before { clip-path: polygon(34% 78%, 49% 52%, 49% 56%, 34% 82%); }
body.is-login .hero-phone-chart i:nth-child(4)::before { clip-path: polygon(49% 56%, 66% 66%, 66% 70%, 49% 60%); }
body.is-login .hero-phone-chart i:nth-child(5)::before { clip-path: polygon(66% 70%, 82% 34%, 82% 38%, 66% 74%); }
body.is-login .hero-phone-chart i:nth-child(6)::before { clip-path: polygon(82% 38%, 100% 16%, 100% 20%, 82% 42%); }

body.is-login .hero-data-card-bottom {
  left: min(744px, 64%);
  bottom: 52px;
  width: 236px;
  padding: 18px 18px 16px;
}

body.is-login .hero-balance-list {
  display: grid;
  gap: 12px;
}

body.is-login .hero-balance-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(223, 234, 255, 0.72);
  font-size: 12px;
}

body.is-login .hero-balance-list b {
  font-size: 14px;
  font-weight: 700;
}

body.is-login .hero-balance-list div:nth-child(1) b {
  color: #2cdb9b;
}

body.is-login .hero-balance-donut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

body.is-login .hero-balance-donut strong {
  color: #fff;
  font-size: 22px;
}

body.is-login .hero-donut-ring {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(#2185ff 0 68%, #34d5b0 68% 82%, rgba(255, 255, 255, 0.14) 82% 100%);
}

body.is-login .hero-donut-ring::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: inherit;
  background: #091426;
}

body.is-login .hero-car-scene {
  position: absolute;
  left: 150px;
  right: 300px;
  bottom: 0;
  height: 350px;
}

body.is-login .hero-road-glow {
  position: absolute;
  left: 16px;
  right: 46px;
  bottom: 18px;
  height: 66px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 42% 50%, rgba(30, 122, 255, 0.28), transparent 58%),
    radial-gradient(ellipse at 64% 50%, rgba(32, 187, 255, 0.18), transparent 48%);
  filter: blur(18px);
}

body.is-login .hero-car {
  position: absolute;
  left: 20px;
  bottom: 38px;
  width: 520px;
  height: 236px;
}

body.is-login .hero-car-roof,
body.is-login .hero-car-body,
body.is-login .hero-car-window,
body.is-login .hero-car-grill,
body.is-login .hero-car-light,
body.is-login .hero-car-wheel,
body.is-login .hero-car-plate {
  position: absolute;
}

body.is-login .hero-car-roof {
  left: 132px;
  top: 16px;
  width: 264px;
  height: 78px;
  border-radius: 90px 118px 34px 20px;
  background: linear-gradient(180deg, #fefefe 0%, #cfd8e8 100%);
  transform: skewX(-14deg);
}

body.is-login .hero-car-window {
  top: 34px;
  height: 50px;
  background: linear-gradient(180deg, #1b3358 0%, #0c1e3a 100%);
  opacity: 0.92;
}

body.is-login .hero-car-window-back {
  left: 178px;
  width: 126px;
  clip-path: polygon(0 100%, 18% 0, 96% 0, 100% 100%);
}

body.is-login .hero-car-window-front {
  left: 308px;
  width: 82px;
  clip-path: polygon(0 100%, 16% 0, 100% 0, 78% 100%);
}

body.is-login .hero-car-body {
  left: 18px;
  top: 76px;
  width: 486px;
  height: 134px;
  border-radius: 90px 98px 32px 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(223, 229, 241, 0.7)),
    linear-gradient(120deg, #ffffff 0%, #d7deeb 38%, #f7f8fb 60%, #bec8dc 100%);
  box-shadow:
    inset 0 -18px 26px rgba(120, 132, 156, 0.18),
    inset 0 12px 16px rgba(255, 255, 255, 0.48),
    0 16px 28px rgba(0, 0, 0, 0.2);
}

body.is-login .hero-car-grill {
  left: 32px;
  top: 116px;
  width: 94px;
  height: 48px;
  border-radius: 18px 12px 12px 18px;
  background: linear-gradient(180deg, #182434 0%, #080d13 100%);
  border: 2px solid rgba(194, 204, 222, 0.24);
}

body.is-login .hero-car-grill::after {
  content: "";
  position: absolute;
  inset: 8px 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.18);
  border-bottom: 2px solid rgba(255, 255, 255, 0.18);
}

body.is-login .hero-car-light {
  top: 108px;
  width: 68px;
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #a6d5ff 0%, #f7fbff 100%);
  box-shadow: 0 0 18px rgba(154, 212, 255, 0.28);
}

body.is-login .hero-car-light-left {
  left: 96px;
  transform: skewX(-18deg);
}

body.is-login .hero-car-light-right {
  right: 42px;
  width: 54px;
  opacity: 0.78;
}

body.is-login .hero-car-wheel {
  bottom: 0;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #121a24 0 24%, #5b6470 24% 30%, #131920 30% 66%, #06080c 66% 100%);
  box-shadow:
    0 0 0 6px #272c34 inset,
    0 0 0 10px #adb5c3 inset,
    0 12px 18px rgba(0, 0, 0, 0.28);
}

body.is-login .hero-car-wheel-left {
  left: 106px;
}

body.is-login .hero-car-wheel-right {
  right: 46px;
}

body.is-login .hero-car-plate {
  left: 38px;
  bottom: 30px;
  width: 90px;
  height: 30px;
  border-radius: 4px;
  background: linear-gradient(180deg, #f4f4f6 0%, #dfe4ec 100%);
  color: #141b24;
  font-size: 11px;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
}

body.is-login .hero-driver {
  position: absolute;
  left: 402px;
  bottom: 8px;
  width: 112px;
  height: 240px;
}

body.is-login .hero-driver-head,
body.is-login .hero-driver-body,
body.is-login .hero-driver-leg,
body.is-login .hero-driver-arm,
body.is-login .hero-driver-phone {
  position: absolute;
}

body.is-login .hero-driver-head {
  left: 40px;
  top: 2px;
  width: 28px;
  height: 34px;
  border-radius: 14px 14px 16px 16px;
  background: linear-gradient(180deg, #f4d7c2 0%, #e5b999 100%);
  box-shadow: inset 0 -4px 6px rgba(184, 124, 93, 0.18);
}

body.is-login .hero-driver-head::before {
  content: "";
  position: absolute;
  inset: -2px 2px 18px;
  border-radius: 16px 16px 6px 6px;
  background: #2b2b33;
}

body.is-login .hero-driver-body {
  left: 22px;
  top: 30px;
  width: 64px;
  height: 120px;
  border-radius: 18px 18px 10px 10px;
  background:
    linear-gradient(180deg, #234f93 0%, #1f3f78 54%, #13284d 100%);
}

body.is-login .hero-driver-body::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 8px;
  height: 120px;
  background: linear-gradient(180deg, #f1f4f8 0%, #dce3ec 100%);
}

body.is-login .hero-driver-leg {
  top: 142px;
  width: 22px;
  height: 88px;
  border-radius: 12px;
  background: linear-gradient(180deg, #20242e 0%, #0e1118 100%);
}

body.is-login .hero-driver-leg-left {
  left: 36px;
  transform: rotate(6deg);
}

body.is-login .hero-driver-leg-right {
  left: 62px;
  height: 92px;
  transform: rotate(-6deg);
}

body.is-login .hero-driver-leg::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 22px;
  height: 10px;
  border-radius: 10px;
  background: #f1f3f7;
}

body.is-login .hero-driver-leg-left::after {
  left: -4px;
}

body.is-login .hero-driver-leg-right::after {
  left: -1px;
}

body.is-login .hero-driver-arm {
  top: 52px;
  width: 18px;
  height: 68px;
  border-radius: 12px;
  background: linear-gradient(180deg, #244f92 0%, #1a3867 100%);
}

body.is-login .hero-driver-arm-left {
  left: 14px;
  transform: rotate(12deg);
}

body.is-login .hero-driver-arm-right {
  left: 72px;
  transform: rotate(-16deg);
}

body.is-login .hero-driver-phone {
  left: 84px;
  top: 58px;
  width: 14px;
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(180deg, #28334a 0%, #0f1728 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

body.is-login .login-form-panel {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  min-height: auto;
  padding: 0;
  background: transparent;
}

body.is-login .login-card {
  width: 100%;
  gap: 18px;
  padding: 44px 44px 30px;
  border: 1px solid rgba(100, 116, 148, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(12, 23, 38, 0.88), rgba(8, 19, 32, 0.92)),
    rgba(10, 19, 31, 0.92);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

body.is-login .login-card::before {
  content: none;
}

body.is-login .login-title {
  margin-bottom: 6px;
  text-align: center;
}

body.is-login .login-title h2 {
  margin: 0;
  color: #eef3ff;
  font-size: 36px;
  font-weight: 900;
}

body.is-login .login-title p {
  margin-top: 18px;
  color: rgba(169, 183, 210, 0.72);
  font-size: 16px;
}

body.is-login .login-tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 18px;
  color: rgba(190, 199, 216, 0.82);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

body.is-login .login-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc((100% - 30px) / 2);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #167bff 0%, #3797ff 100%);
  box-shadow: 0 0 18px rgba(22, 123, 255, 0.28);
  transform: translateX(0);
  transition: transform 0.25s ease;
}

body.is-login .login-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(121, 137, 165, 0.16);
  transform: none;
  transition: none;
}

body.is-login .login-tabs.is-email::before {
  transform: translateX(calc(100% + 30px));
}

body.is-login .login-tabs button {
  position: relative;
  z-index: 1;
  padding: 0 0 18px;
  border-bottom: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
}

body.is-login .login-tabs button.active {
  color: #1d82ff;
}

body.is-login .login-user-field,
body.is-login .login-pass-field {
  position: relative;
  display: block;
}

body.is-login .field-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: rgba(170, 181, 202, 0.8);
  transform: translateY(-50%);
}

body.is-login .field-icon::before,
body.is-login .field-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

body.is-login .field-icon-user::before {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

body.is-login .field-icon-user::after {
  left: 2px;
  top: 12px;
  width: 16px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 10px 10px 4px 4px;
}

body.is-login .field-icon-mail {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

body.is-login .field-icon-mail::before,
body.is-login .field-icon-mail::after {
  content: none;
}

body.is-login .field-icon-lock::before {
  left: 5px;
  top: 0;
  width: 12px;
  height: 10px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}

body.is-login .field-icon-lock::after {
  left: 3px;
  top: 8px;
  width: 16px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

body.is-login .login-user-field input,
body.is-login .login-pass-field input {
  width: 100%;
  height: 64px;
  padding: 0 18px 0 56px;
  border: 1px solid rgba(112, 128, 156, 0.16);
  border-radius: 12px;
  background: rgba(14, 24, 39, 0.72);
  color: #eef3ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body.is-login .login-user-field input::placeholder,
body.is-login .login-pass-field input::placeholder {
  color: rgba(159, 172, 196, 0.66);
}

body.is-login .login-user-field input:focus,
body.is-login .login-pass-field input:focus {
  border-color: rgba(42, 129, 255, 0.54);
  box-shadow: 0 0 0 4px rgba(22, 123, 255, 0.12);
}

body.is-login .login-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
  padding-left: 8px;
  color: rgba(199, 208, 222, 0.9);
  font-size: 14px;
  overflow: visible;
}

/* 自定义 checkbox 样式 */
body.is-login .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  padding-left: 4px;
}

body.is-login .checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

body.is-login .custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid rgba(199, 208, 222, 0.5);
  border-radius: 4px;
  background: transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

body.is-login .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox {
  background: #187aff;
  border-color: #187aff;
}

body.is-login .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body.is-login .checkbox-wrapper:hover .custom-checkbox {
  border-color: rgba(199, 208, 222, 0.8);
}

body.is-login .login-options span:last-child {
  line-height: 1.2;
}

body.is-login .primary-btn {
  min-height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a6fff 0%, #1f4fff 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(26, 111, 255, 0.32);
}

body.is-login .login-register-row {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 6px;
  color: rgba(173, 184, 204, 0.72);
  font-size: 14px;
}

body.is-login .text-btn {
  padding: 0;
  background: transparent;
  color: #1d82ff;
  font-weight: 700;
}

body.is-login .form-error {
  min-height: 18px;
  margin: 0;
  color: #ff7f7b;
  text-align: center;
}

body.is-login .login-marketing-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 20px;
  padding: 0 58px;
}

body.is-login .marketing-card {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 132px;
  padding: 0 28px;
  border: 1px solid rgba(92, 110, 145, 0.16);
  background: rgba(10, 18, 31, 0.84);
}

body.is-login .marketing-card + .marketing-card {
  border-left: 0;
}

body.is-login .marketing-card:first-child {
  border-radius: 18px 0 0 18px;
}

body.is-login .marketing-card:last-child {
  border-radius: 0 18px 18px 0;
}

body.is-login .marketing-icon {
  position: relative;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.is-login .marketing-icon::before,
body.is-login .marketing-icon::after {
  content: "";
  position: absolute;
}

body.is-login .marketing-icon-record {
  background: radial-gradient(circle at 30% 28%, rgba(51, 128, 255, 0.36), rgba(13, 56, 143, 0.42));
}

body.is-login .marketing-icon-record::before {
  left: 20px;
  top: 18px;
  width: 34px;
  height: 24px;
  border-radius: 6px;
  background: rgba(237, 246, 255, 0.96);
}

body.is-login .marketing-icon-record::after {
  left: 42px;
  top: 36px;
  width: 14px;
  height: 14px;
  border: 2px solid #156cff;
  border-radius: 50%;
}

body.is-login .marketing-icon-report {
  background: radial-gradient(circle at 30% 28%, rgba(46, 118, 255, 0.34), rgba(15, 40, 117, 0.42));
}

body.is-login .marketing-icon-report::before {
  left: 21px;
  bottom: 18px;
  width: 8px;
  height: 22px;
  border-radius: 3px;
  background: #2192ff;
  box-shadow:
    13px -8px 0 0 #2f86ff,
    26px -16px 0 0 #36a5ff;
}

body.is-login .marketing-icon-report::after {
  left: 18px;
  top: 17px;
  width: 34px;
  height: 34px;
  border-left: 3px solid rgba(230, 242, 255, 0.8);
  border-bottom: 3px solid rgba(230, 242, 255, 0.8);
  opacity: 0.8;
}

body.is-login .marketing-icon-bill {
  background: radial-gradient(circle at 30% 28%, rgba(39, 202, 145, 0.34), rgba(13, 87, 67, 0.42));
}

body.is-login .marketing-icon-bill::before {
  left: 22px;
  top: 16px;
  width: 28px;
  height: 38px;
  border-radius: 6px;
  background: rgba(230, 250, 243, 0.92);
}

body.is-login .marketing-icon-bill::after {
  left: 39px;
  top: 31px;
  width: 16px;
  height: 16px;
  border: 3px solid #24b98c;
  border-radius: 50%;
}

body.is-login .marketing-card h3,
body.is-login .service-item h3 {
  margin: 0;
  color: #f2f6ff;
  font-size: 22px;
  font-weight: 700;
}

body.is-login .marketing-card p,
body.is-login .service-item p {
  margin: 12px 0 0;
  color: rgba(179, 191, 212, 0.74);
  font-size: 16px;
}

body.is-login .login-service-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
  padding: 0 58px;
  border: 1px solid rgba(92, 110, 145, 0.16);
  border-radius: 18px;
  background: rgba(10, 18, 31, 0.78);
}

body.is-login .service-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 0 28px;
}

body.is-login .service-item + .service-item {
  border-left: 1px solid rgba(92, 110, 145, 0.18);
}

body.is-login .service-icon {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: rgba(204, 216, 239, 0.72);
}

body.is-login .service-icon::before,
body.is-login .service-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-color: currentColor;
}

body.is-login .service-icon-shield::before {
  left: 8px;
  top: 6px;
  width: 28px;
  height: 32px;
  border: 3px solid currentColor;
  border-radius: 10px 10px 14px 14px;
  clip-path: polygon(50% 0, 100% 18%, 100% 56%, 50% 100%, 0 56%, 0 18%);
}

body.is-login .service-icon-shield::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

body.is-login .service-icon-sync::before {
  left: 5px;
  top: 14px;
  width: 34px;
  height: 16px;
  border: 3px solid currentColor;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: 0;
}

body.is-login .service-icon-sync::after {
  left: 17px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

body.is-login .service-icon-headset::before {
  left: 8px;
  top: 8px;
  width: 28px;
  height: 22px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

body.is-login .service-icon-headset::after {
  left: 8px;
  bottom: 10px;
  width: 28px;
  height: 10px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 0 0 8px 8px;
}

body.is-login .service-icon-star::before {
  left: 9px;
  top: 9px;
  width: 26px;
  height: 26px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

body.is-login .service-icon-star::after {
  left: 17px;
  top: 17px;
  width: 10px;
  height: 10px;
  border: 3px solid currentColor;
  transform: rotate(45deg);
}

@media (max-width: 1440px) {
  body.is-login .login-home-main {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 450px);
  }

  body.is-login .login-hero-copy h1 {
    font-size: clamp(46px, 4.6vw, 74px);
  }

  body.is-login .login-check-list li {
    font-size: 20px;
  }

  body.is-login .hero-phone {
    left: 220px;
  }
}

@media (min-width: 1600px) {
  body.is-login .login-home-header {
    padding-left: 48px;
    padding-right: 60px;
  }

  body.is-login .login-home-main {
    grid-template-columns: minmax(0, 1fr) 588px;
    gap: 34px;
    padding-left: 58px;
    padding-right: 58px;
    min-height: clamp(600px, calc(100svh - 308px), 690px);
  }

  body.is-login .login-home-copy {
    width: 720px;
    padding-top: 26px;
  }

  body.is-login .login-hero-copy h1 {
    font-size: 80px;
  }

  body.is-login .login-hero-copy p {
    font-size: 30px;
  }

  body.is-login .login-home-visual {
    min-height: 600px;
  }

  body.is-login .hero-route-top {
    left: 526px;
    top: 172px;
    width: 586px;
  }

  body.is-login .hero-route-bottom {
    left: 30px;
    bottom: 24px;
  }

  body.is-login .hero-pin-right {
    left: 450px;
    top: 274px;
  }

  body.is-login .hero-data-card-top {
    left: 708px;
    top: 74px;
  }

  body.is-login .hero-phone {
    left: 842px;
    top: 116px;
  }

  body.is-login .hero-data-card-bottom {
    left: 804px;
    bottom: 56px;
  }

  body.is-login .hero-car-scene {
    left: 174px;
    right: 360px;
    bottom: 8px;
  }

  body.is-login .hero-car {
    width: 550px;
    height: 248px;
  }

  body.is-login .hero-driver {
    left: 430px;
  }

  body.is-login .login-card {
    width: 588px;
    padding: 46px 44px 30px;
  }
}

@media (max-width: 1200px) {
  body.is-login .login-home-main {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
  }

  body.is-login .login-form-panel {
    grid-column: auto;
    grid-row: auto;
    width: min(100%, 520px);
    margin: 0 auto;
  }

  body.is-login .login-home-visual {
    grid-column: auto;
    grid-row: auto;
    height: 520px;
    margin: 0;
  }

  body.is-login .login-marketing-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.is-login .marketing-card,
  body.is-login .marketing-card + .marketing-card {
    border-left: 1px solid rgba(92, 110, 145, 0.16);
    border-radius: 18px;
  }

  body.is-login .login-service-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.is-login .service-item:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 768px) {
  body.is-login .login-home-header,
  body.is-login .login-home-main,
  body.is-login .login-marketing-row,
  body.is-login .login-service-row {
    width: 100%;
  }

  body.is-login .login-home-header {
    padding: 16px 18px 14px;
  }

  body.is-login .login-home-nav {
    gap: 18px;
  }

  body.is-login .login-home-nav a {
    font-size: 14px;
  }

  body.is-login .login-home-main {
    padding: 24px 18px 0;
  }

  body.is-login .login-hero-copy h1 {
    font-size: 42px;
  }

  body.is-login .login-hero-copy p {
    font-size: 20px;
  }

  body.is-login .login-check-list {
    gap: 14px;
    margin-top: 24px;
  }

  body.is-login .login-check-list li {
    font-size: 16px;
    padding-left: 32px;
  }

  body.is-login .login-home-visual {
    height: 360px;
    overflow: hidden;
  }

  body.is-login .hero-phone {
    left: 166px;
    top: 56px;
    width: 168px;
    height: 300px;
  }

  body.is-login .hero-phone-income strong {
    font-size: 28px;
  }

  body.is-login .hero-data-card-top {
    left: 250px;
    width: 110px;
    padding: 12px;
  }

  body.is-login .hero-data-card-bottom {
    left: 238px;
    width: 150px;
    padding: 12px;
  }

  body.is-login .hero-car {
    left: 8px;
    transform: scale(0.8);
    transform-origin: left bottom;
  }

  body.is-login .hero-driver {
    left: 216px;
    transform: scale(0.84);
    transform-origin: left bottom;
  }

  body.is-login .login-card {
    padding: 24px 22px 20px;
  }

  body.is-login .login-marketing-row,
  body.is-login .login-service-row {
    padding: 0 18px;
  }

  body.is-login .login-service-row {
    grid-template-columns: 1fr;
  }

  body.is-login .service-item,
  body.is-login .service-item + .service-item {
    border-left: 0;
    border-top: 1px solid rgba(92, 110, 145, 0.18);
  }

  body.is-login .service-item:first-child {
    border-top: 0;
  }
}

/* 4K reference homepage: live text stays crisp; the supplied car/person/phone image is only a visual layer. */
body.is-login {
  --login-page-pad: clamp(42px, 3.25vw, 116px);
  --login-side-width: clamp(560px, 23.6vw, 860px);
  background:
    radial-gradient(circle at 24% 26%, rgba(19, 102, 255, 0.18), transparent 24%),
    radial-gradient(circle at 70% 34%, rgba(19, 102, 255, 0.12), transparent 25%),
    linear-gradient(180deg, #02070f 0%, #050b15 46%, #071221 100%);
}

body.is-login .login-stage {
  min-height: 100vh;
  min-height: 100svh;
  padding-bottom: clamp(22px, 2.4vh, 52px);
  background:
    radial-gradient(circle at 50% 45%, rgba(10, 77, 179, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(1, 6, 13, 0.2), rgba(6, 15, 28, 0.82)),
    #030912;
}

body.is-login .login-grid {
  inset: 86px 0 0;
  background-size: clamp(76px, 3.8vw, 132px) clamp(76px, 3.8vw, 132px);
  opacity: 0.2;
}

body.is-login .login-home-header {
  height: clamp(78px, 5.1vw, 118px);
  padding: 12px var(--login-page-pad);
  background: rgba(2, 7, 15, 0.78);
  backdrop-filter: blur(14px);
}

body.is-login .login-home-brand {
  gap: clamp(14px, 0.9vw, 24px);
}

body.is-login .login-home-brand-icon {
  flex-basis: clamp(50px, 3.2vw, 58px);
  width: clamp(50px, 3.2vw, 58px);
  height: clamp(50px, 3.2vw, 58px);
  border-radius: clamp(13px, 0.85vw, 16px);
  background: linear-gradient(180deg, #2389ff 0%, #1267f4 100%);
  box-shadow:
    0 14px 30px rgba(9, 93, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.is-login .brand-car-roof,
body.is-login .brand-car-body,
body.is-login .brand-car-wheel {
  position: absolute;
  box-sizing: border-box;
  background: transparent;
}

body.is-login .brand-car-roof {
  left: 27%;
  top: 20%;
  width: 46%;
  height: 26%;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 999px 999px 4px 4px;
}

body.is-login .brand-car-roof::before,
body.is-login .brand-car-roof::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 3px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
}

body.is-login .brand-car-roof::before {
  left: 18%;
}

body.is-login .brand-car-roof::after {
  right: 18%;
}

body.is-login .brand-car-body {
  left: 18%;
  top: 41%;
  width: 64%;
  height: 30%;
  border: 3px solid #fff;
  border-top-width: 4px;
  border-radius: 12px 12px 8px 8px;
}

body.is-login .brand-car-body::before,
body.is-login .brand-car-body::after {
  content: "";
  position: absolute;
  top: 38%;
  width: 6px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
}

body.is-login .brand-car-body::before {
  left: 10%;
}

body.is-login .brand-car-body::after {
  right: 10%;
}

body.is-login .brand-car-wheel {
  top: 70%;
  width: 15%;
  height: 11%;
  border-radius: 0 0 999px 999px;
  background: #fff;
}

body.is-login .brand-car-wheel-left {
  left: 25%;
}

body.is-login .brand-car-wheel-right {
  right: 25%;
}

body.is-login .login-home-brand-copy strong {
  font-size: clamp(22px, 1.38vw, 35px);
  letter-spacing: -0.03em;
}

body.is-login .login-home-brand-copy small {
  margin-top: 4px;
  color: rgba(219, 227, 245, 0.72);
  font-size: clamp(12px, 0.68vw, 17px);
  font-weight: 600;
}

body.is-login .login-home-nav {
  gap: clamp(34px, 2.4vw, 74px);
}

body.is-login .login-home-nav a {
  font-size: clamp(16px, 0.98vw, 25px);
  font-weight: 800;
}

body.is-login .login-home-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--login-side-width);
  gap: clamp(28px, 2.1vw, 68px);
  min-height: clamp(760px, 62.5vh, 1360px);
  padding: clamp(42px, 2.85vw, 72px) var(--login-page-pad) 0;
  overflow: visible;
}

body.is-login .login-home-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: min(56vw, 1320px);
  padding-top: clamp(28px, 2.35vw, 90px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 5;
}

body.is-login .login-hero-copy h1 {
  margin: 0;
  color: #f7faff;
  font-size: clamp(64px, 4.35vw, 150px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.52);
}

body.is-login .login-hero-copy h1 span {
  color: #0876ff;
  text-shadow: 0 0 34px rgba(8, 118, 255, 0.22);
}

body.is-login .login-hero-copy p {
  margin-top: clamp(20px, 1.7vw, 42px);
  color: rgba(221, 229, 245, 0.78);
  font-size: clamp(25px, 1.65vw, 54px);
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.46);
}

body.is-login .login-check-list {
  margin-top: clamp(46px, 4vw, 112px);
  gap: clamp(18px, 1.25vw, 38px);
}

body.is-login .login-check-list li {
  padding-left: clamp(46px, 2.8vw, 72px);
  color: rgba(238, 244, 255, 0.94);
  font-size: clamp(20px, 1.25vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.48);
}

body.is-login .login-check-list li::before {
  top: 50%;
  width: clamp(26px, 1.48vw, 46px);
  height: clamp(26px, 1.48vw, 46px);
  border: 3px solid #097cff;
  background: rgba(5, 18, 34, 0.52);
  box-shadow:
    0 0 0 5px rgba(9, 124, 255, 0.08),
    0 0 26px rgba(9, 124, 255, 0.48);
  transform: translateY(-50%);
}

body.is-login .login-check-list li::after {
  left: clamp(9px, 0.52vw, 16px);
  top: 50%;
  width: clamp(10px, 0.56vw, 18px);
  height: clamp(5px, 0.3vw, 9px);
  border-left: 3px solid #0d7fff;
  border-bottom: 3px solid #0d7fff;
  transform: translateY(-60%) rotate(-45deg);
}

body.is-login .login-home-visual {
  grid-column: 1 / 3;
  grid-row: 1;
  position: absolute;
  inset: 0;
  min-height: 100%;
  pointer-events: none;
  z-index: 2;
}

body.is-login .login-home-visual::before {
  content: "";
  position: absolute;
  right: calc(var(--login-side-width) + var(--login-page-pad) + clamp(28px, 1.2vw, 46px));
  top: clamp(340px, 24.8vh, 535px);
  width: clamp(1100px, 59vw, 2060px);
  aspect-ratio: 2544 / 1188;
  background:
    linear-gradient(90deg, rgba(3, 8, 16, 0.55) 0%, rgba(3, 8, 16, 0.05) 18%, rgba(3, 8, 16, 0) 72%, rgba(3, 8, 16, 0.1) 100%),
    url("/assets/login-homepage-scene-clean-4k.png") center / contain no-repeat;
  filter: drop-shadow(0 34px 56px rgba(0, 0, 0, 0.38));
}

body.is-login .login-home-visual::after {
  content: "";
  position: absolute;
  left: max(9vw, 190px);
  bottom: clamp(-20px, -1vh, 0px);
  width: min(76vw, 2500px);
  height: clamp(120px, 13vh, 270px);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 48% 50%, rgba(22, 108, 255, 0.34), transparent 58%),
    radial-gradient(ellipse at 64% 42%, rgba(34, 187, 255, 0.16), transparent 42%);
  filter: blur(22px);
  opacity: 0.82;
}

body.is-login .login-home-visual > * {
  display: none !important;
}

body.is-login .login-form-panel {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  position: relative;
  z-index: 6;
  padding: 0;
  margin-top: clamp(60px, 5.6vh, 126px);
  background: transparent;
}

body.is-login .login-card {
  width: 100%;
  min-height: clamp(560px, 37vh, 760px);
  gap: clamp(18px, 1.05vw, 32px);
  padding: clamp(42px, 2.45vw, 74px) clamp(38px, 2.25vw, 70px) clamp(30px, 1.72vw, 52px);
  border: 1px solid rgba(105, 127, 166, 0.22);
  border-radius: clamp(24px, 1.55vw, 42px);
  background:
    radial-gradient(circle at 50% 0%, rgba(42, 111, 210, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(14, 28, 46, 0.91), rgba(7, 18, 31, 0.94));
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
}

body.is-login .login-title h2 {
  font-size: clamp(38px, 2vw, 66px);
  letter-spacing: -0.05em;
}

body.is-login .login-title p {
  margin-top: clamp(14px, 1vw, 28px);
  font-size: clamp(16px, 0.92vw, 27px);
}

body.is-login .login-tabs {
  gap: clamp(28px, 1.55vw, 52px);
  margin-bottom: clamp(8px, 0.9vw, 22px);
  font-size: clamp(18px, 1vw, 29px);
}

body.is-login .login-tabs::before {
  width: calc((100% - clamp(28px, 1.55vw, 52px)) / 2);
  height: clamp(2px, 0.18vw, 4px);
}

body.is-login .login-tabs.is-email::before {
  transform: translateX(calc(100% + clamp(28px, 1.55vw, 52px)));
}

body.is-login .login-tabs button {
  padding-bottom: clamp(16px, 0.9vw, 26px);
}

body.is-login .field-icon {
  left: clamp(20px, 1.2vw, 34px);
  width: clamp(22px, 1.12vw, 34px);
  height: clamp(22px, 1.12vw, 34px);
}

body.is-login .login-user-field input,
body.is-login .login-pass-field input {
  height: clamp(64px, 3.48vw, 98px);
  padding-left: clamp(58px, 3.22vw, 96px);
  border-radius: clamp(12px, 0.85vw, 22px);
  font-size: clamp(16px, 0.88vw, 25px);
}

body.is-login .primary-btn {
  min-height: clamp(64px, 3.48vw, 98px);
  border-radius: clamp(12px, 0.85vw, 22px);
  font-size: clamp(18px, 1vw, 30px);
  box-shadow: 0 22px 48px rgba(26, 111, 255, 0.34);
}

body.is-login .login-options,
body.is-login .login-register-row,
body.is-login .form-error {
  font-size: clamp(14px, 0.74vw, 22px);
}

body.is-login .login-marketing-row {
  gap: clamp(18px, 1.25vw, 42px);
  margin-top: clamp(12px, 1.1vw, 30px);
  padding: 0 var(--login-page-pad);
  z-index: 5;
}

body.is-login .marketing-card {
  gap: clamp(22px, 1.65vw, 46px);
  min-height: clamp(132px, 8.8vw, 228px);
  padding: 0 clamp(28px, 2.1vw, 62px);
  border: 1px solid rgba(109, 132, 170, 0.22);
  border-radius: clamp(18px, 1.1vw, 30px);
  background: rgba(9, 20, 35, 0.72);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

body.is-login .marketing-card + .marketing-card {
  border-left: 1px solid rgba(109, 132, 170, 0.22);
}

body.is-login .marketing-card:first-child,
body.is-login .marketing-card:last-child {
  border-radius: clamp(18px, 1.1vw, 30px);
}

body.is-login .marketing-icon {
  flex-basis: clamp(74px, 4.6vw, 132px);
  width: clamp(74px, 4.6vw, 132px);
  height: clamp(74px, 4.6vw, 132px);
}

body.is-login .marketing-card h3,
body.is-login .service-item h3 {
  font-size: clamp(22px, 1.32vw, 38px);
  letter-spacing: -0.03em;
}

body.is-login .marketing-card p,
body.is-login .service-item p {
  margin-top: clamp(10px, 0.8vw, 22px);
  font-size: clamp(16px, 0.9vw, 26px);
  line-height: 1.55;
}

body.is-login .login-service-row {
  margin: clamp(18px, 1.25vw, 38px) var(--login-page-pad) 0;
  padding: 0;
  width: auto;
  min-height: clamp(94px, 6.8vw, 166px);
  background: rgba(9, 20, 35, 0.74);
  backdrop-filter: blur(10px);
}

body.is-login .service-item {
  min-height: clamp(94px, 6.8vw, 166px);
  padding: 0 clamp(24px, 2vw, 58px);
}

@media (min-width: 3000px) {
  body.is-login {
    --login-side-width: 830px;
  }

  body.is-login .login-home-main {
    min-height: min(1360px, calc(100svh - 800px));
  }

  body.is-login .login-home-visual::before {
    top: 500px;
    width: 2050px;
  }
}

@media (max-width: 1440px) {
  body.is-login {
    --login-page-pad: 36px;
    --login-side-width: min(450px, 34vw);
  }

  body.is-login .login-home-main {
    min-height: 720px;
  }

  body.is-login .login-home-copy {
    width: min(760px, 58vw);
  }

  body.is-login .login-hero-copy h1 {
    font-size: clamp(52px, 4.9vw, 74px);
  }

  body.is-login .login-home-visual::before {
    top: 300px;
    width: 1180px;
  }

  body.is-login .login-card {
    min-height: 560px;
  }
}

@media (max-width: 1200px) {
  body.is-login .login-home-main {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.is-login .login-home-copy {
    width: min(100%, 760px);
  }

  body.is-login .login-home-visual {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    min-height: 520px;
  }

  body.is-login .login-home-visual::before {
    right: auto;
    left: -40px;
    top: 10px;
    width: min(1180px, 118vw);
  }

  body.is-login .login-form-panel {
    grid-column: auto;
    grid-row: auto;
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  body.is-login {
    --login-page-pad: 18px;
  }

  body.is-login .login-home-header {
    height: auto;
    padding: 16px var(--login-page-pad) 14px;
  }

  body.is-login .login-home-nav {
    gap: 18px;
  }

  body.is-login .login-home-main {
    padding: 24px var(--login-page-pad) 0;
  }

  body.is-login .login-hero-copy h1,
  body.is-login .login-hero-copy p {
    white-space: normal;
  }

  body.is-login .login-home-visual {
    min-height: 340px;
    overflow: hidden;
  }

  body.is-login .login-home-visual::before {
    left: -170px;
    top: 12px;
    width: 820px;
  }

  body.is-login .login-card {
    min-height: auto;
    padding: 24px 22px 20px;
  }

  body.is-login .login-marketing-row {
    padding: 0 var(--login-page-pad);
  }

  body.is-login .login-service-row {
    margin-left: var(--login-page-pad);
    margin-right: var(--login-page-pad);
  }
}

/* Reference-sized desktop homepage. The layout follows the supplied 1792x1000 mockup proportionally. */
@media (min-width: 769px) {
  body.is-login {
    --login-stage-width: min(1792px, 100vw);
    --login-stage-height: max(760px, calc(var(--login-stage-width) * 1000 / 1792));
    background:
      radial-gradient(circle at 54% 44%, rgba(16, 92, 210, 0.16), transparent 25%),
      linear-gradient(180deg, #02070f 0%, #040c17 58%, #040b14 100%);
  }

  body.is-login .app-shell,
  body.is-login .login-view {
    width: 100%;
    min-height: 100vh;
    background: transparent;
  }

  body.is-login .login-stage {
    position: relative;
    width: var(--login-stage-width);
    height: var(--login-stage-height);
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    background:
      radial-gradient(circle at 64% 48%, rgba(14, 85, 196, 0.17), transparent 30%),
      linear-gradient(180deg, rgba(2, 7, 14, 0.99), rgba(4, 11, 20, 0.98) 100%);
    overflow: hidden;
  }

  body.is-login .login-stage::before {
    content: "";
    display: block !important;
    position: absolute;
    left: 0.8%;
    top: 7.4%;
    z-index: 3;
    width: min(67.9%, calc(100% - 500px));
    aspect-ratio: 1661 / 886;
    background:
      linear-gradient(90deg, rgba(3, 9, 18, 0.04) 0%, rgba(3, 9, 18, 0) 72%, rgba(3, 9, 18, 0.08) 100%),
      url("/assets/login-homepage-hero-reference-dark.png") center / contain no-repeat;
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.36));
    pointer-events: none;
  }

  body.is-login .login-grid {
    inset: 8% 0 0;
    background-size: 4.6% 8.3%;
    opacity: 0.1;
  }

  body.is-login .login-home-header {
    position: absolute;
    left: 2.8%;
    right: 2.8%;
    top: 1.35%;
    z-index: 10;
    width: auto;
    height: 5.8%;
    margin: 0;
    padding: 0 0 1.2%;
    background: transparent;
    border-bottom: 1px solid rgba(92, 113, 145, 0.12);
    backdrop-filter: none;
  }

  body.is-login .login-home-brand {
    gap: 14px;
  }

  body.is-login .login-home-brand-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  body.is-login .login-home-brand-copy strong {
    font-size: 28px;
    letter-spacing: 0;
  }

  body.is-login .login-home-brand-copy small {
    margin-top: 5px;
    font-size: 14px;
  }

  body.is-login .login-home-nav {
    gap: min(44px, 2.46vw);
  }

  body.is-login .login-home-nav a {
    font-size: min(18px, 1vw);
  }

  body.is-login .login-home-main {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  body.is-login .login-home-copy {
    position: absolute;
    left: 2.95%;
    top: 13.4%;
    z-index: 6;
    width: 40%;
    padding: 0;
    display: none;
  }

  body.is-login .login-hero-copy h1 {
    margin: 0;
    color: #f8fbff;
    font-size: min(82px, 4.58vw);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: 0;
    white-space: nowrap;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.48);
  }

  body.is-login .login-hero-copy h1 span {
    color: #0978ff;
  }

  body.is-login .login-hero-copy p {
    margin-top: 1.3%;
    color: rgba(220, 228, 243, 0.78);
    font-size: min(32px, 1.78vw);
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
  }

  body.is-login .login-check-list {
    max-width: none;
    margin-top: 4.5%;
    gap: min(21px, 1.17vw);
  }

  body.is-login .login-check-list li {
    padding-left: min(40px, 2.23vw);
    color: #eff5ff;
    font-size: min(22px, 1.23vw);
    font-weight: 800;
    letter-spacing: 0;
  }

  body.is-login .login-check-list li::before {
    top: 50%;
    width: min(24px, 1.34vw);
    height: min(24px, 1.34vw);
    border-width: 2px;
    transform: translateY(-50%);
  }

  body.is-login .login-check-list li::after {
    left: min(7px, 0.39vw);
    top: 50%;
    width: min(9px, 0.5vw);
    height: min(5px, 0.28vw);
    border-width: 0 0 2px 2px;
    transform: translateY(-60%) rotate(-45deg);
  }

  body.is-login .login-home-visual {
    position: absolute;
    left: 0;
    top: 7.8%;
    inset: auto;
    z-index: 3;
    width: 66.7%;
    min-height: 0;
    aspect-ratio: 1661 / 886;
    margin: 0;
    overflow: visible;
    pointer-events: none;
    display: none !important;
  }

  body.is-login .login-home-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(90deg, rgba(3, 9, 18, 0.04) 0%, rgba(3, 9, 18, 0) 72%, rgba(3, 9, 18, 0.08) 100%),
      url("/assets/login-homepage-hero-reference-dark.png") center / contain no-repeat;
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.36));
  }

  body.is-login .login-home-visual::after {
    content: "";
    position: absolute;
    left: 7%;
    right: 0;
    bottom: 0;
    height: 12%;
    border-radius: 999px;
    background: radial-gradient(ellipse at 48% 50%, rgba(20, 114, 255, 0.26), transparent 62%);
    filter: blur(16px);
    opacity: 0.78;
  }

  body.is-login .login-home-visual > * {
    display: none !important;
  }

  body.is-login .login-form-panel {
    position: absolute;
    left: auto;
    right: max(42px, calc(var(--login-stage-width) * 0.035));
    top: 26px;
    z-index: 7;
    width: min(454px, calc(100vw - 98px));
    padding: 0;
    margin: 0;
    background: linear-gradient(180deg, rgba(8, 18, 31, 0.995), rgba(6, 15, 27, 0.995));
    border-radius: 24px;
    overflow: hidden;
  }

  body.is-login .login-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: auto;
    height: 532px;
    gap: 12px;
    padding: 34px 32px 30px;
    border: 1px solid rgba(105, 129, 168, 0.24);
    border-radius: 24px;
    background: none;
    backdrop-filter: none;
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  body.is-login .login-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(11, 24, 40, 0.998), rgba(6, 16, 28, 0.998));
    pointer-events: none;
  }

  body.is-login .login-card > * {
    position: relative;
    z-index: 1;
  }

  body.is-login .login-options {
    position: relative;
    isolation: isolate;
  }

  body.is-login .login-options::before {
    content: none;
  }

  body.is-login .login-title h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  body.is-login .login-title p {
    margin-top: 11px;
    font-size: 16px;
  }

  body.is-login .login-tabs {
    gap: 28px;
    margin-bottom: 14px;
    font-size: 18px;
  }

  body.is-login .login-tabs::before {
    height: 3px;
  }

  body.is-login .field-icon {
    left: 20px;
    width: 22px;
    height: 22px;
  }

  body.is-login .login-user-field input,
  body.is-login .login-pass-field input {
    height: 58px;
    padding-left: 58px;
    border-radius: 11px;
    font-size: 16px;
  }

  body.is-login .primary-btn {
    min-height: 62px;
    border-radius: 12px;
    font-size: 22px;
  }

  body.is-login .login-options,
  body.is-login .login-register-row,
  body.is-login .form-error {
    font-size: 14px;
  }

  body.is-login .login-marketing-row {
    position: absolute;
    left: 3.55%;
    right: 3.55%;
    top: 74.4%;
    z-index: 6;
    width: auto;
    max-width: none;
    height: 13.45%;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(104, 127, 164, 0.22);
    border-radius: min(14px, 0.78vw);
    background: rgba(8, 19, 33, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 46px rgba(0, 0, 0, 0.28);
  }

  body.is-login .marketing-card {
    gap: 4.2%;
    min-height: 100%;
    padding: 0 4.8%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.is-login .marketing-card + .marketing-card {
    border-left: 1px solid rgba(126, 144, 180, 0.28);
  }

  body.is-login .marketing-card:first-child {
    border-radius: min(14px, 0.78vw) 0 0 min(14px, 0.78vw);
  }

  body.is-login .marketing-card:last-child {
    border-radius: 0 min(14px, 0.78vw) min(14px, 0.78vw) 0;
  }

  body.is-login .marketing-icon {
    flex-basis: min(82px, 4.58vw);
    width: min(82px, 4.58vw);
    height: min(82px, 4.58vw);
  }

  body.is-login .marketing-card h3,
  body.is-login .service-item h3 {
    font-size: min(23px, 1.28vw);
    letter-spacing: 0;
  }

  body.is-login .marketing-card p,
  body.is-login .service-item p {
    margin-top: min(9px, 0.5vw);
    font-size: min(16px, 0.9vw);
    line-height: 1.45;
  }

  body.is-login .login-service-row {
    position: absolute;
    left: 3.55%;
    right: 3.55%;
    top: 90.1%;
    z-index: 6;
    width: auto;
    max-width: none;
    height: 8.45%;
    margin: 0;
    padding: 0;
    min-height: 0;
    border: 1px solid rgba(104, 127, 164, 0.18);
    border-radius: min(12px, 0.67vw);
    background: rgba(8, 19, 33, 0.72);
    backdrop-filter: blur(10px);
  }

  body.is-login .service-item {
    min-height: 100%;
    padding: 0 4.6%;
  }

  body.is-login .service-icon {
    flex-basis: min(42px, 2.34vw);
    width: min(42px, 2.34vw);
    height: min(42px, 2.34vw);
  }
}


body.is-login .brand-car-svg {
  inset: 7% 7% 9%;
  width: 86%;
  height: 84%;
}

body.is-login .brand-car-top {
  stroke-width: 4.1;
}

body.is-login .brand-car-front {
  stroke-width: 5.2;
}

body.is-login .brand-car-window-line {
  stroke-width: 3.25;
}

body.is-login .brand-car-wheel-line {
  stroke-width: 5.8;
}


body.is-login .brand-car-svg {
  inset: 8% 7% 8%;
  width: 86%;
  height: 84%;
}

body.is-login .brand-car-shell {
  stroke-width: 4.25;
}

body.is-login .brand-car-glass {
  stroke-width: 3.45;
}

body.is-login .brand-car-bumper {
  stroke-width: 4.9;
}

body.is-login .brand-car-leg {
  stroke-width: 5.9;
}

@media (min-width: 900px) {
  body.is-login .login-home-header {
    height: 7.1%;
  }
}




body.is-login .brand-ref-fill {
  fill: #fff;
}

body.is-login .brand-ref-shell {
  stroke-width: 7.2;
}

body.is-login .brand-ref-window {
  stroke-width: 5.4;
}

body.is-login .brand-ref-face {
  stroke-width: 7.8;
}

body.is-login .brand-ref-wheel {
  stroke-width: 8.8;
}

@media (min-width: 900px) {
  body.is-login .login-home-header {
    top: 2.35%;
  }
}




body.is-login .brand-ref-window {
  stroke-width: 5.2;
}

body.is-login .brand-ref-face {
  stroke-width: 7.6;
}

body.is-login .brand-ref-wheel {
  stroke-width: 8.4;
}


body.is-login .brand-car-ref-final {
  position: absolute;
  inset: 11% 10% 10%;
  width: 80%;
  height: 79%;
  overflow: visible;
}

body.is-login .brand-car-ref-stroke {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.is-login .brand-car-ref-fill {
  fill: #fff;
}

body.is-login .brand-car-ref-outline {
  stroke-width: 6.4;
}

body.is-login .brand-car-ref-window {
  stroke-width: 4.8;
}

body.is-login .brand-car-ref-bumper {
  stroke-width: 7.1;
}

body.is-login .brand-car-ref-wheel {
  stroke-width: 8.2;
}

@media (min-width: 900px) {
  body.is-login .login-home-header {
    top: 2.35%;
    height: 7.1%;
  }
}


body.is-login .brand-car-ref-final {
  inset: 8.5% 7.5% 8%;
  width: 85%;
  height: 84%;
}

body.is-login .brand-car-ref-outline {
  stroke-width: 6.9;
}

body.is-login .brand-car-ref-window {
  stroke-width: 5.3;
}

body.is-login .brand-car-ref-bumper {
  stroke-width: 7.8;
}

body.is-login .brand-car-ref-wheel {
  stroke-width: 8.8;
}


body.is-login .brand-car-ref-final {
  inset: 20% 19% 18%;
  width: 62%;
  height: 62%;
}

body.is-login .brand-car-ref-outline {
  stroke-width: 7.2;
}

body.is-login .brand-car-ref-window {
  stroke-width: 5.6;
}

body.is-login .brand-car-ref-bumper {
  stroke-width: 7.4;
}

body.is-login .brand-car-ref-wheel {
  stroke-width: 8;
}


body.is-login .brand-car-ref-final {
  inset: 18% 17% 16%;
  width: 66%;
  height: 66%;
}

body.is-login .brand-car-ref-outline {
  stroke-width: 6.4;
}

body.is-login .brand-car-ref-window {
  stroke-width: 4.8;
}

body.is-login .brand-car-ref-bumper {
  stroke-width: 6.7;
}

body.is-login .brand-car-ref-wheel {
  stroke-width: 7.6;
}


body.is-login .brand-car-reference {
  position: absolute;
  inset: 16% 15% 14%;
  width: 70%;
  height: 70%;
  overflow: visible;
}

body.is-login .brand-car-reference-line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.is-login .brand-car-reference-fill {
  fill: #fff;
}

body.is-login .brand-car-reference-body {
  stroke-width: 6.8;
}

body.is-login .brand-car-reference-window {
  stroke-width: 5.2;
}

body.is-login .brand-car-reference-mirror-left,
body.is-login .brand-car-reference-mirror-right {
  stroke-width: 5.4;
}

body.is-login .brand-car-reference-bumper {
  stroke-width: 5.4;
}

body.is-login .brand-car-reference-wheel {
  stroke-width: 8.2;
}


body.is-login .brand-car-reference {
  inset: 13.5% 12.5% 12%;
  width: 75%;
  height: 74%;
}

body.is-login .brand-car-reference-body {
  stroke-width: 6.5;
}

body.is-login .brand-car-reference-window {
  stroke-width: 5;
}

body.is-login .brand-car-reference-mirror-left,
body.is-login .brand-car-reference-mirror-right {
  stroke-width: 5.4;
}

body.is-login .brand-car-reference-bumper {
  stroke-width: 5.2;
}

body.is-login .brand-car-reference-wheel {
  stroke-width: 8;
}


body.is-login .brand-car-reference {
  inset: 12.5% 11.5% 11.5%;
  width: 77%;
  height: 76%;
}

body.is-login .brand-car-reference-body {
  stroke-width: 6.2;
}

body.is-login .brand-car-reference-window {
  stroke-width: 4.7;
}

body.is-login .brand-car-reference-mirror-left,
body.is-login .brand-car-reference-mirror-right {
  stroke-width: 5.1;
}

body.is-login .brand-car-reference-bumper {
  stroke-width: 5.1;
}

body.is-login .brand-car-reference-wheel {
  stroke-width: 7.7;
}


body.is-login .login-home-brand-icon {
  background:
    radial-gradient(circle at 30% 20%, rgba(87, 171, 255, 0.95) 0%, rgba(36, 135, 255, 0.95) 32%, rgba(12, 99, 242, 1) 100%);
  box-shadow:
    0 10px 24px rgba(0, 76, 255, 0.42),
    inset 0 2px 3px rgba(255, 255, 255, 0.22),
    inset 0 -2px 5px rgba(4, 45, 162, 0.34);
}

body.is-login .brand-car-reference {
  inset: 10.5% 9.5% 10%;
  width: 81%;
  height: 80%;
}

body.is-login .brand-car-reference-body {
  stroke-width: 6.9;
}

body.is-login .brand-car-reference-window {
  stroke-width: 5.2;
}

body.is-login .brand-car-reference-mirror-left,
body.is-login .brand-car-reference-mirror-right {
  stroke-width: 5.5;
}

body.is-login .brand-car-reference-bumper {
  stroke-width: 5.4;
}

body.is-login .brand-car-reference-wheel {
  stroke-width: 8.6;
}


body.is-login .brand-car-reference-body {
  stroke-width: 6.8;
}

body.is-login .brand-car-reference-window {
  stroke-width: 5.1;
}

body.is-login .brand-car-reference-bumper {
  stroke-width: 5.3;
}

body.is-login .brand-car-reference-wheel {
  stroke-width: 8.8;
}


body.is-login .brand-car-reference {
  inset: 10.5% 9% 9%;
  width: 82%;
  height: 81%;
}

body.is-login .brand-car-reference-body {
  stroke-width: 6.9;
}

body.is-login .brand-car-reference-window {
  stroke-width: 5.3;
}

body.is-login .brand-car-reference-ear-left,
body.is-login .brand-car-reference-ear-right {
  stroke-width: 5.6;
}

body.is-login .brand-car-reference-bumper {
  stroke-width: 5.4;
}

body.is-login .brand-car-reference-wheel {
  stroke-width: 8.7;
}


body.is-login .brand-car-reference {
  inset: 18% 17% 15%;
  width: 66%;
  height: 67%;
}

body.is-login .brand-car-reference-line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.is-login .brand-car-reference-fill {
  fill: #fff;
}

body.is-login .brand-car-reference-main {
  stroke-width: 1.9;
}

body.is-login .brand-car-reference-window {
  stroke-width: 1.55;
}

body.is-login .brand-car-reference-mirror-left,
body.is-login .brand-car-reference-mirror-right {
  stroke-width: 1.75;
}

body.is-login .brand-car-reference-bumper {
  stroke-width: 1.6;
}

body.is-login .brand-car-reference-wheel {
  stroke-width: 2.25;
}


body.is-login .login-home-brand-icon-image {
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

body.is-login .login-home-brand-icon-image img {
  position: absolute;
  inset: -9px;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  display: block;
  object-fit: contain;
  pointer-events: none;
}

body.is-login .login-home-brand-icon-image .brand-car-svg,
body.is-login .login-home-brand-icon-image .brand-car-roof,
body.is-login .login-home-brand-icon-image .brand-car-body,
body.is-login .login-home-brand-icon-image .brand-car-wheel {
  display: none !important;
}


body.is-login .login-home-brand-icon-image img {
  inset: -3px !important;
  width: calc(100% + 6px) !important;
  height: calc(100% + 6px) !important;
}


/* Final desktop header safety: keep nav outside the login card. */
@media (min-width: 769px) {
  body.is-login .login-home-header {
    right: calc(max(42px, var(--login-stage-width) * 0.035) + 454px + 34px) !important;
    z-index: 12 !important;
  }

  body.is-login .login-home-nav {
    flex: 0 0 auto;
    margin-left: auto;
    padding-right: 0;
    white-space: nowrap;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  body.is-login .login-home-header {
    right: 2.8% !important;
  }

  body.is-login .login-home-nav {
    display: none;
  }
}


@media (min-width: 769px) {
  body.is-login .login-home-header {
    right: calc(max(42px, var(--login-stage-width) * 0.035) + 454px + 70px) !important;
  }

  body.is-login .login-home-nav {
    gap: 34px !important;
  }
}


/* Final reference-ratio desktop layout. */
@media (min-width: 769px) {
  body.is-login .login-home-header {
    left: 2.8% !important;
    right: 2.8% !important;
    top: 1.35% !important;
    z-index: 12 !important;
  }

  body.is-login .login-home-nav {
    display: flex !important;
    margin-left: auto !important;
    gap: 50px !important;
    white-space: nowrap;
  }

  body.is-login .login-form-panel {
    top: clamp(58px, calc(var(--login-stage-width) * 0.058), 104px) !important;
    right: max(44px, calc(var(--login-stage-width) * 0.028)) !important;
    width: min(474px, calc(100vw - 98px)) !important;
  }

  body.is-login .login-card {
    height: clamp(532px, calc(var(--login-stage-width) * 0.314), 562px) !important;
    padding-top: 38px !important;
    gap: 13px !important;
  }

  body.is-login .login-tabs {
    margin-bottom: 38px !important;
  }
}

@media (min-width: 1500px) {
  body.is-login .login-card {
    padding-top: 40px !important;
  }

  body.is-login .login-title h2 {
    font-size: 36px !important;
  }

  body.is-login .login-tabs {
    margin-bottom: 42px !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  body.is-login .login-home-nav {
    display: none !important;
  }

  body.is-login .login-form-panel {
    top: 48px !important;
  }

  body.is-login .login-card {
    height: 532px !important;
  }

  body.is-login .login-tabs {
    margin-bottom: 28px !important;
  }
}


/* Align the login card top with the header divider line. */
@media (min-width: 769px) {
  body.is-login .login-form-panel {
    top: calc(1.35% + 5.8% + 8px) !important;
  }

  body.is-login .login-card {
    padding-top: 38px !important;
  }

  body.is-login .login-tabs {
    margin-bottom: 38px !important;
  }
}

@media (min-width: 1500px) {
  body.is-login .login-form-panel {
    top: calc(1.35% + 5.8% + 10px) !important;
  }

  body.is-login .login-tabs {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  body.is-login .login-form-panel {
    top: calc(1.35% + 5.8% + 8px) !important;
  }
}


/* Keep the card top aligned, but lower the form fields to match the reference spacing. */
@media (min-width: 769px) {
  body.is-login .login-tabs {
    margin-bottom: 52px !important;
  }

  body.is-login .login-user-field,
  body.is-login .login-pass-field {
    margin-bottom: 12px !important;
  }

  body.is-login .login-options {
    margin-top: -2px !important;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1500px) {
  body.is-login .login-tabs {
    margin-bottom: 54px !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  body.is-login .login-tabs {
    margin-bottom: 42px !important;
  }

  body.is-login .login-user-field,
  body.is-login .login-pass-field {
    margin-bottom: 10px !important;
  }
}


/* Final balance: aligned card top with moderate form spacing. */
@media (min-width: 769px) {
  body.is-login .login-tabs {
    margin-bottom: 40px !important;
  }

  body.is-login .login-user-field,
  body.is-login .login-pass-field {
    margin-bottom: 10px !important;
  }

  body.is-login .login-options {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
}

@media (min-width: 1500px) {
  body.is-login .login-tabs {
    margin-bottom: 42px !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  body.is-login .login-tabs {
    margin-bottom: 34px !important;
  }

  body.is-login .login-user-field,
  body.is-login .login-pass-field {
    margin-bottom: 8px !important;
  }

  body.is-login .login-options {
    margin-bottom: 6px !important;
  }
}


/* Mid-width balance: keep the card aligned while leaving room above the feature cards. */
@media (min-width: 769px) and (max-width: 1400px) {
  body.is-login .login-marketing-row {
    top: 78% !important;
  }

  body.is-login .login-service-row {
    top: 92% !important;
  }
}


/* Center the whole login homepage stage inside the browser instead of pinning it to the top. */
@media (min-width: 769px) {
  body.is-login .app-shell,
  body.is-login .login-view {
    min-height: 100vh !important;
  }

  body.is-login .login-view {
    box-sizing: border-box;
    padding-top: max(36px, calc((100vh - var(--login-stage-height)) / 2)) !important;
    padding-bottom: max(36px, calc((100vh - var(--login-stage-height)) / 2)) !important;
  }

  body.is-login .login-stage {
    margin: 0 auto !important;
  }
}

@media (min-width: 769px) and (max-height: 900px) {
  body.is-login .login-view {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}


/* Placeholder top links and aligned auth footer; ready for real pages later. */
body.is-login .login-home-nav a[data-page-target] {
  cursor: pointer;
}

body.is-login .login-register-row {
  align-items: baseline !important;
  justify-content: center !important;
  gap: 10px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.is-login .login-register-row #authFooterText,
body.is-login .login-register-row #authModeBtn {
  display: inline-flex !important;
  align-items: baseline !important;
  min-height: 0 !important;
  height: auto !important;
  line-height: 1 !important;
  font-size: 16px !important;
  vertical-align: baseline !important;
}

body.is-login .login-register-row #authFooterText {
  color: rgba(174, 185, 207, 0.78) !important;
  font-weight: 500 !important;
}

body.is-login .login-register-row #authModeBtn {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1d8cff !important;
  font-weight: 800 !important;
  cursor: pointer;
}

body.is-login .login-register-row #authModeBtn:hover,
body.is-login .login-register-row #authModeBtn:focus-visible {
  color: #4dabff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1500px) {
  body.is-login .login-register-row #authFooterText,
  body.is-login .login-register-row #authModeBtn {
    font-size: 16px !important;
  }
}


body.is-login .login-home-nav a[aria-disabled="true"] {
  cursor: default;
}


/* Center the remember-me checkmark inside its blue square. */
body.is-login .custom-checkbox {
  position: relative !important;
  box-sizing: border-box !important;
}

body.is-login .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox::after {
  left: 50% !important;
  top: 45% !important;
  width: 7px !important;
  height: 12px !important;
  border-width: 0 3px 3px 0 !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  transform-origin: center !important;
}
