:root{
  --cruse-accent:#b1142f;
  --cruse-accent-dark:#850e24;
  --cruse-text:#171414;
  --cruse-muted:#6f6664;
  --cruse-border:rgba(23,20,20,.10);
  --cruse-border-strong:rgba(23,20,20,.16);
  --cruse-bg:#fff;
  --cruse-soft:#faf7f7;
  --cruse-radius:24px;
  --cruse-shadow:0 12px 38px rgba(18,14,14,.06);
}

.cruse-auth-shell,
.cruse-auth-shell *{box-sizing:border-box;}

.cruse-auth-shell{
  width:100%;
  max-width:100%;
  margin:0;
  color:var(--cruse-text);
  font-family:inherit;
}

.cruse-auth-card{
  position:relative;
  width:100%;
  max-width:100%;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.cruse-auth-brand{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:0 0 16px;
}
.cruse-auth-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--cruse-accent-dark),var(--cruse-accent));
  flex:0 0 42px;
}
.cruse-auth-brandcopy strong,
.cruse-register-head strong{
  display:block;
  margin:0;
  font:inherit;
  font-weight:700;
  color:var(--cruse-text);
}
.cruse-auth-brandcopy small,
.cruse-register-head small{
  display:block;
  margin-top:4px;
  color:var(--cruse-muted);
  font-size:13px;
  line-height:1.55;
}

.cruse-auth-shell.is-compact .cruse-auth-brand,
.cruse-auth-shell.is-compact .cruse-auth-glow,
.cruse-auth-shell.is-compact .cruse-auth-foot,
.cruse-auth-shell.is-compact .cruse-social-login{display:none;}

.cruse-otp-form{width:100%;}
.cruse-grid-two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.cruse-field-line{
  display:block;
  margin:0 0 14px;
  color:var(--cruse-text);
  font-family:inherit;
  font-size:14px;
  font-weight:600;
}
.cruse-field-line > span{display:block;margin-bottom:8px;}
.cruse-otp-form input,
.cruse-otp-form select,
.cruse-account-panel input,
.cruse-account-panel select,
.woocommerce-form-register .cruse-wc-field input,
.woocommerce-form-register .cruse-wc-field select{
  width:100%;
  min-width:0;
  height:56px;
  padding:0 18px;
  border:1px solid var(--cruse-border);
  border-radius:18px;
  background:#fff;
  color:var(--cruse-text);
  font:inherit;
  font-size:16px;
  outline:none;
  box-shadow:none;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.cruse-otp-form input::placeholder,
.cruse-otp-form select::placeholder,
.woocommerce-form-register .cruse-wc-field input::placeholder{color:#a49a97;}
.cruse-otp-form input:focus,
.cruse-otp-form select:focus,
.cruse-account-panel input:focus,
.cruse-account-panel select:focus,
.woocommerce-form-register .cruse-wc-field input:focus,
.woocommerce-form-register .cruse-wc-field select:focus,
.woocommerce-form-login.cruse-switch-ready input.input-text:focus,
.woocommerce-form-login.cruse-switch-ready input[type="password"]:focus{
  border-color:rgba(177,20,47,.40)!important;
  box-shadow:0 0 0 4px rgba(177,20,47,.08)!important;
}

.cruse-send-otp,
.cruse-verify-otp,
.cruse-account-send-otp,
.woocommerce-form-login.cruse-switch-ready button[name="login"],
.woocommerce-form-login.cruse-switch-ready .button.woocommerce-form-login__submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(90deg,var(--cruse-accent-dark),var(--cruse-accent));
  color:#fff !important;
  font:inherit;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(177,20,47,.18);
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.cruse-send-otp:hover,
.cruse-verify-otp:hover,
.cruse-account-send-otp:hover,
.woocommerce-form-login.cruse-switch-ready button[name="login"]:hover,
.woocommerce-form-login.cruse-switch-ready .button.woocommerce-form-login__submit:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
  box-shadow:0 16px 30px rgba(177,20,47,.22);
}

.cruse-otp-step{
  display:block;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid var(--cruse-border);
}
.cruse-otp-intro{margin:0 0 12px;}
.cruse-otp-intro strong{display:block;font-size:14px;}
.cruse-otp-intro small{display:block;margin-top:4px;color:var(--cruse-muted);font-size:12px;line-height:1.5;}
.cruse-otp-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 12px;
  padding:0;
}
.cruse-otp-countdown{font-size:13px;color:var(--cruse-muted);}
.cruse-otp-resend{
  border:0;
  background:none;
  color:var(--cruse-accent-dark);
  font:inherit;
  font-size:13px;
  font-weight:600;
  padding:0;
  cursor:pointer;
}
.cruse-otp-resend[disabled]{opacity:.45;cursor:not-allowed;}
.cruse-auth-status,
.cruse-account-status{
  min-height:20px;
  margin:12px 0 0;
  color:var(--cruse-muted);
  font-size:13px;
  line-height:1.5;
}
.cruse-auth-status.is-error,
.cruse-account-status.is-error{color:#a3122d;}

.cruse-social-login,
.cruse-login-social-wrap .cruse-social-login{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--cruse-border);
}
.cruse-social-title{
  margin:0 0 10px;
  color:var(--cruse-text);
  font:inherit;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.cruse-social-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.cruse-social-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 16px;
  border:1px solid var(--cruse-border);
  border-radius:999px;
  background:#fff;
  color:var(--cruse-text) !important;
  text-decoration:none !important;
  font:inherit;
  font-size:15px;
  font-weight:600;
}
.cruse-social-btn.cruse-social-apple{background:#111;color:#fff !important;border-color:#111;}
.cruse-social-login.is-muted .cruse-social-btn{opacity:.58;cursor:not-allowed;}
.cruse-social-login small{display:block;margin-top:10px;color:var(--cruse-muted);font-size:12px;line-height:1.5;}
.cruse-google-dot{width:18px;height:18px;border-radius:50%;background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);display:inline-block;position:relative;flex:0 0 18px;}
.cruse-google-dot:after{content:"";position:absolute;inset:5px;background:#fff;border-radius:50%;}
.cruse-apple-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 16px;line-height:0;color:currentColor;}
.cruse-apple-icon svg{width:16px;height:16px;display:block;fill:currentColor;}

