.zoodcom-otp {
  max-width: 460px;
  margin: 12px auto 48px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(31, 47, 20, 0.12);
  overflow: hidden;
  font-family: inherit;
  direction: rtl;
}

.zoodcom-otp__hero {
  background: linear-gradient(135deg, #3f6b28 0%, #6b8f32 55%, #e87822 140%);
  color: #fff;
  text-align: center;
  padding: 32px 24px 28px;
}

.zoodcom-otp__hero h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.zoodcom-otp__hero p {
  margin: 0;
  opacity: 0.92;
  font-size: 14px;
  line-height: 1.8;
}

.zoodcom-otp__body {
  padding: 28px 24px 32px;
}

.zoodcom-otp label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #243318;
}

.zoodcom-otp__phone {
  display: flex;
  align-items: center;
  border: 1.5px solid #d9e4cc;
  border-radius: 14px;
  overflow: hidden;
  background: #fbfaf6;
}

.zoodcom-otp__prefix {
  padding: 0 12px;
  background: #eef5e6;
  color: #3f6b28;
  font-weight: 700;
  white-space: nowrap;
}

.zoodcom-otp input[type="tel"],
.zoodcom-otp input[type="text"] {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 14px 12px;
  font-size: 16px;
  outline: none;
  direction: ltr;
  text-align: left;
}

.zoodcom-otp__codes {
  display: flex;
  gap: 8px;
  justify-content: center;
  direction: ltr;
  margin: 8px 0 18px;
}

.zoodcom-otp__codes input {
  width: 48px;
  height: 56px;
  border: 1.5px solid #d9e4cc;
  border-radius: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  background: #fbfaf6;
}

.zoodcom-otp__codes input:focus {
  border-color: #e87822;
  box-shadow: 0 0 0 3px rgba(232, 120, 34, 0.18);
}

.zoodcom-otp__btn {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(90deg, #e87822, #f0a04a);
  color: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.zoodcom-otp__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(232, 120, 34, 0.28);
}

.zoodcom-otp__btn:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.zoodcom-otp__msg {
  min-height: 24px;
  margin: 12px 0;
  font-size: 13px;
  line-height: 1.7;
}

.zoodcom-otp__msg.is-error { color: #b42318; }
.zoodcom-otp__msg.is-ok { color: #3f6b28; }

.zoodcom-otp__alt {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
}

.zoodcom-otp__alt button {
  border: 0;
  background: none;
  color: #e87822;
  font-weight: 700;
  cursor: pointer;
}

.zoodcom-otp__step { display: none; }
.zoodcom-otp__step.is-active { display: block; }

.woocommerce-account .woocommerce { max-width: 920px; margin: 0 auto; }
.woocommerce-account .u-columns.col2-set,
.woocommerce-form-login,
.woocommerce-form-register {
  display: none !important;
}

@media (max-width: 600px) {
  .zoodcom-otp { margin: 0 0 32px; border-radius: 16px; }
  .zoodcom-otp__codes input { width: 42px; height: 50px; }
}
