 .woocommerce-privacy-policy-text{display: none;}
    .padding-block{}
    /* ── Register page ── */
.wd-registration-page{    max-width: 620px;    background: #fff;    padding: 40px 40px;    border-radius: 6px;}
.register-area { padding: 0px 0 0px; }
/*.register-layout { display: flex; gap: 44px; align-items: flex-start; justify-content: center; max-width: 1060px; margin: 0 auto; padding: 0 20px; }*/
.register-card { width: 100%; /*max-width: 440px;*/ padding: 0; order: 1; } 

/* ── Rewards panel ── */
.rewards-panel { position: relative; overflow: hidden; width: 520px; flex-shrink: 0; background: #2b1d18; color: #fff; border-radius: 14px; padding: 40px 34px 100px; order: 2; }
.rewards-panel::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 400px;
  background-image: url('img/rewards-banner.png'); background-size: 100% auto; background-repeat: no-repeat; background-position: center bottom;
  opacity: .3; z-index: 0;
}
.rewards-panel::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 400px;
  background: linear-gradient(to top, rgba(43,29,24,0) 0%, #2b1d18 85%);
  z-index: 0;
}
.rewards-panel-content { position: relative; z-index: 1; }
.rewards-panel-brand { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 6px; }
.rewards-panel-brand svg { flex-shrink: 0; }
.rewards-panel-title { font-family: var(--sans); font-size: 22px; font-weight: 600; line-height: 1.2; }
.rewards-panel-subtitle { font-size: 14px; color: rgba(255,255,255,.65); margin-top: 2px; }
.rewards-panel-rule { border: none; border-top: 1px solid rgba(255,255,255,.18); margin: 22px 0; }
.rewards-panel-lead { font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.rewards-panel-body { font-size: 14px; line-height: 1.6; color: var(--gold-soft); margin-bottom: 22px; }
.rewards-panel-access-label { font-size: 14px; margin-bottom: 16px; }
.rewards-panel-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.rewards-panel-list li { display: flex; align-items: center; gap: 14px; font-size: 14.5px; }
.rewards-panel-list .icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.85); }
.rewards-panel-link { color: var(--gold-soft); text-decoration: underline; font-size: 12px; margin-left: 8px; }
.rewards-panel-link:hover { color: #fff; }
.rewards-panel-foot { font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.65); }

@media (max-width: 860px) {
  .register-layout { flex-direction: column; align-items: stretch; }
  .register-card { order: 1; max-width: none; }
  .rewards-panel { order: 2; width: 100%; padding-top: 30px; padding-left: 30px; padding-right: 30px; }
  .rewards-panel-crest { width: 60px; height: auto; }
}

h1.register-title { font-family: var(--sans); font-size: 24px; font-weight: 700; letter-spacing: -.01em; margin: 4px 0 4px; }
.register-subtitle { font-size: 14px; color: var(--muted); margin: 0 0 24px; }

.reg-field { margin-bottom: 20px; }
.reg-field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.reg-optional { font-weight: 400; color: var(--muted); }
.reg-field input[type="email"], .reg-field input[type="password"], .reg-field input[type="text"],
.reg-field input[type="tel"], .reg-field input[type="date"], .reg-field select {
  width: 100%; height: 48px; border-radius: 12px; border: 1px solid var(--line);
  padding: 0 14px; font-size: 15px; font-family: var(--sans); color: var(--ink);
  background: #fff; outline: none; transition: border-color .12s, box-shadow .12s;
  -webkit-appearance: none; appearance: none;
}
.reg-field select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 6L9 1' stroke='%23767676' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.reg-field input::placeholder { color: #a6a6a6; }
.reg-field input:focus, .reg-field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(107,26,44,.13); }
.reg-field input.invalid { border-color: var(--error); }
.reg-field input.invalid:focus { box-shadow: 0 0 0 3px rgba(192,57,43,.12); }
.reg-field-note { font-size: 13px; color: var(--muted); margin: 7px 0 0; }

