/* =========================================================
  SMART INTERACTIVE - LOGIN CSS
  Lokasi: ./css/login.css

  DESIGN BASELINE:
  - Mengikuti index Smart Interactive.
  - Desktop/laptop: animasi jerapah kiri + form login kanan.
  - Warm yellow-orange, coral CTA, cream surface.
  - Nunito, rounded besar, soft shadow, playful-clean.
  - Mobile tetap ringan dan fokus pada login.
========================================================= */

:root {
  --cream: #fff2dc;
  --cream-soft: #fff8ed;
  --cream-card: #fffaf2;
  --yellow: #ffbb10;
  --yellow-soft: #ffc82d;
  --yellow-deep: #ffad0a;
  --orange: #ff8b36;
  --coral: #ff6551;
  --coral-deep: #ff5363;
  --purple: #856cf4;
  --sky: #58b9f0;
  --mint: #6dcea7;
  --ink: #3e332b;
  --ink-strong: #542b0f;
  --ink-soft: #74583d;
  --muted: #a18d7a;
  --line: rgba(164, 112, 58, .14);
  --white: #ffffff;
  --danger: #d94a4a;
  --success: #47a77b;

  --page-max: 1240px;
  --footer-h: 52px;
  --panel-radius: 34px;

  --soft-shadow:
    0 28px 60px rgba(174, 122, 58, .12),
    0 10px 24px rgba(134, 100, 70, .08);

  --card-shadow:
    0 26px 58px rgba(145, 95, 43, .14),
    0 9px 22px rgba(118, 76, 36, .08),
    inset 0 1px 0 rgba(255,255,255,.92);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--cream);
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--ink);
  font-family:
    "Nunito",
    ui-rounded,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,255,255,.84), transparent 21%),
    radial-gradient(circle at 84% 14%, rgba(255, 224, 185, .42), transparent 23%),
    linear-gradient(135deg, #fff1db 0%, #fff4e3 52%, #fff0da 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.login-process-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.uiIcon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.uiIcon--stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
  PAGE LAYOUT
========================================================= */
.loginPage {
  min-height: 100vh;
  min-height: 100dvh;
  padding:
    max(30px, env(safe-area-inset-top))
    30px
    calc(var(--footer-h) + 30px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginStage {
  width: min(100%, var(--page-max));
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr);
  gap: clamp(30px, 4vw, 54px);
  align-items: stretch;
}

/* =========================================================
  HERO KIRI
========================================================= */
.loginHero {
  position: relative;
  min-width: 0;
  min-height: 700px;
  padding: 34px 42px 32px;
  border-radius: var(--panel-radius);
  display: grid;
  grid-template-rows: auto minmax(320px, 1fr) auto;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 26% 32%, rgba(255, 247, 206, .34), transparent 26%),
    radial-gradient(circle at 86% 22%, rgba(255, 235, 163, .22), transparent 22%),
    linear-gradient(155deg, #ffc82d 0%, #ffbd18 58%, #ffb20c 100%);
  box-shadow: var(--soft-shadow);
}

.loginHero::before,
.loginHero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.loginHero::before {
  width: 280px;
  height: 280px;
  left: -145px;
  top: 32%;
  background: rgba(255, 239, 173, .17);
}

.loginHero::after {
  width: 240px;
  height: 240px;
  right: -120px;
  top: 12%;
  background: rgba(255, 239, 173, .15);
}

.loginHeroGlow {
  position: absolute;
  z-index: 0;
  width: 70%;
  aspect-ratio: 1;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,249,219,.72) 0%, rgba(255,242,190,.24) 52%, transparent 74%);
  pointer-events: none;
}

.heroBrand {
  position: relative;
  z-index: 5;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.heroBrandMark,
.loginMobileBrandMark {
  display: grid;
  place-items: center;
  color: var(--orange);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 22px rgba(143, 85, 13, .12);
}

.heroBrandMark {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 16px;
}

.heroBrandMark .uiIcon {
  width: 18px;
  height: 18px;
}

.heroBrandText {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
}

.heroBrandText strong {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .055em;
}

.heroBrandText small {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .78;
}

.heroVisual {
  position: relative;
  z-index: 2;
  min-height: 0;
  display: grid;
  place-items: center;
  align-self: stretch;
  margin: 4px 0 0;
}

.heroArtHalo {
  position: absolute;
  z-index: 1;
  width: min(78%, 410px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.30), rgba(255,255,255,.09) 54%, transparent 72%);
}

.heroGiraffe {
  position: relative;
  z-index: 4;
  width: min(88%, 430px);
  max-height: 430px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 18px 16px rgba(111, 66, 8, .10))
    drop-shadow(0 28px 28px rgba(111, 66, 8, .07));
  transform: translateZ(0);
  backface-visibility: hidden;
}

.heroGround {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 4px;
  width: min(112%, 610px);
  height: 62px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0 / 72% 72% 0 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 224, 130, .98) 0%,
      rgba(255, 205, 72, .96) 52%,
      rgba(255, 183, 25, .98) 100%
    );
  box-shadow:
    inset 0 7px 14px rgba(255,255,255,.12),
    0 -2px 0 rgba(255, 238, 183, .24);
}

