.elementor-2992 .elementor-element.elementor-element-c23db32{--display:flex;}.elementor-2992 .elementor-element.elementor-element-cc881c3{width:100%;max-width:100%;}.elementor-2992 .elementor-element.elementor-element-cc881c3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2992 .elementor-element.elementor-element-cc881c3.elementor-element{--align-self:stretch;}/* Start custom CSS for html, class: .elementor-element-cc881c3 *//* =========================================================
   ACUC REGISTER — FULL-BLEED + LIGHT/DARK (HOME/LOGIN STYLE)
========================================================= */

.acuc-auth.acuc-register{
  /* Break out of Elementor container (kills white margins) */
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  position: relative;
  overflow-x: clip;
  min-height: 100vh;
  padding: clamp(28px, 4vw, 64px) 16px 72px;

  display: grid;
  place-items: center;

  /* Default = DARK theme tokens */
  --bg-0: #070a14;
  --bg-1: #0b1020;

  --ink: rgba(245,247,255,.96);
  --muted: rgba(245,247,255,.68);

  --glass-1: rgba(255,255,255,.08);
  --glass-2: rgba(255,255,255,.045);
  --border: rgba(255,255,255,.12);
  --border-strong: rgba(255,255,255,.18);

  --accent: #5f78ff;
  --accent-2: #4aa3ff;

  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 14px;

  --shadow-card: 0 18px 60px rgba(0,0,0,.35);
  --shadow-fab: 0 10px 28px rgba(0,0,0,.20);

  color: var(--ink);
  background: transparent; /* background is applied via ::before (sharp, full screen) */
}

/* FULL SCREEN BACKGROUND (infinite-res gradients) */
.acuc-auth.acuc-register::before{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -1;

  /* Dark hero-like glow */
  background:
    radial-gradient(1200px 700px at 25% 18%, rgba(111,123,255,.22), transparent 58%),
    radial-gradient(1100px 700px at 78% 55%, rgba(74,163,255,.16), transparent 62%),
    radial-gradient(900px 600px at 50% 120%, rgba(0,0,0,.55), transparent 60%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1) 62%, #060816);
}

/* Subtle “sheen” */
.acuc-auth.acuc-register::after{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(1200px 600px at 50% 0%, rgba(255,255,255,.06), transparent 62%);
  opacity: .18;
}

/* LIGHT THEME overrides (match homepage/login light) */
body.theme-light .acuc-auth.acuc-register{
  --ink: rgba(10,18,35,.92);
  --muted: rgba(10,18,35,.58);

  --glass-1: rgba(255,255,255,.86);
  --glass-2: rgba(255,255,255,.78);
  --border: rgba(10,18,35,.10);
  --border-strong: rgba(10,18,35,.14);

  --shadow-card: 0 22px 65px rgba(10,18,35,.14);
  --shadow-fab: 0 10px 25px rgba(10,18,35,.12);
}

body.theme-light .acuc-auth.acuc-register::before{
  background:
    radial-gradient(1200px 720px at 20% 20%, rgba(95,120,255,.22), transparent 60%),
    radial-gradient(1100px 720px at 85% 55%, rgba(74,163,255,.18), transparent 62%),
    radial-gradient(900px 520px at 50% 110%, rgba(10,18,35,.08), transparent 60%),
    linear-gradient(180deg, #eef4ff, #f7faff 62%, #f2f6ff);
}

body.theme-light .acuc-auth.acuc-register::after{
  opacity: .28;
}

/* =========================================================
   HEADER
========================================================= */
.acuc-register-header{
  text-align: center;
  margin-bottom: 26px;
  width: 100%;
  max-width: 920px;

  /* nicer stacking */
  display: grid;
  gap: 10px;
}

/* FIX: force readable H1 in BOTH themes (prevents global Elementor H1 overrides) */
.acuc-auth.acuc-register .acuc-auth-title{
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--ink) !important;
}