.cruse-check-row{font-size:13px;line-height:1.6;color:var(--cruse-muted);}
.cruse-check-row-inline{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 14px;
}
.cruse-check-row-inline input{
  width:18px !important;
  height:18px !important;
  min-height:0 !important;
  margin:2px 0 0;
  padding:0 !important;
  accent-color:var(--cruse-accent);
}
.cruse-check-row-inline a{color:inherit;text-decoration:underline;}

.cruse-choice-pills{display:flex;flex-wrap:wrap;gap:10px;}
.cruse-choice-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border:1px solid var(--cruse-border-strong);
  border-radius:999px;
  background:#fff;
  color:var(--cruse-text);
  font:inherit;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}
.cruse-choice-pill.is-active{
  border-color:rgba(177,20,47,.24);
  background:rgba(177,20,47,.06);
  color:var(--cruse-accent-dark);
}

.woocommerce-form-login.cruse-switch-ready{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  font-family:inherit;
}
.woocommerce-form-login.cruse-switch-ready::after,
.woocommerce-form-login.cruse-switch-ready::before{display:none;}
.woocommerce-form-login.cruse-switch-ready .cruse-login-stage,
.woocommerce-form-login.cruse-switch-ready .cruse-login-panel{width:100%;min-width:0;}
.woocommerce-form-login.cruse-switch-ready .cruse-login-panel:not(.is-active){display:none;}
.woocommerce-form-login.cruse-switch-ready .cruse-login-panel.is-active{display:block;}

.cruse-login-switch{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  width:100%;
  margin:0 0 18px;
  padding:6px;
  border:1px solid var(--cruse-border);
  border-radius:999px;
  background:var(--cruse-soft);
}
.cruse-switch-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 14px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--cruse-muted);
  font:inherit;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  white-space:nowrap;
}
.cruse-switch-btn.is-active{
  background:linear-gradient(90deg,var(--cruse-accent-dark),var(--cruse-accent));
  color:#fff;
  box-shadow:0 8px 20px rgba(177,20,47,.16);
}

.woocommerce-form-login.cruse-switch-ready p.form-row{
  width:100%;
  margin:0 0 14px;
  float:none;
  clear:both;
}
.woocommerce-form-login.cruse-switch-ready label{
  color:var(--cruse-text);
  font:inherit;
  font-size:14px;
  font-weight:600;
}
.woocommerce-form-login.cruse-switch-ready input.input-text,
.woocommerce-form-login.cruse-switch-ready input[type="password"],
.woocommerce-form-login.cruse-switch-ready input[type="email"],
.woocommerce-form-login.cruse-switch-ready input[type="text"]{
  width:100%;
  min-width:0;
  height:56px;
  padding:0 18px;
  border:1px solid var(--cruse-border) !important;
  border-radius:18px !important;
  background:#fff !important;
  color:var(--cruse-text) !important;
  font:inherit !important;
  font-size:16px !important;
  box-shadow:none !important;
}
.woocommerce-form-login.cruse-switch-ready .show-password-input,
.woocommerce-form-login.cruse-switch-ready .password-input .show-password-input{
  top:50%;
  transform:translateY(-50%);
  right:16px;
}

.woocommerce-form-login.cruse-switch-ready .cruse-remember-line,
.woocommerce-form-login.cruse-switch-ready .form-row.form-row-last,
.woocommerce-form-login.cruse-switch-ready .woocommerce-LostPassword{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.woocommerce-form-login.cruse-switch-ready .cruse-remember-label,
.woocommerce-form-login.cruse-switch-ready label.woocommerce-form-login__rememberme{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--cruse-text);
  font-size:14px;
  font-weight:600;
}
.woocommerce-form-login.cruse-switch-ready input[type="checkbox"]{
  width:18px;
  height:18px;
  accent-color:var(--cruse-accent);
}
.woocommerce-form-login.cruse-switch-ready .woocommerce-LostPassword,
.woocommerce-form-login.cruse-switch-ready .lost_password a,
.woocommerce-form-login.cruse-switch-ready .woocommerce-LostPassword a{
  color:var(--cruse-muted);
  font-size:14px;
  text-decoration:none;
}

.cruse-create-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:16px;
  padding:14px 16px;
  border:1px solid var(--cruse-border);
  border-radius:18px;
  background:#fff;
}
.cruse-create-line span{
  color:var(--cruse-muted);
  font-size:14px;
  line-height:1.5;
}
.cruse-create-line button{
  padding:0;
  border:0;
  background:none;
  color:var(--cruse-accent-dark);
  font:inherit;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
  cursor:pointer;
}

/* Register / account form minimal polishing */
.woocommerce-account:not(.logged-in) #customer_login{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:36px;
  align-items:start;
}
.woocommerce-account:not(.logged-in) #customer_login .u-column1,
.woocommerce-account:not(.logged-in) #customer_login .u-column2{
  width:100%;
  float:none;
  margin:0;
}
.woocommerce-account:not(.logged-in) #customer_login.cruse-only-login{
  grid-template-columns:minmax(0,560px);
  justify-content:center;
}
.woocommerce-account:not(.logged-in) #customer_login.cruse-only-login .u-column2{display:none;}
.woocommerce-account:not(.logged-in) #customer_login.cruse-only-register{
  grid-template-columns:minmax(0,560px);
  justify-content:center;
}
.woocommerce-account:not(.logged-in) #customer_login.cruse-only-register .u-column1{display:none;}