.heroGroundShadow {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 18px;
  width: min(46%, 220px);
  height: 15px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(144, 84, 10, .08);
  filter: blur(8px);
}

.heroCopy {
  position: relative;
  z-index: 5;
  max-width: 560px;
}

.heroEyebrow {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  margin: 0 0 12px;
  padding: 0 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #bd590c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  background: rgba(255, 246, 211, .64);
  border: 1px solid rgba(255, 251, 232, .42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.heroCopy h1 {
  margin: 0;
  max-width: 570px;
  color: var(--ink-strong);
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.045em;
}

.heroCopy h1 span {
  color: #ff5f52;
}

.heroDescription {
  max-width: 520px;
  margin: 13px 0 0;
  color: rgba(91, 54, 19, .72);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.heroFeaturePills {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.heroFeaturePills span {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: rgba(91, 54, 19, .76);
  font-size: 10.5px;
  font-weight: 900;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.40);
}

.supportPartner {
  margin-top: 17px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.supportPartnerLabel {
  color: rgba(78, 48, 22, .72);
  font-size: 10.5px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.supportPartnerLogo {
  width: auto;
  height: 28px;
  max-width: 145px;
  object-fit: contain;
  object-position: left center;
}

/* =========================================================
  HERO DECORATION
========================================================= */
.heroDot,
.heroCloud,
.heroSparkle {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.heroDot {
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34);
}

.heroDot--sky {
  width: 18px;
  height: 18px;
  left: 8%;
  top: 30%;
  background: #49c1eb;
}

.heroDot--coral {
  width: 39px;
  height: 39px;
  right: 8%;
  top: 25%;
  background: #ff6684;
}

.heroDot--purple {
  width: 28px;
  height: 28px;
  right: 12%;
  bottom: 31%;
  background: #8b70f8;
}

.heroDot--mint {
  width: 15px;
  height: 15px;
  left: 14%;
  bottom: 34%;
  background: #ed6b39;
}

.heroCloud {
  width: 48px;
  height: 24px;
}

.heroCloud i {
  position: absolute;
  bottom: 0;
  display: block;
  background: rgba(255,255,255,.91);
  border-radius: 999px 999px 5px 5px;
}

.heroCloud i:nth-child(1) {
  width: 24px;
  height: 13px;
  left: 0;
}

.heroCloud i:nth-child(2) {
  width: 22px;
  height: 20px;
  left: 13px;
}

.heroCloud i:nth-child(3) {
  width: 24px;
  height: 11px;
  left: 25px;
}

.heroCloud--one {
  left: 13%;
  top: 37%;
  transform: scale(.75);
}

.heroCloud--two {
  right: 14%;
  top: 16%;
  transform: scale(.9);
}

.heroSparkle {
  color: rgba(255,255,255,.96);
  line-height: 1;
  text-shadow: 0 5px 12px rgba(173, 108, 10, .08);
}

.heroSparkle--one {
  right: 29%;
  top: 12%;
  font-size: 23px;
}

.heroSparkle--two {
  left: 19%;
  bottom: 28%;
  font-size: 18px;
}

/* =========================================================
  FORM PANEL KANAN
========================================================= */
.loginPanel {
  min-width: 0;
  display: flex;
  align-items: center;
}

.loginCard {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding: clamp(34px, 4vw, 48px);
  border-radius: var(--panel-radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 220, 169, .26), transparent 26%),
    linear-gradient(155deg, rgba(255,255,255,.98), rgba(255,248,237,.98));
  border: 1px solid rgba(255,255,255,.90);
  box-shadow: var(--card-shadow);
}

.loginCard::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -110px;
  top: -105px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 183, 64, .15), rgba(255, 183, 64, .04) 55%, transparent 72%);
  pointer-events: none;
}

.loginCardTop,
.loginCard form,
.registerArea,
.loginLegal {
  position: relative;
  z-index: 2;
}

.loginMobileBrand {
  display: none;
}

.loginBadge {
  width: max-content;
  min-height: 36px;
  padding: 6px 13px 6px 7px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c85c0c;
  font-size: 11px;
  font-weight: 900;
  background: #fff2d8;
  border: 1px solid rgba(255, 202, 100, .34);
  box-shadow: 0 8px 18px rgba(170, 106, 35, .08);
}

.loginBadgeIcon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #ffb28e 0%, #ff696a 70%, #ff5363 100%);
  box-shadow: 0 7px 14px rgba(255, 91, 86, .18);
}

.loginBadgeIcon .uiIcon {
  width: 14px;
  height: 14px;
}

.loginTitle {
  margin: 20px 0 0;
  color: var(--ink-strong);
  font-size: clamp(31px, 3vw, 40px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.045em;
}

.loginHint {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 700;
}

/* =========================================================
  FORM ELEMENTS
========================================================= */
#loginForm {
  margin-top: 27px;
}

.fieldGroup + .fieldGroup {
  margin-top: 17px;
}