/* extra readability in dark */
body.theme-dark .acuc-auth.acuc-register .acuc-auth-title{
  text-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.acuc-auth.acuc-register .acuc-auth-legal{
  margin: 0;
  font-size: 15px;
  color: var(--muted) !important;
}

/* NEW: Indeed-like terms block */
.acuc-terms{
  margin: 6px auto 0;
  max-width: 720px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  text-wrap: pretty;
}

.acuc-terms a{
  color: var(--accent);
  font-weight: 650;
  text-decoration: none;
}

.acuc-terms a:hover{
  text-decoration: underline;
}

/* =========================================================
   THEME FAB (floating like login page)
========================================================= */
.acuc-theme-fab{
  position: fixed;
  top: 120px;
  right: 22px;
  z-index: 9999;

  width: 46px;
  height: 46px;
  border-radius: 999px;

  display: grid;
  place-items: center;
  cursor: pointer;

  border: 1px solid rgba(10,18,35,.10) !important;
  background: rgba(255,255,255,.92) !important;

  box-shadow: 0 14px 35px rgba(10,18,35,.10);
  transition: transform .18s ease, box-shadow .18s ease;
  color: rgba(10,18,35,.78);
}

body.theme-dark .acuc-theme-fab{
  border: 1px solid rgba(255,255,255,.14) !important;
  background: rgba(12,18,32,.58) !important;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
  color: rgba(245,247,255,.82);
}

.acuc-theme-fab:hover{ transform: translateY(-1px); }

.acuc-ico{
  width: 20px;
  height: 20px;
  position: absolute;
  transition: opacity .15s ease, transform .15s ease;
}

/* Show “moon” in light mode (click -> dark), show “sun” in dark mode (click -> light) */
body.theme-light .acuc-ico-moon{ opacity: 1; transform: scale(1); }
body.theme-light .acuc-ico-sun { opacity: 0; transform: scale(.92); }

body:not(.theme-light) .acuc-ico-sun { opacity: 1; transform: scale(1); }
body:not(.theme-light) .acuc-ico-moon{ opacity: 0; transform: scale(.92); }

/* =========================================================
   ROLE SELECTION
========================================================= */
.acuc-role-selection{
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 10px;

  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 22px;
}

.acuc-role-card{
  appearance: none;
  -webkit-tap-highlight-color: transparent;

  border: 1px solid var(--border) !important;
  border-radius: var(--radius-xl);

  background: linear-gradient(180deg, var(--glass-1), var(--glass-2)) !important;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);

  padding: 34px 30px;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;

  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 40px rgba(0,0,0,.12);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.theme-light .acuc-role-card{
  box-shadow: var(--shadow-card);
}

.acuc-role-card:hover{
  transform: translateY(-4px);
  border-color: rgba(95,120,255,.45) !important;
}

.acuc-role-card.is-active{
  border-color: rgba(95,120,255,.70) !important;
  box-shadow: 0 30px 90px rgba(95,120,255,.18), inset 0 1px 0 rgba(255,255,255,.10);
}

.acuc-role-icon{
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;

  background: rgba(255,255,255,.08);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  margin-bottom: 6px;
}

body.theme-light .acuc-role-icon{
  background: rgba(10,18,35,.03);
}

.acuc-role-icon svg{
  width: 34px;
  height: 34px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.7;
  opacity: .95;
}

.acuc-role-card h3{
  margin: 6px 0 0;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.acuc-role-card p{
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
  max-width: 280px;
}

/* =========================================================
   FORMS
========================================================= */
.acuc-register-forms{
  width: 100%;
  max-width: 920px;
  margin-top: 26px;

  display: grid;
  justify-items: center;
  gap: 12px;
}

.acuc-auth.acuc-register [hidden]{ display:none !important; }

/* UPDATED: big circular arrow-only back button */
.acuc-register-back{
  justify-self: start;

  width: 52px;
  height: 52px;
  padding: 0;

  border-radius: 999px;
  display: grid;
  place-items: center;

  background: linear-gradient(180deg, var(--glass-1), var(--glass-2)) !important;
  border: 1px solid var(--border) !important;

  color: var(--muted) !important;
  cursor: pointer;

  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.acuc-register-back svg{
  width: 26px;
  height: 26px;
}

.acuc-register-back:hover{
  transform: translateY(-1px);
  color: var(--ink) !important;
  border-color: rgba(95,120,255,.45) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 14px 38px rgba(0,0,0,.12);
}

.acuc-auth-card.acuc-register-form{
  width: 100%;
  max-width: 560px;

  padding: 28px;
  border-radius: var(--radius-xl);

  background: linear-gradient(180deg, var(--glass-1), var(--glass-2)) !important;
  border: 1px solid var(--border) !important;

  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);

  box-shadow: var(--shadow-card);
}

.acuc-form-title{
  margin: 0 0 14px;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--ink);
}

/* Inputs: dark glass / light soft */
.acuc-register-form input{
  width: 100%;
  padding: 13px 14px;
  border-radius: var(--radius-md);

  border: 1px solid var(--border) !important;
  color: var(--ink) !important;
  font-size: 14px;

  margin: 10px 0 0;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body:not(.theme-light) .acuc-register-form input{
  background: rgba(20, 24, 38, .45) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

body.theme-light .acuc-register-form input{
  background: rgba(255,255,255,.72) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.60);
}

.acuc-register-form input::placeholder{
  color: color-mix(in srgb, var(--muted) 72%, transparent);
}

.acuc-register-form input:focus{
  border-color: rgba(95,120,255,.65) !important;
  box-shadow: 0 0 0 4px rgba(95,120,255,.18);
}

/* Password toggle */
.acuc-password-wrap{ position: relative; margin-top: 10px; }
.acuc-password-wrap input{ margin-top: 0; padding-right: 52px; }

.acuc-password-toggle{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;
  border-radius: 12px;

  border: 1px solid var(--border) !important;
  background: rgba(255,255,255,.08) !important;

  color: var(--ink) !important;
  cursor: pointer;
}

body.theme-light .acuc-password-toggle{
  background: rgba(10,18,35,.04) !important;
}

/* Rules */
.acuc-password-rules{
  margin: 12px 0 2px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}

.acuc-password-rules li{ position: relative; padding-left: 18px; }
.acuc-password-rules li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(95,120,255,.85);
}

/* Phone */
.acuc-phone{
  display: flex;
  align-items: center;
  gap: 10px;

  margin-top: 10px;
  padding: 10px 12px;

  border-radius: var(--radius-md);
  border: 1px solid var(--border) !important;
}

body:not(.theme-light) .acuc-phone{ background: rgba(20,24,38,.45) !important; }
body.theme-light .acuc-phone{ background: rgba(255,255,255,.72) !important; }

.acuc-phone > span{
  white-space: nowrap;
  color: color-mix(in srgb, var(--ink) 82%, transparent);
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid color-mix(in srgb, var(--border) 85%, transparent);
}

.acuc-phone input{
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Primary button */
.acuc-btn-primary{
  width: 100%;
  margin-top: 14px;

  padding: 14px 16px;
  border-radius: 16px;

  border: 0 !important;
  background: #4b6cff !important;

  color: #fff !important;
  font-weight: 650;
  letter-spacing: .01em;

  cursor: pointer;
  box-shadow: 0 18px 50px rgba(75,108,255,.22);
  transition: transform .18s ease, filter .18s ease;
}

.acuc-btn-primary:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

@media (max-width: 720px){
  .acuc-role-selection{ grid-template-columns: 1fr; }
  .acuc-theme-fab{ top: 96px; right: 14px; }
}

/* =========================================================
   FIX: Toggle icon turns white on hover (LIGHT MODE)
   Forces icon color to stay dark even if theme has button:hover{color:#fff}
========================================================= */

body.theme-light .acuc-auth.acuc-register .acuc-theme-fab,
body.theme-light .acuc-auth.acuc-register .acuc-theme-fab:hover,
body.theme-light .acuc-auth.acuc-register .acuc-theme-fab:active,
body.theme-light .acuc-auth.acuc-register .acuc-theme-fab:focus,
body.theme-light .acuc-auth.acuc-register .acuc-theme-fab:focus-visible{
  color: rgba(10,18,35,.78) !important;
  filter: none !important;
}

body.theme-light .acuc-auth.acuc-register .acuc-theme-fab:hover{
  background: rgba(255,255,255,.96) !important;
  border-color: rgba(10,18,35,.14) !important;
  box-shadow: 0 18px 45px rgba(10,18,35,.14) !important;
}

/* In case the theme overrides SVG strokes on hover */
.acuc-auth.acuc-register .acuc-theme-fab svg,
.acuc-auth.acuc-register .acuc-theme-fab svg *{
  fill: none !important;
  stroke: currentColor !important;
  filter: none !important;
}

/* ===== Password rules live states ===== */
.acuc-password-rules li{
  opacity: .85;
  transition: opacity .15s ease, color .15s ease;
}

.acuc-password-rules li::before{
  content: "•";
  display: inline-block;
  width: 14px;
  margin-left: -14px;
}

/* unmet (default) */
.acuc-password-rules li.is-unmet{
  color: var(--muted);
}

/* met */
.acuc-password-rules li.is-met{
  color: color-mix(in srgb, var(--ink) 80%, transparent);
  opacity: 1;
}

.acuc-password-rules li.is-met::before{
  content: "✓";
  color: rgba(95,120,255,.95);
}


/* ===== Live field notice under inputs ===== */
.acuc-field-note{
  margin: 8px 2px 0;
  font-size: 12.5px;
  line-height: 1.35;
  color: var(--muted);
  opacity: .95;
}

.acuc-field-note::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  margin-right: 8px;
  transform: translateY(-1px);
}

.acuc-field-note.is-ok{ color: #10b981; }   /* green */
.acuc-field-note.is-bad{ color: #ef4444; }  /* red */
.acuc-field-note.is-warn{ color: #f59e0b; } /* amber */

/* Optional: highlight input border when valid/invalid */
.acuc-register-form input.acuc-is-ok{
  border-color: rgba(16,185,129,.65) !important;
  box-shadow: 0 0 0 4px rgba(16,185,129,.12);
}

.acuc-register-form input.acuc-is-bad{
  border-color: rgba(239,68,68,.70) !important;
  box-shadow: 0 0 0 4px rgba(239,68,68,.12);
}

/* Hide the dot by default */
.acuc-field-note::before{
  opacity: 0;
  transform: translateY(-1px) scale(.9);
  transition: opacity .15s ease, transform .15s ease;
}

/* Show dot ONLY when the related input is focused (active) */
.acuc-register-form input:focus + .acuc-field-note::before{
  opacity: 1;
  transform: translateY(-1px) scale(1);
}

/* Optional: keep dot visible when it's an error even if not focused */
.acuc-field-note.is-bad::before{
  opacity: 1;
  transform: translateY(-1px) scale(1);
}/* End custom CSS */