.woocommerce-form-register .cruse-wc-field,
.woocommerce-form-register .form-row{
  width:100%;
  max-width:100%;
  float:none;
  clear:both;
  margin:0 0 14px;
}
.woocommerce-form-register .form-row-first,
.woocommerce-form-register .form-row-last{
  width:calc(50% - 8px);
  clear:none;
}
.woocommerce-form-register .form-row-first{float:left;}
.woocommerce-form-register .form-row-last{float:right;}
.woocommerce-form-register .button,
.woocommerce-form-register .woocommerce-Button{
  min-height:56px;
  border-radius:999px;
}
.cruse-register-card .woocommerce-form-register,
.woocommerce-account:not(.logged-in) #customer_login .u-column2{
  position:relative;
}

/* Modal */
.cruse-register-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
}
.cruse-register-modal.is-open{display:block;}
.cruse-register-backdrop{
  position:absolute;
  inset:0;
  background:rgba(18,16,16,.42);
  backdrop-filter:blur(4px);
}
.cruse-register-dialog{
  position:relative;
  width:min(100% - 24px,620px);
  max-height:min(88vh,980px);
  margin:6vh auto 0;
  padding:24px;
  overflow:auto;
  border-radius:28px;
  background:#fff;
  box-shadow:0 30px 90px rgba(18,14,14,.22);
}
.cruse-register-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:1px solid var(--cruse-border);
  border-radius:999px;
  background:#fff;
  color:var(--cruse-text);
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.cruse-register-head{margin:0 36px 18px 0;}
.cruse-register-body .u-column2,
.cruse-register-body .col-2,
.cruse-register-body .woocommerce-form-register{
  width:100% !important;
  max-width:100% !important;
  float:none !important;
  margin:0 !important;
}
.cruse-register-body h2:first-child{display:none;}
body.cruse-modal-open{overflow:hidden;}

.cruse-account-panel{
  margin:24px 0;
  padding:18px;
  border:1px solid var(--cruse-border);
  border-radius:20px;
  background:#fff;
}
.cruse-account-panel legend{
  padding:0 8px;
  color:var(--cruse-text);
  font:inherit;
  font-size:18px;
  font-weight:700;
}

@media (max-width: 960px){
  .woocommerce-account:not(.logged-in) #customer_login{grid-template-columns:minmax(0,1fr);gap:22px;}
}

@media (max-width: 680px){
  .cruse-grid-two,
  .cruse-social-row,
  .cruse-login-switch{grid-template-columns:minmax(0,1fr);}

  .woocommerce-form-register .form-row-first,
  .woocommerce-form-register .form-row-last{
    width:100%;
    float:none;
  }

  .cruse-create-line,
  .woocommerce-form-login.cruse-switch-ready .cruse-remember-line,
  .woocommerce-form-login.cruse-switch-ready .form-row.form-row-last,
  .woocommerce-form-login.cruse-switch-ready .woocommerce-LostPassword,
  .cruse-otp-meta{
    flex-direction:column;
    align-items:flex-start;
  }

  .cruse-create-line button{white-space:normal;}

  .cruse-register-dialog{
    width:min(100% - 16px,620px);
    margin:3vh auto 0;
    padding:18px;
    border-radius:22px;
  }

  .woocommerce-form-login.cruse-switch-ready input.input-text,
  .woocommerce-form-login.cruse-switch-ready input[type="password"],
  .woocommerce-form-login.cruse-switch-ready input[type="email"],
  .woocommerce-form-login.cruse-switch-ready input[type="text"],
  .cruse-otp-form input,
  .cruse-otp-form select,
  .woocommerce-form-register .cruse-wc-field input,
  .woocommerce-form-register .cruse-wc-field select{
    font-size:16px !important;
  }
}