.fieldGroup label {
  display: block;
  margin: 0 0 8px;
  color: #5b3a21;
  font-size: 12.5px;
  font-weight: 900;
}

.inputShell {
  position: relative;
}

.inputLeading {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #d47720;
  background: #fff0d7;
  pointer-events: none;
}

.inputLeading .uiIcon {
  width: 16px;
  height: 16px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"] {
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 0 16px 0 60px;
  border-radius: 18px;
  border: 1px solid rgba(206, 156, 104, .18);
  outline: none;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  background:
    linear-gradient(145deg, #fffdf9 0%, #fff6e9 100%);
  box-shadow:
    inset 3px 3px 8px rgba(171, 121, 70, .07),
    inset -3px -3px 8px rgba(255,255,255,.88);
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.inputShell--password input {
  padding-right: 54px;
}

input::placeholder {
  color: #b29b86;
  font-weight: 700;
}

input:focus {
  border-color: rgba(255, 111, 84, .38);
  background: #fffdf9;
  box-shadow:
    inset 3px 3px 8px rgba(171, 121, 70, .06),
    inset -3px -3px 8px rgba(255,255,255,.90),
    0 0 0 4px rgba(255, 101, 81, .08),
    0 9px 22px rgba(180, 110, 46, .06);
}

.inputHelp {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10.8px;
  line-height: 1.45;
  font-weight: 700;
}

.toggleVisibility {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 9px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 13px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #a38972;
  background: transparent;
  transition:
    color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.toggleVisibility:hover,
.toggleVisibility:focus-visible {
  outline: none;
  color: #d75f2c;
  background: #fff1de;
  box-shadow: 0 7px 16px rgba(149, 90, 40, .08);
}

.toggleVisibility svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.toggleVisibility .iconEyeOff {
  display: none;
}

.toggleVisibility[data-state="show"] .iconEye {
  display: none;
}

.toggleVisibility[data-state="show"] .iconEyeOff {
  display: block;
}

.formUtilityRow {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.secureNote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8e795f;
  font-size: 10.5px;
  font-weight: 800;
}

.secureNote .uiIcon {
  width: 14px;
  height: 14px;
  color: var(--mint);
}

#forgotLink {
  color: #d6602a;
  font-size: 11.5px;
  font-weight: 900;
  text-decoration: none;
}

#forgotLink:hover {
  text-decoration: underline;
}

/* =========================================================
  LOGIN BUTTON - CORAL GLOW
========================================================= */
.btn {
  position: relative;
  width: 100%;
  min-height: 60px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  border: 4px solid rgba(255,255,255,.98);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  isolation: isolate;
  cursor: pointer;

  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .005em;

  background:
    linear-gradient(
      180deg,
      #ffb28e 0%,
      #ff8b72 38%,
      #ff696a 70%,
      #ff5363 100%
    );

  box-shadow:
    0 0 9px rgba(255,255,255,.74),
    0 0 20px rgba(255, 101, 92, .30),
    inset 0 1px 0 rgba(255,255,255,.70);

  text-shadow: 0 1px 2px rgba(131, 46, 45, .26);

  transition:
    transform .16s ease,
    box-shadow .16s ease,
    filter .16s ease;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 13px;
  right: 13px;
  top: 6px;
  height: 23px;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.56) 0%,
      rgba(255,239,232,.23) 66%,
      rgba(255,255,255,0) 100%
    );
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05) saturate(1.04);
  box-shadow:
    0 0 11px rgba(255,255,255,.84),
    0 0 25px rgba(255, 91, 86, .38),
    inset 0 1px 0 rgba(255,255,255,.74);
}

.btn:active {
  transform: scale(.988);
  box-shadow:
    0 0 7px rgba(255,255,255,.62),
    inset 0 2px 5px rgba(164, 52, 52, .16);
}

.btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(255, 183, 158, .26),
    0 0 12px rgba(255,255,255,.82),
    0 0 26px rgba(255, 91, 86, .42),
    inset 0 1px 0 rgba(255,255,255,.76);
}

.btn[disabled],
.btn[aria-busy="true"] {
  cursor: not-allowed;
  opacity: .88;
}

.btn__spinner,
.btn__ghost {
  display: none !important;
}

.btn__label,
.btnArrow {
  position: relative;
  z-index: 2;
}

.btn__label {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.btnArrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  transform: translateY(-50%);
  transition: transform .18s ease;
}

.btnArrow .uiIcon {
  width: 17px;
  height: 17px;
}

.btn:hover .btnArrow {
  transform: translate(3px, -50%);
}