.reg-error-msg { color: var(--error); font-size: 13px; margin: 7px 0 0; }

.reg-consent-field { display: flex; align-items: flex-start; gap: 12px; margin: 4px 0 8px; }
.reg-consent-checkbox { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: var(--accent); cursor: pointer; }
.reg-consent-label { font-size: 14px; line-height: 1.55; color: var(--ink); cursor: pointer; }
.reg-consent-label strong { display: block; font-weight: 700; margin-bottom: 6px; }
.reg-consent-privacy { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 0 0 18px 38px; }
.reg-consent-privacy a { color: var(--accent); font-weight: 600; text-decoration: none; }
.reg-consent-privacy a:hover { text-decoration: underline; }

.password-wrap { position: relative; }
.password-wrap input { padding-right: 46px; }
.toggle-pw {
  position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center; color: var(--muted);
}

.req-hint { display: flex; align-items: center; gap: 7px; margin-top: 8px; font-size: 13px; color: var(--muted); }
.req-hint .req-icon { display: flex; align-items: center; justify-content: center; color: #b7b0aa; flex-shrink: 0; }
.req-hint.met { color: var(--success); }
.req-hint.met .req-icon { color: var(--success); }

.btn-reg-primary {
  width: 100%; height: 48px; border-radius: 8px; border: none; background: var(--accent);
  color: #fff; font-size: 16px; font-weight: 700; font-family: var(--sans); cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 4px;
}
.btn-reg-primary:hover { background: var(--accent-deep); }

.reg-spinner { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; animation: reg-spin .7s linear infinite; }
@keyframes reg-spin { to { transform: rotate(360deg); } }

.reg-footer-line { text-align: center; font-size: 14px; color: var(--muted); margin-top: 22px; }
.reg-link-accent { color: var(--accent); font-weight: 600; text-decoration: none; }
.reg-link-accent:hover { text-decoration: underline; }

.reg-info-banner {
  display: flex; align-items: flex-start; gap: 10px; background: #e5f2fb; border-radius: 10px;
  padding: 12px 14px; margin-bottom: 22px; font-size: 13.5px; line-height: 1.5; color: #1c3a4d;
  overflow: hidden; transition: max-height .22s ease, opacity .18s ease, margin .22s ease, padding .22s ease;
  max-height: 200px;
}
.reg-info-banner.dismissed { max-height: 0; opacity: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }
.reg-info-banner .banner-icon { flex-shrink: 0; margin-top: 1px; }
.reg-info-banner .banner-text { flex: 1; }
.reg-info-banner .banner-dismiss {
  background: none; border: none; cursor: pointer; color: #1c3a4d; flex-shrink: 0;
  width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; padding: 0; margin: -2px -4px 0 0;
}

.reg-offer-card { border: 2px solid var(--accent); border-radius: 12px; padding: 18px; margin: 22px 0 26px; }
.reg-offer-pill {
  display: inline-block; background: rgba(107,26,44,.08); color: var(--accent); font-size: 12px;
  font-weight: 700; letter-spacing: .02em; padding: 4px 10px; border-radius: 100px; margin-bottom: 10px;
}
.reg-offer-title { font-family: var(--sans); font-size: 17px; font-weight: 600; margin: 0 0 4px; }
.reg-offer-note { font-size: 13.5px; color: var(--muted); margin: 0; }

[hidden] { display: none !important; }
section#formView{padding:0px;}
.reg-field select{    border-radius: 12px;    height: 48px;}
#customer_login .col-login, #customer_login .col-register, .lost_reset_password {
    background: inherit;
    padding-top: 0;
    padding-bottom: 0;
    border: 0px !important;
    border-radius: 0;border-inline-start: 0;
}
@media only screen and (max-width:768px){
	.wd-registration-page{padding:20px;}
}