/* === CRUSE v3.6 final refinements: switch, phone field, register, reset === */
.woocommerce-form-login.cruse-switch-ready .cruse-login-switch,
.cruse-login-switch{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:6px !important;
  padding:5px !important;
  border-radius:999px !important;
  background:#f8f5f5 !important;
  box-shadow:inset 0 0 0 1px rgba(20,16,16,.06) !important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-switch-btn,
.cruse-switch-btn{
  min-height:44px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  font-size:13px !important;
  line-height:1.1 !important;
  text-align:center !important;
}
.cruse-auth-shell .cruse-field-line,
.cruse-reset-field{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:8px !important;
  width:100% !important;
  margin:0 0 14px !important;
}
.cruse-auth-shell.is-compact .cruse-field-line{
  font-size:13px !important;
  color:#272121 !important;
}
.cruse-auth-shell.is-compact .cruse-field-line input,
.cruse-reset-field input{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  display:block !important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-login-panel[data-mode="phone"] .cruse-field-line{
  margin-top:2px !important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-login-panel[data-mode="phone"] .cruse-send-otp{
  margin-top:4px !important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-create-line{
  margin-top:18px !important;
  align-items:center !important;
}

.woocommerce-account:not(.logged-in) #customer_login .u-column2,
.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-register{
  border-radius:24px !important;
}
.woocommerce-form-register .cruse-wc-field label,
.woocommerce-form-register label{
  font-size:13px !important;
  font-weight:600 !important;
  color:#272121 !important;
  margin-bottom:7px !important;
}
.woocommerce-form-register .cruse-check-row-inline{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}
.woocommerce-form-register .cruse-choice-pills{
  margin-top:8px !important;
}
.woocommerce-form-register .cruse-choice-pill{
  min-height:42px !important;
  padding:0 16px !important;
}

.cruse-reset-shell,
.cruse-reset-shell *{box-sizing:border-box;}
.cruse-reset-shell{
  width:100%;
  max-width:560px;
  margin:18px auto 0;
  font-family:inherit;
  color:var(--cruse-text,#171414);
}
.woocommerce-lost-password .cruse-reset-shell{
  margin-top:22px;
}
.cruse-reset-card{
  width:100%;
  padding:20px;
  border:1px solid var(--cruse-border,rgba(23,20,20,.10));
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 38px rgba(18,14,14,.06);
}
.cruse-reset-head{margin:0 0 16px;}
.cruse-reset-head strong{
  display:block;
  font:inherit;
  font-size:20px;
  font-weight:750;
  letter-spacing:-.02em;
  color:var(--cruse-text,#171414);
}
.cruse-reset-head small{
  display:block;
  margin-top:6px;
  color:var(--cruse-muted,#6f6664);
  font-size:13px;
  line-height:1.55;
}
.cruse-reset-switch{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  margin:0 0 16px;
  padding:5px;
  border-radius:999px;
  background:#f8f5f5;
  box-shadow:inset 0 0 0 1px rgba(20,16,16,.06);
}
.cruse-reset-switch button{
  min-height:44px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--cruse-muted,#6f6664);
  font:inherit;
  font-size:13px;
  font-weight:650;
  cursor:pointer;
}
.cruse-reset-switch button.is-active{
  background:linear-gradient(90deg,var(--cruse-accent-dark,#850e24),var(--cruse-accent,#b1142f));
  color:#fff;
  box-shadow:0 8px 20px rgba(177,20,47,.16);
}
.cruse-reset-field{
  color:#272121;
  font-size:13px;
  font-weight:650;
}
.cruse-reset-send,
.cruse-reset-confirm{
  width:100%;
  min-height:56px;
  border:0;
  border-radius:999px;
  background:linear-gradient(90deg,var(--cruse-accent-dark,#850e24),var(--cruse-accent,#b1142f));
  color:#fff;
  font:inherit;
  font-size:15px;
  font-weight:750;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(177,20,47,.18);
}
.cruse-reset-verify{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid var(--cruse-border,rgba(23,20,20,.10));
}
.cruse-reset-status{
  min-height:20px;
  margin:12px 0 0;
  color:var(--cruse-muted,#6f6664);
  font-size:13px;
  line-height:1.5;
}
.cruse-reset-status.is-error{color:#a3122d;}

@media (max-width:680px){
  .woocommerce-form-login.cruse-switch-ready .cruse-login-switch,
  .cruse-login-switch,
  .cruse-reset-switch{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:5px !important;
    padding:5px !important;
  }
  .woocommerce-form-login.cruse-switch-ready .cruse-switch-btn,
  .cruse-switch-btn,
  .cruse-reset-switch button{
    min-height:42px !important;
    font-size:12.5px !important;
    padding:0 8px !important;
    white-space:normal !important;
  }
  .cruse-social-row{
    grid-template-columns:1fr !important;
  }
  .cruse-reset-card{padding:18px;border-radius:22px;}
}

/* === CRUSE v3.7 mobile/reset/register hard cleanup === */
.cruse-reset-field[hidden],
.cruse-reset-email[hidden],
.cruse-reset-phone[hidden],
.cruse-reset-verify[hidden]{display:none!important;}

body.woocommerce-lost-password form.woocommerce-ResetPassword > p:first-child,
body.woocommerce-lost-password form.woocommerce-ResetPassword > p.woocommerce-form-row,
body.woocommerce-lost-password form.woocommerce-ResetPassword > p.form-row,
body.woocommerce-lost-password form.woocommerce-ResetPassword > button.button,
body.woocommerce-lost-password form.woocommerce-ResetPassword > .clear,
body.woocommerce-lost-password form.woocommerce-ResetPassword > .woocommerce-form-row,
body.woocommerce-lost-password form.woocommerce-ResetPassword > .form-row{
  display:none!important;
}
body.woocommerce-lost-password form.woocommerce-ResetPassword{
  width:min(100% - 28px,560px)!important;
  max-width:560px!important;
  margin:28px auto 80px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.woocommerce-lost-password .cruse-reset-shell{
  width:100%!important;
  max-width:560px!important;
  margin:0 auto!important;
}
.cruse-reset-form{
  width:100%;
  display:block;
}
.cruse-reset-shell.is-phone .cruse-reset-email,
.cruse-reset-shell.is-email .cruse-reset-phone{display:none!important;}
.cruse-reset-shell.is-phone .cruse-reset-phone,
.cruse-reset-shell.is-email .cruse-reset-email{display:grid!important;}
.cruse-reset-card{
  overflow:hidden;
}
.cruse-reset-switch{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.cruse-reset-switch button{
  white-space:nowrap!important;
  line-height:1.12!important;
}

.woocommerce-form-register .cruse-check-row-inline,
.cruse-register-body .cruse-check-row-inline{
  width:100%!important;
  display:block!important;
  margin:0 0 14px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  clear:both!important;
}
.woocommerce-form-register .cruse-check-row-inline label,
.cruse-register-body .cruse-check-row-inline label,
.cruse-auth-shell .cruse-check-row-inline{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:start!important;
  width:100%!important;
  margin:0!important;
  color:#272121!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.5!important;
  letter-spacing:0!important;
}
.woocommerce-form-register .cruse-check-row-inline input[type="checkbox"],
.cruse-register-body .cruse-check-row-inline input[type="checkbox"],
.cruse-auth-shell .cruse-check-row-inline input[type="checkbox"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  min-height:20px!important;
  max-width:20px!important;
  max-height:20px!important;
  margin:1px 0 0!important;
  padding:0!important;
  border:1px solid rgba(20,16,16,.18)!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:none!important;
  position:relative!important;
  flex:none!important;
}
.woocommerce-form-register .cruse-check-row-inline input[type="checkbox"]:checked,
.cruse-register-body .cruse-check-row-inline input[type="checkbox"]:checked,
.cruse-auth-shell .cruse-check-row-inline input[type="checkbox"]:checked{
  background:#111!important;
  border-color:#111!important;
}
.woocommerce-form-register .cruse-check-row-inline input[type="checkbox"]:checked:after,
.cruse-register-body .cruse-check-row-inline input[type="checkbox"]:checked:after,
.cruse-auth-shell .cruse-check-row-inline input[type="checkbox"]:checked:after{
  content:""!important;
  position:absolute!important;
  left:6px!important;
  top:2px!important;
  width:6px!important;
  height:11px!important;
  border:solid #fff!important;
  border-width:0 2px 2px 0!important;
  transform:rotate(45deg)!important;
}
.woocommerce-form-register .cruse-check-row-inline a,
.cruse-register-body .cruse-check-row-inline a,
.cruse-auth-shell .cruse-check-row-inline a{
  color:#171414!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  text-decoration-thickness:1px!important;
}
.woocommerce-form-register .cruse-register-note,
.cruse-register-body .cruse-register-note{
  margin:18px 0!important;
  color:#6f6664!important;
  font-size:14px!important;
  line-height:1.7!important;
}

@media (max-width:680px){
  body.woocommerce-lost-password form.woocommerce-ResetPassword{
    width:min(100% - 22px,560px)!important;
    margin:22px auto 80px!important;
  }
  .cruse-reset-card{
    padding:18px!important;
    border-radius:22px!important;
  }
  .cruse-reset-head strong{
    font-size:22px!important;
    line-height:1.15!important;
  }
  .cruse-reset-head small{
    font-size:14px!important;
  }
  .cruse-reset-switch,
  .woocommerce-form-login.cruse-switch-ready .cruse-login-switch,
  .cruse-login-switch{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
    padding:5px!important;
    border-radius:999px!important;
  }
  .cruse-reset-switch button,
  .woocommerce-form-login.cruse-switch-ready .cruse-switch-btn,
  .cruse-switch-btn{
    min-height:44px!important;
    font-size:13px!important;
    white-space:nowrap!important;
    padding:0 6px!important;
  }
  .cruse-reset-field{
    font-size:14px!important;
  }
  .cruse-reset-field input{
    height:56px!important;
    border-radius:18px!important;
  }
  .woocommerce-form-login.cruse-switch-ready .cruse-login-panel[data-mode="phone"] .cruse-field-line{
    display:block!important;
  }
  .woocommerce-form-login.cruse-switch-ready .cruse-login-panel[data-mode="phone"] .cruse-field-line input{
    margin-top:8px!important;
  }
  .woocommerce-form-register .cruse-check-row-inline label,
  .cruse-register-body .cruse-check-row-inline label,
  .cruse-auth-shell .cruse-check-row-inline{
    grid-template-columns:22px minmax(0,1fr)!important;
    font-size:13px!important;
    line-height:1.48!important;
  }
  .woocommerce-form-register .cruse-choice-pills,
  .cruse-register-body .cruse-choice-pills{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .woocommerce-form-register .cruse-choice-pill,
  .cruse-register-body .cruse-choice-pill{
    min-width:0!important;
    width:100%!important;
  }
}

/* === CRUSE v3.8 reset two-step + password eye final === */
.cruse-reset-shell.is-verify-step .cruse-reset-switch,
.cruse-reset-shell.is-verify-step .cruse-reset-phone,
.cruse-reset-shell.is-verify-step .cruse-reset-email,
.cruse-reset-shell.is-verify-step .cruse-reset-send{
  display:none!important;
}
.cruse-reset-shell.is-verify-step .cruse-reset-verify{
  display:block!important;
  margin-top:0!important;
  padding-top:0!important;
  border-top:0!important;
}
.cruse-reset-step-head{
  margin:0 0 14px;
  padding:15px 16px;
  border:1px solid rgba(177,20,47,.12);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(177,20,47,.045),rgba(255,255,255,.96));
}
.cruse-reset-step-head strong{
  display:block;
  color:#171414;
  font:inherit;
  font-size:16px;
  font-weight:800;
  line-height:1.25;
}
.cruse-reset-step-head small{
  display:block;
  margin-top:5px;
  color:#6f6664;
  font:inherit;
  font-size:13px;
  line-height:1.45;
}
.cruse-password-wrap{
  position:relative;
  display:block;
  width:100%;
}
.cruse-password-wrap input[type="password"],
.cruse-password-wrap input[type="text"]{
  padding-right:52px!important;
}
.cruse-password-eye{
  position:absolute;
  right:12px;
  top:50%;
  width:36px;
  height:36px;
  margin:0;
  padding:0;
  transform:translateY(-50%);
  border:0;
  border-radius:999px;
  background:transparent;
  cursor:pointer;
  box-shadow:none!important;
}
.cruse-password-eye:before{
  content:"";
  position:absolute;
  left:8px;
  top:11px;
  width:20px;
  height:14px;
  border:2px solid #726866;
  border-radius:50% 50% 48% 48%;
  transform:rotate(-8deg);
}
.cruse-password-eye:after{
  content:"";
  position:absolute;
  left:15px;
  top:15px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#726866;
}
.cruse-password-eye.is-visible:before{
  border-color:#9d1029;
}
.cruse-password-eye.is-visible:after{
  background:#9d1029;
}
.cruse-reset-back{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:42px;
  margin-top:10px;
  padding:0 16px;
  border:0;
  background:transparent;
  color:#6f6664;
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
.cruse-reset-shell.is-verify-step .cruse-reset-card{
  max-width:520px;
}
@media (max-width:680px){
  .cruse-reset-step-head{padding:13px 14px;border-radius:16px;}
  .cruse-reset-step-head strong{font-size:15px;}
  .cruse-password-eye{right:10px;}
}

/* === CRUSE v3.9 final: register popup + login tools + mobile reset polish === */
html,body{overflow-x:hidden;}

/* Login: beni hatırla + parolamı unuttum aynı satır */
.woocommerce-form-login.cruse-switch-ready .cruse-login-tools{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
  margin:2px 0 18px!important;
  min-width:0!important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-login-tools .cruse-remember-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  white-space:nowrap!important;
  min-width:0!important;
  color:#171414!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-login-tools input[type="checkbox"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  min-height:20px!important;
  margin:0!important;
  border:1px solid rgba(20,16,16,.14)!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:none!important;
  position:relative!important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-login-tools input[type="checkbox"]:checked{
  background:#111!important;
  border-color:#111!important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-login-tools input[type="checkbox"]:checked:after{
  content:""!important;
  position:absolute!important;
  left:6px!important;
  top:2px!important;
  width:6px!important;
  height:11px!important;
  border:solid #fff!important;
  border-width:0 2px 2px 0!important;
  transform:rotate(45deg)!important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-login-tools .cruse-lost-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  margin:0!important;
  color:#5f5755!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.woocommerce-form-login.cruse-switch-ready .cruse-remember-line:empty,
.woocommerce-form-login.cruse-switch-ready .lost_password:empty,
.woocommerce-form-login.cruse-switch-ready .woocommerce-LostPassword:empty{display:none!important;}

/* Register popup genel hizalama */
.cruse-register-modal,
.cruse-register-modal *{box-sizing:border-box!important;}
.cruse-register-dialog{
  width:min(100% - 32px,640px)!important;
  max-width:640px!important;
  max-height:calc(100dvh - 52px)!important;
  margin:26px auto!important;
  padding:26px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  border-radius:26px!important;
  background:#fff!important;
  scrollbar-gutter:stable!important;
}
.cruse-register-body,
.cruse-register-body .cruse-register-clone,
.cruse-register-body .u-column2,
.cruse-register-body .woocommerce-form-register{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  display:block!important;
  overflow:visible!important;
}
.cruse-register-body .woocommerce-form-register p.form-row,
.cruse-register-body .woocommerce-form-register .cruse-wc-field,
.woocommerce-form-register .cruse-wc-field{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  float:none!important;
  clear:both!important;
  display:block!important;
  margin:0 0 15px!important;
}
.cruse-register-body .woocommerce-form-register .form-row-first,
.cruse-register-body .woocommerce-form-register .form-row-last,
.woocommerce-form-register .cruse-wc-field.form-row-first,
.woocommerce-form-register .cruse-wc-field.form-row-last{
  width:calc(50% - 8px)!important;
  clear:none!important;
}
.cruse-register-body .woocommerce-form-register .form-row-first,
.woocommerce-form-register .cruse-wc-field.form-row-first{float:left!important;}
.cruse-register-body .woocommerce-form-register .form-row-last,
.woocommerce-form-register .cruse-wc-field.form-row-last{float:right!important;}
.cruse-register-body .woocommerce-form-register:after,
.woocommerce-form-register:after{content:"";display:table;clear:both;}

/* Register input/password wrapper fix */
.cruse-register-body .woocommerce-form-register label,
.woocommerce-form-register .cruse-wc-field label{
  display:block!important;
  margin:0 0 8px!important;
  color:#171414!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.25!important;
}
.cruse-register-body .woocommerce-form-register input.input-text,
.cruse-register-body .woocommerce-form-register input[type="text"],
.cruse-register-body .woocommerce-form-register input[type="email"],
.cruse-register-body .woocommerce-form-register input[type="password"],
.cruse-register-body .woocommerce-form-register input[type="tel"],
.cruse-register-body .woocommerce-form-register input[type="date"],
.cruse-register-body .woocommerce-form-register select,
.woocommerce-form-register .cruse-wc-field input,
.woocommerce-form-register .cruse-wc-field select{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:54px!important;
  padding:0 16px!important;
  border:1px solid rgba(20,16,16,.12)!important;
  border-radius:17px!important;
  background:#fff!important;
  color:#171414!important;
  font:inherit!important;
  font-size:15px!important;
  box-shadow:none!important;
}
.cruse-register-body .woocommerce-form-register .password-input,
.woocommerce-form-register .password-input{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  position:relative!important;
}
.cruse-register-body .woocommerce-form-register .password-input .show-password-input,
.woocommerce-form-register .password-input .show-password-input{
  position:absolute!important;
  right:14px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  margin:0!important;
  background:transparent!important;
  color:#777!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
}

/* Checkbox: metin artık dikey kırılmaz */
.woocommerce-form-register .cruse-check-row-inline,
.cruse-register-body .cruse-check-row-inline,
.cruse-auth-shell .cruse-check-row-inline{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 14px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.woocommerce-form-register .cruse-check-row-inline label,
.cruse-register-body .cruse-check-row-inline label,
.cruse-auth-shell .cruse-check-row-inline{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  column-gap:10px!important;
  row-gap:0!important;
  align-items:start!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  color:#272121!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.55!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  white-space:normal!important;
}
.woocommerce-form-register .cruse-check-row-inline label > span,
.woocommerce-form-register .cruse-check-row-inline label > .cruse-check-text,
.cruse-register-body .cruse-check-row-inline label > span,
.cruse-register-body .cruse-check-row-inline label > .cruse-check-text,
.cruse-auth-shell .cruse-check-row-inline > span{
  display:block!important;
  min-width:0!important;
  width:auto!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.woocommerce-form-register .cruse-check-row-inline input[type="checkbox"],
.cruse-register-body .cruse-check-row-inline input[type="checkbox"],
.cruse-auth-shell .cruse-check-row-inline input[type="checkbox"]{
  grid-column:1!important;
  grid-row:1!important;
  width:19px!important;
  height:19px!important;
  min-width:19px!important;
  min-height:19px!important;
  max-width:19px!important;
  max-height:19px!important;
  margin:2px 0 0!important;
  padding:0!important;
  flex:none!important;
}
.woocommerce-form-register .cruse-check-row-inline a,
.cruse-register-body .cruse-check-row-inline a,
.cruse-auth-shell .cruse-check-row-inline a{
  display:inline!important;
  color:#171414!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  word-break:normal!important;
}
.cruse-register-body .cruse-register-note,
.woocommerce-form-register .cruse-register-note{
  clear:both!important;
  margin:18px 0!important;
  color:#5f5755!important;
  font-size:14px!important;
  line-height:1.65!important;
}

/* Reset mobile/desktop card: daha sıkı ve tek adım hissi */
body.woocommerce-lost-password form.woocommerce-ResetPassword{
  width:min(100% - 28px,520px)!important;
  max-width:520px!important;
  margin:34px auto 80px!important;
}
.cruse-reset-card{
  width:100%!important;
  max-width:100%!important;
  padding:24px!important;
  border-radius:24px!important;
}
.cruse-reset-field input,
.cruse-password-wrap input[type="password"],
.cruse-password-wrap input[type="text"]{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:54px!important;
  border-radius:17px!important;
}
.cruse-password-wrap{width:100%!important;max-width:100%!important;}
.cruse-reset-shell.is-verify-step .cruse-reset-card{padding-top:24px!important;}

@media (max-width:680px){
  .woocommerce-form-login.cruse-switch-ready .cruse-login-tools{
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin:4px 0 18px!important;
  }
  .woocommerce-form-login.cruse-switch-ready .cruse-login-tools .cruse-remember-label,
  .woocommerce-form-login.cruse-switch-ready .cruse-login-tools .cruse-lost-link{
    font-size:13px!important;
    white-space:nowrap!important;
  }
  .woocommerce-form-login.cruse-switch-ready .cruse-login-tools input[type="checkbox"]{
    width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;
  }
  .cruse-register-dialog{
    width:min(100% - 18px,640px)!important;
    max-height:calc(100dvh - 28px)!important;
    margin:14px auto!important;
    padding:18px!important;
    border-radius:22px!important;
  }
  .cruse-register-head{margin-right:42px!important;}
  .cruse-register-head strong{font-size:20px!important;line-height:1.15!important;}
  .cruse-register-head small{font-size:13px!important;line-height:1.45!important;}
  .cruse-register-body .woocommerce-form-register .form-row-first,
  .cruse-register-body .woocommerce-form-register .form-row-last,
  .woocommerce-form-register .cruse-wc-field.form-row-first,
  .woocommerce-form-register .cruse-wc-field.form-row-last{
    width:100%!important;
    float:none!important;
  }
  .cruse-register-body .woocommerce-form-register input.input-text,
  .cruse-register-body .woocommerce-form-register input[type="text"],
  .cruse-register-body .woocommerce-form-register input[type="email"],
  .cruse-register-body .woocommerce-form-register input[type="password"],
  .cruse-register-body .woocommerce-form-register input[type="tel"],
  .cruse-register-body .woocommerce-form-register input[type="date"],
  .cruse-register-body .woocommerce-form-register select{
    height:52px!important;
    font-size:16px!important;
  }
  .woocommerce-form-register .cruse-check-row-inline label,
  .cruse-register-body .cruse-check-row-inline label,
  .cruse-auth-shell .cruse-check-row-inline{
    grid-template-columns:21px minmax(0,1fr)!important;
    gap:9px!important;
    font-size:13px!important;
    line-height:1.52!important;
  }
  body.woocommerce-lost-password form.woocommerce-ResetPassword{
    width:min(100% - 18px,520px)!important;
    margin:22px auto 80px!important;
  }
  .cruse-reset-card{padding:18px!important;border-radius:22px!important;}
  .cruse-reset-switch{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .cruse-reset-switch button{font-size:13px!important;min-height:43px!important;}
}

@media (max-width:390px){
  .woocommerce-form-login.cruse-switch-ready .cruse-login-tools .cruse-remember-label,
  .woocommerce-form-login.cruse-switch-ready .cruse-login-tools .cruse-lost-link{font-size:12px!important;}
}

/* === CRUSE v4.0 account-created redirect + luxury notification final === */
.cruse-elite-toast{
  position:fixed!important;
  left:50%!important;
  bottom:26px!important;
  z-index:100000!important;
  transform:translate(-50%,18px)!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:min(calc(100% - 28px),520px)!important;
  padding:14px 18px!important;
  border:1px solid rgba(255,255,255,.58)!important;
  border-radius:999px!important;
  background:rgba(24,19,19,.92)!important;
  color:#fff!important;
  box-shadow:0 22px 70px rgba(18,14,14,.28)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .24s ease, transform .24s ease!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  font-family:inherit!important;
}
.cruse-elite-toast.is-visible{opacity:1!important;transform:translate(-50%,0)!important;}
.cruse-elite-toast.is-error{background:rgba(132,14,36,.94)!important;}
.cruse-toast-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--cruse-accent-dark),var(--cruse-accent))!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
}
.cruse-toast-text{font-size:14px!important;line-height:1.45!important;font-weight:600!important;letter-spacing:.01em!important;}

.cruse-created-success,
.cruse-created-success *{box-sizing:border-box!important;}
.cruse-created-success{
  width:100%!important;
  min-height:58vh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:52px 18px 84px!important;
  font-family:inherit!important;
}
.cruse-created-card{
  position:relative!important;
  width:min(100%,720px)!important;
  padding:46px 38px!important;
  border:1px solid rgba(23,20,20,.09)!important;
  border-radius:34px!important;
  background:linear-gradient(180deg,#fff 0%,#fff9f9 100%)!important;
  box-shadow:0 28px 90px rgba(18,14,14,.08)!important;
  text-align:center!important;
  overflow:hidden!important;
}
.cruse-created-card:before{
  content:""!important;
  position:absolute!important;
  inset:-40% auto auto 50%!important;
  width:420px!important;
  height:420px!important;
  transform:translateX(-50%)!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(177,20,47,.13),rgba(177,20,47,0) 66%)!important;
  pointer-events:none!important;
}
.cruse-created-badge{
  position:relative!important;
  z-index:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:74px!important;
  height:74px!important;
  margin:0 auto 18px!important;
  border-radius:26px!important;
  background:linear-gradient(135deg,var(--cruse-accent-dark),var(--cruse-accent))!important;
  color:#fff!important;
  font-size:34px!important;
  font-weight:800!important;
  box-shadow:0 18px 42px rgba(177,20,47,.22)!important;
}
.cruse-created-kicker{
  position:relative!important;
  z-index:1!important;
  margin:0 0 10px!important;
  color:var(--cruse-accent-dark)!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.cruse-created-card h1{
  position:relative!important;
  z-index:1!important;
  margin:0 0 14px!important;
  color:#171414!important;
  font-size:clamp(30px,5vw,48px)!important;
  line-height:1.04!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
}
.cruse-created-card p:not(.cruse-created-kicker){
  position:relative!important;
  z-index:1!important;
  width:min(100%,560px)!important;
  margin:0 auto!important;
  color:#6f6664!important;
  font-size:16px!important;
  line-height:1.78!important;
}
.cruse-created-actions{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin-top:28px!important;
}
.cruse-created-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:0 24px!important;
  border-radius:999px!important;
  font-size:15px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.cruse-created-primary{background:linear-gradient(90deg,var(--cruse-accent-dark),var(--cruse-accent))!important;color:#fff!important;box-shadow:0 14px 32px rgba(177,20,47,.20)!important;}
.cruse-created-secondary{background:#fff!important;color:#171414!important;border:1px solid rgba(23,20,20,.10)!important;}

.cruse-register-body .woocommerce-form-register button[type="submit"].is-loading,
.cruse-register-body .woocommerce-form-register .woocommerce-Button.is-loading,
.woocommerce-form-register button[type="submit"].is-loading{opacity:.68!important;cursor:progress!important;}

@media (max-width:680px){
  .cruse-elite-toast{bottom:16px!important;border-radius:22px!important;align-items:flex-start!important;}
  .cruse-created-success{padding:28px 12px 64px!important;min-height:52vh!important;}
  .cruse-created-card{padding:34px 20px!important;border-radius:26px!important;}
  .cruse-created-badge{width:62px!important;height:62px!important;border-radius:22px!important;font-size:29px!important;}
  .cruse-created-actions{display:grid!important;grid-template-columns:1fr!important;}
  .cruse-created-actions a{width:100%!important;}
}

/* v4.0.2 persona duplicate hard-stop */
.cruse-register-clone .cruse-persona-duplicate-hidden, .woocommerce-form-register .cruse-persona-duplicate-hidden{display:none !important;}

/* v4.0.3 — SMS doğrulamalı kayıt akışı */
.cruse-register-otp-panel{
  margin:14px 0 18px;
  clear:both;
}
.cruse-register-otp-card{
  border:1px solid rgba(102,19,28,.14);
  background:linear-gradient(180deg,#fff,#fff8f7);
  border-radius:22px;
  padding:16px;
  box-shadow:0 18px 44px rgba(32,12,16,.07);
}
.cruse-register-otp-card strong{
  display:block;
  font-size:15px;
  letter-spacing:-.02em;
  color:#181010;
  margin-bottom:4px;
}
.cruse-register-otp-card small{
  display:block;
  color:rgba(24,16,16,.62);
  font-size:12.5px;
  line-height:1.45;
  margin-bottom:12px;
}
.cruse-register-otp-row{
  display:grid;
  grid-template-columns:minmax(120px,1fr) auto;
  gap:10px;
  align-items:center;
}
.cruse-register-otp-row input[name="cruse_register_otp"]{
  border:1px solid rgba(24,16,16,.12)!important;
  border-radius:999px!important;
  min-height:46px!important;
  padding:0 18px!important;
  text-align:center;
  letter-spacing:.28em;
  font-size:18px!important;
  font-weight:650;
  background:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 22px rgba(32,12,16,.04)!important;
}
.cruse-register-verify-otp,
.cruse-register-resend-otp{
  border-radius:999px!important;
  min-height:46px;
  padding:0 18px;
  border:0!important;
  font-weight:700;
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}
.cruse-register-verify-otp{
  background:linear-gradient(135deg,#67111d,#b01933)!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(102,19,28,.2)!important;
}
.cruse-register-resend-otp{
  margin-top:10px;
  background:transparent!important;
  color:#7a1523!important;
  border:1px solid rgba(122,21,35,.18)!important;
}
.cruse-register-verify-otp:hover,
.cruse-register-resend-otp:hover{transform:translateY(-1px)}
.cruse-register-verify-otp.is-loading,
.cruse-register-awaiting-otp button.is-loading{opacity:.65;pointer-events:none;}
.cruse-register-otp-status{
  margin:10px 0 0!important;
  font-size:12.5px;
  line-height:1.45;
  color:rgba(24,16,16,.64);
}
.cruse-register-otp-status.is-error{color:#b01933!important;}
@media(max-width:640px){
  .cruse-register-otp-row{grid-template-columns:1fr;}
  .cruse-register-verify-otp,.cruse-register-resend-otp{width:100%;}
}