#response {
  min-height: 18px;
  margin: 11px 0 0;
  color: var(--danger);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.registerArea {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(203, 158, 113, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  color: #8d7965;
  font-size: 12px;
  font-weight: 700;
}

.registerArea a {
  color: #d95f2d;
  font-weight: 900;
  text-decoration: none;
}

.registerArea a:hover {
  text-decoration: underline;
}

.loginLegal {
  max-width: 360px;
  margin: 14px auto 0;
  color: #b09c89;
  font-size: 9.7px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

/* =========================================================
  SITE FOOTER
========================================================= */
.siteFooter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  width: 100%;
  min-height: var(--footer-h);
  background: #f1f3f6;
  border-top: 1px solid #dde1e6;
}

.siteFooterInner {
  width: 100%;
  min-height: var(--footer-h);
  padding: 0 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.siteFooter p {
  margin: 0;
  color: #747b89;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}

.siteFooter nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.siteFooter nav a {
  color: #666d7a;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.siteFooter nav span {
  width: 1px;
  height: 18px;
  background: #c9ced6;
}

/* =========================================================
  LOGIN PROCESS MODAL
========================================================= */
.loginProcessModal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity .22s ease,
    visibility .22s ease;
}

.loginProcessModal[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loginProcessScrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 198, 77, .20), transparent 34%),
    rgba(255, 244, 226, .76);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.loginProcessDialog {
  position: relative;
  width: min(430px, calc(100vw - 34px));
  min-height: 250px;
  padding: 30px 26px 26px;
  border-radius: 32px;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 220, 169, .28), transparent 28%),
    linear-gradient(155deg, rgba(255,255,255,.98), rgba(255,248,237,.98));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow:
    0 28px 60px rgba(159, 105, 49, .17),
    0 10px 24px rgba(128, 83, 38, .09),
    inset 1px 1px 0 rgba(255,255,255,.94);
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity .22s ease,
    transform .22s ease,
    visibility .22s ease;
}

.loginProcessModal[aria-hidden="true"] .loginProcessDialog {
  opacity: 0;
  transform: translateY(12px) scale(.96);
}

.loginProcessDialog::before,
.loginProcessDialog::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.loginProcessDialog::before {
  width: 220px;
  height: 220px;
  top: -125px;
  right: -88px;
  background:
    radial-gradient(circle, rgba(255, 190, 59, .22), rgba(255, 190, 59, .07) 48%, transparent 72%);
}

.loginProcessDialog::after {
  width: 160px;
  height: 160px;
  left: -80px;
  bottom: -88px;
  background:
    radial-gradient(circle, rgba(255, 105, 96, .14), rgba(255, 105, 96, .04) 48%, transparent 72%);
}

.loginProcessIconWrap {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
}

.loginProcessIconWrap::before,
.loginProcessIconWrap::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 115, 82, .17);
  pointer-events: none;
}

.loginProcessIconWrap::before {
  inset: 0;
  animation: loginProcessPulse 2.4s ease-in-out infinite;
}

.loginProcessIconWrap::after {
  inset: 15px;
  border-color: rgba(255, 184, 50, .23);
  animation: loginProcessPulse 2.4s ease-in-out infinite .45s;
}

.loginProcessIcon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(180deg, #ffb28e 0%, #ff696a 70%, #ff5363 100%);
  box-shadow:
    0 15px 30px rgba(255, 91, 86, .22),
    inset 1px 1px 0 rgba(255,255,255,.40);
}

.loginProcessSvg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loginProcessSpinner {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff6551;
  box-shadow:
    0 0 12px rgba(255, 91, 86, .42),
    0 0 22px rgba(255, 177, 59, .26);
  opacity: 0;
  animation: loginProcessOrbit 1.35s linear infinite;
}

.loginProcessSpinner[aria-hidden="false"] {
  opacity: 1;
}

.loginProcessModal[data-state="success"] .loginProcessIcon {
  background: linear-gradient(145deg, #73d0ab, #47a77b);
  box-shadow:
    0 15px 30px rgba(71, 167, 123, .22),
    inset 1px 1px 0 rgba(255,255,255,.38);
}

.loginProcessModal[data-state="warning"] .loginProcessIcon {
  background: linear-gradient(145deg, #ffc754, #f2a818);
}

.loginProcessModal[data-state="error"] .loginProcessIcon {
  background: linear-gradient(145deg, #f17870, #d94a4a);
}

.loginProcessBody {
  position: relative;
  z-index: 1;
  text-align: center;
}

.loginProcessTitle {
  margin: 0;
  color: var(--ink-strong);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.035em;
}

.loginProcessText {
  width: min(100%, 340px);
  margin: 12px auto 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 700;
}

.loginProcessActions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.loginProcessOk {
  min-width: 138px;
  min-height: 44px;
  border-radius: 999px;
  padding: 11px 20px;
  cursor: pointer;
  color: #c65c2a;
  font-size: 13px;
  font-weight: 900;
  background: #fff5e7;
  border: 1px solid rgba(225, 166, 107, .20);
  box-shadow: 0 9px 20px rgba(145, 95, 43, .10);
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.loginProcessOk:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(145, 95, 43, .13);
}

.loginProcessOk:disabled,
.loginProcessOk[hidden] {
  display: none;
}

.loginProcessClose {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 14px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #9d8067;
  background: #fff5e7;
  box-shadow: 0 8px 18px rgba(145, 95, 43, .09);
}

.loginProcessClose span {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.loginProcessClose:disabled,
.loginProcessClose[hidden] {
  display: none;
}

/* =========================================================
  ANIMATION
========================================================= */
@keyframes loginProcessPulse {
  0%, 100% {
    opacity: .65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes loginProcessOrbit {
  0% {
    transform: rotate(0deg) translateY(-48px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-48px) rotate(-360deg);
  }
}

/* =========================================================
  LAPTOP / DESKTOP MENENGAH
========================================================= */
@media (min-width: 921px) and (max-width: 1180px) {
  .loginPage {
    padding-left: 24px;
    padding-right: 24px;
  }

  .loginStage {
    min-height: 650px;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
    gap: 28px;
  }

  .loginHero {
    min-height: 650px;
    padding: 30px 32px 28px;
  }

  .heroGiraffe {
    width: min(86%, 380px);
    max-height: 380px;
  }

  .heroCopy h1 {
    font-size: clamp(29px, 3.1vw, 39px);
  }

  .loginCard {
    padding: 34px 30px;
  }
}

/* =========================================================
  TABLET
========================================================= */
@media (max-width: 920px) {
  :root {
    --footer-h: 68px;
  }

  .loginPage {
    padding:
      max(22px, env(safe-area-inset-top))
      20px
      calc(var(--footer-h) + 22px + env(safe-area-inset-bottom));
  }

  .loginStage {
    width: min(100%, 680px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .loginHero {
    min-height: 390px;
    padding: 25px 30px 25px;
    grid-template-columns: minmax(0, .88fr) minmax(270px, 1.12fr);
    grid-template-rows: auto 1fr;
    column-gap: 20px;
  }

  .heroBrand {
    grid-column: 1 / -1;
  }

  .heroVisual {
    grid-column: 1;
    grid-row: 2;
    min-height: 280px;
  }

  .heroGiraffe {
    width: min(100%, 270px);
    max-height: 285px;
  }

  .heroGround {
    height: 46px;
    bottom: 14px;
  }

  .heroCopy {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }

  .heroCopy h1 {
    font-size: clamp(27px, 4.5vw, 36px);
  }

  .heroDescription {
    font-size: 12.5px;
  }

  .supportPartner {
    margin-top: 14px;
  }

  .loginPanel {
    justify-content: center;
  }

  .loginCard {
    max-width: 680px;
    margin: 0;
  }

  .siteFooterInner {
    min-height: var(--footer-h);
    padding: 8px 18px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    text-align: center;
  }

  .siteFooter p {
    font-size: 10px;
    white-space: normal;
  }

  .siteFooter nav {
    gap: 10px;
  }

  .siteFooter nav a {
    font-size: 10px;
  }

  .siteFooter nav span {
    height: 14px;
  }
}

/* =========================================================
  MOBILE
========================================================= */
@media (max-width: 600px) {
  :root {
    --footer-h: 0px;
  }

  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 229, 159, .34), transparent 31%),
      linear-gradient(180deg, #ffc82d 0%, #ffbd18 31%, #fff2dc 31%, #fff7ec 100%);
  }

  .loginPage {
    padding:
      calc(16px + env(safe-area-inset-top))
      14px
      calc(22px + env(safe-area-inset-bottom));
    align-items: flex-start;
  }

  .loginStage {
    width: 100%;
    gap: 0;
  }

  .loginHero {
    min-height: 245px;
    padding: 16px 16px 8px;
    border-radius: 28px 28px 0 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    box-shadow: none;
  }

  .heroBrand,
  .heroCopy,
  .heroFeaturePills,
  .supportPartner,
  .heroDot--purple,
  .heroDot--mint,
  .heroCloud--two,
  .heroSparkle--two {
    display: none;
  }

  .heroVisual {
    grid-column: 1;
    grid-row: 1 / -1;
    min-height: 225px;
  }

  .heroGiraffe {
    width: min(74vw, 275px);
    max-height: 230px;
  }

  .heroArtHalo {
    width: min(82vw, 310px);
  }

  .heroGround {
    bottom: -2px;
    width: min(124vw, 540px);
    height: 54px;
  }

  .heroGroundShadow {
    bottom: 13px;
  }

  .heroDot--sky {
    left: 12%;
    top: 30%;
  }

  .heroDot--coral {
    right: 11%;
    top: 26%;
  }

  .heroCloud--one {
    left: 13%;
    top: 47%;
  }

  .heroSparkle--one {
    right: 24%;
    top: 17%;
  }

  .loginPanel {
    width: 100%;
    margin-top: 14px;
    padding: 0 7px 12px;
    background: transparent;
    overflow: visible;
  }

  .loginCard {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 25px 19px 21px;

    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;

    border: 1px solid rgba(255,255,255,.96);

    background:
      radial-gradient(
        circle at 100% 0%,
        rgba(255, 220, 169, .24),
        transparent 27%
      ),
      linear-gradient(
        155deg,
        rgba(255,255,255,.985),
        rgba(255,248,237,.99)
      );

    box-shadow:
      0 2px 5px rgba(100, 55, 18, .12),
      0 10px 20px rgba(110, 62, 20, .15),
      0 24px 46px rgba(111, 63, 21, .18),
      0 40px 74px rgba(111, 63, 21, .11),
      0 -6px 18px rgba(255,255,255,.30),
      inset 0 1px 0 rgba(255,255,255,.98),
      inset 0 -1px 0 rgba(220, 166, 106, .10);
  }

  .loginCard::before,
  .loginCard::after {
    border-radius: inherit;
  }

  .loginMobileBrand {
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
  }

  .loginMobileBrandMark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 13px;
    color: var(--orange);
    background: #fff1d7;
    box-shadow: 0 8px 16px rgba(143, 85, 13, .09);
  }

  .loginMobileBrand > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
    color: var(--ink-strong);
  }

  .loginMobileBrand strong {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .055em;
  }

  .loginMobileBrand small {
    margin-top: 4px;
    color: #b0763b;
    font-size: 7.5px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .loginBadge {
    min-height: 32px;
    font-size: 10px;
  }

  .loginTitle {
    margin-top: 16px;
    font-size: 29px;
  }

  .loginHint {
    font-size: 12.5px;
  }

  #loginForm {
    margin-top: 23px;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="search"] {
    min-height: 55px;
    border-radius: 17px;
    font-size: 13px;
  }

  .btn {
    min-height: 58px;
    font-size: 16px;
  }

  .siteFooter {
    display: none;
  }

  .loginProcessModal {
    padding: 18px;
  }

  .loginProcessDialog {
    width: min(420px, calc(100vw - 28px));
    min-height: 236px;
    padding: 28px 22px 24px;
    border-radius: 28px;
  }

  .loginProcessTitle {
    font-size: 21px;
  }

  .loginProcessText {
    font-size: 13px;
  }
}

/* =========================================================
  EXTRA SMALL MOBILE
========================================================= */
@media (max-width: 380px) {
  .loginPage {
    padding-left: 10px;
    padding-right: 10px;
  }

  .loginHero {
    min-height: 220px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heroVisual {
    min-height: 205px;
  }

  .heroGiraffe {
    width: min(72vw, 245px);
    max-height: 210px;
  }

  .loginCard {
    padding: 22px 15px 18px;
    border-radius: 27px;
  }

  .loginTitle {
    font-size: 26px;
  }

  .formUtilityRow {
    align-items: flex-start;
  }

  .secureNote,
  #forgotLink {
    font-size: 10.5px;
  }

  .btn {
    min-height: 54px;
    font-size: 15px;
  }

  .btnArrow {
    right: 8px;
    width: 30px;
    height: 30px;
  }
}

/* =========================================================
  PRINT
========================================================= */
@media print {
  .loginHero,
  .siteFooter,
  .loginProcessModal {
    display: none !important;
  }

  body {
    background: #fff !important;
  }

  .loginPage {
    display: block !important;
    min-height: auto !important;
    padding: 0 !important;
  }

  .loginStage {
    width: 100% !important;
    display: block !important;
    min-height: auto !important;
  }

  .loginCard {
    max-width: none !important;
    box-shadow: none !important;
    border: 1px solid #e7d9ca !important;
  }
}

/* =========================================================
  REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }

  .loginProcessSpinner,
  .loginProcessIconWrap::before,
  .loginProcessIconWrap::after {
    animation: none !important;
  }
}

/* =========================================================
  LOGIN - DESKTOP FOOTER SAFE FINAL
  - Mengikuti proporsi final password.html.
  - Panel kiri dan kanan dibuat 1:1.
  - Tinggi keduanya sama dan mengikuti tinggi stage.
  - Stage diperkecil agar selalu berada di atas footer fixed.
  - Desktop/laptop saja; tablet/mobile tidak diubah.
========================================================= */
@media (min-width: 921px) {
  .loginPage {
    min-height: 100dvh;
    padding:
      18px
      30px
      calc(var(--footer-h) + 22px);
    align-items: center;
  }

  .loginStage {
    width: min(100%, 1180px);
    height: clamp(
      560px,
      calc(100dvh - var(--footer-h) - 58px),
      660px
    );
    min-height: 0;

    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr);

    gap: clamp(26px, 3vw, 36px);
    align-items: stretch;
  }

  .loginHero,
  .loginPanel {
    min-height: 0;
    height: 100%;
  }

  .loginHero {
    padding: 26px 34px 24px;
    grid-template-rows:
      auto
      minmax(255px, 1fr)
      auto;
  }

  .loginHero .heroVisual {
    min-height: 0;
    margin-top: 0;
  }

  .loginHero .heroGiraffe {
    width: min(75%, 330px);
    max-height: 330px;
  }

  .loginHero .heroArtHalo {
    width: min(70%, 340px);
  }

  .loginHero .heroGround {
    height: 48px;
  }

  .loginHero .heroGroundShadow {
    bottom: 15px;
  }

  .loginHero .heroEyebrow {
    min-height: 31px;
    margin-bottom: 9px;
    font-size: 10px;
  }

  .loginHero .heroCopy h1 {
    font-size: clamp(27px, 2.45vw, 36px);
    line-height: 1.01;
  }

  .loginHero .heroDescription {
    margin-top: 9px;
    font-size: 11.5px;
    line-height: 1.42;
  }

  .loginHero .heroFeaturePills {
    margin-top: 10px;
    gap: 6px;
  }

  .loginHero .heroFeaturePills span {
    min-height: 28px;
    padding: 0 10px;
    font-size: 9.5px;
  }

  .loginHero .supportPartner {
    margin-top: 10px;
    min-height: 27px;
  }

  .loginHero .supportPartnerLabel {
    font-size: 9.5px;
  }

  .loginHero .supportPartnerLogo {
    height: 24px;
    max-width: 128px;
  }

  .loginPanel {
    align-self: stretch;
    align-items: stretch;
  }

  .loginCard {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 28px 34px;
    align-self: stretch;

    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .loginCard .loginCardTop,
  .loginCard #loginForm,
  .loginCard .registerArea,
  .loginCard .loginLegal {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .loginCard .loginTitle {
    margin-top: 15px;
    font-size: clamp(27px, 2.35vw, 34px);
  }

  .loginCard .loginHint {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .loginCard #loginForm {
    margin-top: 20px;
  }

  .loginCard .fieldGroup + .fieldGroup {
    margin-top: 14px;
  }

  .loginCard input[type="text"],
  .loginCard input[type="password"],
  .loginCard input[type="email"],
  .loginCard input[type="tel"],
  .loginCard input[type="search"] {
    min-height: 52px;
  }

  .loginCard .formUtilityRow {
    margin-top: 11px;
  }

  .loginCard .btn {
    min-height: 54px;
    margin-top: 18px;
    font-size: 15px;
  }

  .loginCard #response {
    margin-top: 8px;
  }

  .loginCard .registerArea {
    margin-top: 10px;
    padding-top: 13px;
  }

  .loginCard .loginLegal {
    margin-top: 9px;
  }
}

/* =========================================================
  LOGIN - DESKTOP EXTRA SHORT
  Untuk laptop dengan viewport vertikal lebih pendek.
========================================================= */
@media (min-width: 921px) and (max-height: 720px) {
  .loginPage {
    padding-top: 12px;
    padding-bottom: calc(var(--footer-h) + 16px);
  }

  .loginStage {
    height: calc(100dvh - var(--footer-h) - 40px);
    min-height: 520px;
    max-height: 610px;
  }

  .loginHero {
    padding: 22px 30px 20px;
    grid-template-rows:
      auto
      minmax(220px, 1fr)
      auto;
  }

  .loginHero .heroGiraffe {
    width: min(70%, 290px);
    max-height: 290px;
  }

  .loginHero .heroCopy h1 {
    font-size: clamp(25px, 2.25vw, 32px);
  }

  .loginHero .heroDescription {
    font-size: 10.8px;
  }

  .loginCard {
    padding: 24px 30px;
  }

  .loginCard .loginTitle {
    font-size: clamp(25px, 2.2vw, 31px);
  }

  .loginCard #loginForm {
    margin-top: 17px;
  }

  .loginCard .fieldGroup + .fieldGroup {
    margin-top: 12px;
  }

  .loginCard .btn {
    margin-top: 15px;
  }
}

/* =========================================================
  SMART INTERACTIVE - SIGNUP SPECIFIC
  Base visual mengikuti login.css final.
========================================================= */

.signupCard .loginCardTop,
.signupCard .signupForm,
.signupCard .signupLoginLink,
.signupCard .signupLegal {
  position: relative;
  z-index: 2;
}

.signupForm {
  margin-top: 20px;
}

.formGrid {
  display: grid;
  gap: 12px;
}

.formGrid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.formGrid .fieldGroup + .fieldGroup {
  margin-top: 0;
}

.signupForm > .fieldGroup {
  margin-top: 13px;
}

.signupForm .formGrid + .fieldGroup {
  margin-top: 13px;
}

/* Field ulangi password dikontrol langsung oleh signup.js.
   Nama class ini wajib dipertahankan. */
.repw-group {
  display: none;
}

.inputHelp b {
  color: #5b3a21;
  font-weight: 900;
}

.usernameStatus:empty,
.username-status:empty {
  display: none;
}

.toggle-visibility {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 9px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 13px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #a38972;
  background: transparent;
  transition:
    color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.toggle-visibility:hover,
.toggle-visibility:focus-visible {
  outline: none;
  color: #d75f2c;
  background: #fff1de;
  box-shadow: 0 7px 16px rgba(149, 90, 40, .08);
}

.toggle-visibility svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.toggle-visibility .icon-eye-off {
  display: none;
}

.toggle-visibility[data-state="show"] .icon-eye {
  display: none;
}

.toggle-visibility[data-state="show"] .icon-eye-off {
  display: block;
}

/* Signup spinner harus tetap aktif karena signup.js memakai aria-busy. */
.signupCard .btn__spinner {
  position: absolute;
  z-index: 3;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  display: none !important;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.62);
  border-top-color: #fff;
  animation: signupSpin .75s linear infinite;
}

.signupCard .btn[aria-busy="true"] .btn__spinner {
  display: block !important;
}

.signupCard .btn__ghost {
  display: none !important;
}

.signupCard .btn[aria-busy="true"] .btnArrow {
  opacity: .68;
}

@keyframes signupSpin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.signupLoginLink {
  margin-top: 10px;
  padding-top: 13px;
  border-top: 1px solid rgba(203, 158, 113, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  color: #8d7965;
  font-size: 12px;
  font-weight: 700;
}

.signupLoginLink a {
  color: #d95f2d;
  font-weight: 900;
  text-decoration: none;
}

.signupLoginLink a:hover {
  text-decoration: underline;
}

.signupLegal {
  max-width: 390px;
}

/* =========================================================
  SIGNUP - DESKTOP / LAPTOP
  Sama dengan login footer-safe, tetapi card kanan dapat scroll
  karena form signup lebih panjang.
========================================================= */
@media (min-width: 921px) {
  .signupStage {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr);
  }

  .signupHero,
  .signupPanel {
    min-height: 0;
    height: 100%;
  }

  .signupPanel {
    align-items: stretch;
  }

  .signupCard {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 24px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .signupCard .loginCardTop,
  .signupCard .signupForm,
  .signupCard .signupLoginLink,
  .signupCard .signupLegal {
    width: 100%;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
  }

  .signupCard .loginTitle {
    margin-top: 13px;
    font-size: clamp(25px, 2.2vw, 31px);
  }

  .signupCard .loginHint {
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.4;
  }

  .signupForm {
    margin-top: 15px;
  }

  .signupForm .fieldGroup label {
    margin-bottom: 6px;
    font-size: 11.5px;
  }

  .signupForm input[type="text"],
  .signupForm input[type="password"],
  .signupForm input[type="email"],
  .signupForm input[type="tel"],
  .signupForm input[type="search"] {
    min-height: 46px;
    padding-left: 54px;
    font-size: 12.5px;
  }

  .signupForm .inputLeading {
    left: 12px;
    width: 31px;
    height: 31px;
  }

  .signupForm .inputHelp {
    margin-top: 5px;
    font-size: 9.7px;
    line-height: 1.35;
  }

  .signupForm > .fieldGroup,
  .signupForm .formGrid + .fieldGroup {
    margin-top: 10px;
  }

  .signupCard .btn {
    min-height: 50px;
    margin-top: 14px;
    font-size: 14.5px;
  }

  .signupCard #response {
    min-height: 15px;
    margin-top: 6px;
    font-size: 10.5px;
  }

  .signupLoginLink {
    margin-top: 7px;
    padding-top: 10px;
    font-size: 11px;
  }

  .signupLegal {
    margin-top: 7px;
    font-size: 9px;
  }
}

/* =========================================================
  SIGNUP - DESKTOP EXTRA SHORT
========================================================= */
@media (min-width: 921px) and (max-height: 720px) {
  .signupCard {
    padding: 20px 26px;
  }

  .signupCard .loginBadge {
    min-height: 31px;
    font-size: 9.5px;
  }

  .signupCard .loginBadgeIcon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .signupCard .loginTitle {
    margin-top: 10px;
    font-size: clamp(23px, 2vw, 28px);
  }

  .signupCard .loginHint {
    font-size: 10.7px;
  }

  .signupForm {
    margin-top: 12px;
  }

  .signupForm input[type="text"],
  .signupForm input[type="password"],
  .signupForm input[type="email"],
  .signupForm input[type="tel"],
  .signupForm input[type="search"] {
    min-height: 43px;
  }

  .signupForm > .fieldGroup,
  .signupForm .formGrid + .fieldGroup {
    margin-top: 8px;
  }

  .signupForm .inputHelp {
    font-size: 9px;
  }

  .signupCard .btn {
    min-height: 47px;
    margin-top: 11px;
  }
}

/* =========================================================
  SIGNUP - TABLET
========================================================= */
@media (max-width: 920px) {
  .signupCard {
    max-width: 680px;
  }

  .formGrid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
  SIGNUP - MOBILE
  Mengikuti login: hero jerapah ringkas + card rounded timbul.
========================================================= */
@media (max-width: 600px) {
  .signupForm {
    margin-top: 20px;
  }

  .formGrid--two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .formGrid .fieldGroup + .fieldGroup {
    margin-top: 13px;
  }

  .signupForm > .fieldGroup,
  .signupForm .formGrid + .fieldGroup {
    margin-top: 13px;
  }

  .signupCard .btn__spinner {
    left: 11px;
  }

  .signupLoginLink {
    margin-top: 12px;
    padding-top: 14px;
  }
}

@media (max-width: 380px) {
  .signupCard .btn__spinner {
    left: 9px;
  }

  .signupLoginLink {
    font-size: 10.5px;
  }
}

/* =========================================================
  SIGNUP - REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {
  .signupCard .btn__spinner {
    animation: none !important;
  }
}
